def primary_ip : API::IPsBase | Nil
#
class Netbox::API::HostsCommon
- Netbox::API::HostsCommon
- Netbox::API::HostsBase
- Netbox::API::EntityWURL
- Netbox::API::Entity
- Reference
- Object
Direct Known Subclasses
Defined in:
class/netbox/api/hosts.crConstructors
Instance Method Summary
- #cluster : API::ClustersBase | Nil
- #cluster=(cluster : API::ClustersBase | Nil)
- #comments : String
- #comments=(comments : String)
- #created : String
- #created=(created : String)
- #host_name
- #last_updated : String
- #last_updated=(last_updated : String)
- #local_context_data : String | Nil
- #local_context_data=(local_context_data : String | Nil)
- #platform : API::Platform | Nil
- #platform=(platform : API::Platform | Nil)
- #primary_ip : API::IPsBase | Nil
- #primary_ip4 : API::IPsBase | Nil
- #primary_ip4=(primary_ip4 : API::IPsBase | Nil)
- #primary_ip6 : API::IPsBase | Nil
- #primary_ip6=(primary_ip6 : API::IPsBase | Nil)
- #primary_ip=(primary_ip : API::IPsBase | Nil)
- #site : API::SitesBase | Nil
- #site=(site : API::SitesBase | Nil)
- #status : Status
- #status=(status : Status)
- #tags : Array(API::TagsBase) | Nil
- #tags=(tags : Array(API::TagsBase) | Nil)
- #tenant : API::TenantsBase
- #tenant=(tenant : API::TenantsBase)
- #type : String
- #type=(type : String)