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::ClustersBase
Netbox::API::ClustersBase
Netbox::API::Entity
Reference
Object
Defined in:
class/netbox/api/clusters.cr
Constructors
.new
(pull : JSON::PullParser)
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
]