Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
netbox
main
Netbox
API
ClustersBase
DeviceRole
DeviceTypesBase
Entity
EntityExtended
EntityWSlug
EntityWSlugAndURL
EntityWURL
Hosts
Face
HostsBase
HostsCommon
Status
IPsBase
Location
ManufacturersBase
Platform
Rack
Result
RolesBase
SitesBase
TagsBase
TenantGroups
Tenants
TenantsBase
ValueLabel
VirtualMachines
Built with Crystal 1.9.2
2023-10-07 15:13:29 UTC
class
Netbox::API::HostsBase
Netbox::API::HostsBase
Netbox::API::EntityWURL
Netbox::API::Entity
Reference
Object
Direct Known Subclasses
Netbox::API::HostsCommon
Defined in:
class/netbox/api/hosts.cr
Constructors
.new
(pull : JSON::PullParser)
Instance methods inherited from class
Netbox::API::EntityWURL
url : String
url
,
url=(url : String)
url=
Constructor methods inherited from class
Netbox::API::EntityWURL
new(pull : JSON::PullParser)
new
Instance methods inherited from class
Netbox::API::Entity
display : String | Nil
display
,
display=(display : String | Nil)
display=
,
id : Int32
id
,
id=(id : Int32)
id=
,
name : String | Nil
name
,
name=(name : String | Nil)
name=
Constructor methods inherited from class
Netbox::API::Entity
new(pull : JSON::PullParser)
new
Constructor Detail
def self.
new
(pull : JSON::PullParser)
#
[
View source
]