Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to int64 | [optional] | |
IpAddress | Pointer to string | IPv4 address of the host in string format | [optional] |
Ipv6Address | Pointer to string | IPv6 address of the host in string format | [optional] |
Name | Pointer to string | [optional] | |
Ophid | Pointer to string | Unique 32-character string identifier assigned to the host | [optional] [readonly] |
RuntimeStatus | Pointer to string | [optional] |
func NewOnpremHostRef() *OnpremHostRef
NewOnpremHostRef instantiates a new OnpremHostRef object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOnpremHostRefWithDefaults() *OnpremHostRef
NewOnpremHostRefWithDefaults instantiates a new OnpremHostRef object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *OnpremHostRef) GetId() int64
GetId returns the Id field if non-nil, zero value otherwise.
func (o *OnpremHostRef) GetIdOk() (*int64, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OnpremHostRef) SetId(v int64)
SetId sets Id field to given value.
func (o *OnpremHostRef) HasId() bool
HasId returns a boolean if a field has been set.
func (o *OnpremHostRef) GetIpAddress() string
GetIpAddress returns the IpAddress field if non-nil, zero value otherwise.
func (o *OnpremHostRef) GetIpAddressOk() (*string, bool)
GetIpAddressOk returns a tuple with the IpAddress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OnpremHostRef) SetIpAddress(v string)
SetIpAddress sets IpAddress field to given value.
func (o *OnpremHostRef) HasIpAddress() bool
HasIpAddress returns a boolean if a field has been set.
func (o *OnpremHostRef) GetIpv6Address() string
GetIpv6Address returns the Ipv6Address field if non-nil, zero value otherwise.
func (o *OnpremHostRef) GetIpv6AddressOk() (*string, bool)
GetIpv6AddressOk returns a tuple with the Ipv6Address field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OnpremHostRef) SetIpv6Address(v string)
SetIpv6Address sets Ipv6Address field to given value.
func (o *OnpremHostRef) HasIpv6Address() bool
HasIpv6Address returns a boolean if a field has been set.
func (o *OnpremHostRef) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *OnpremHostRef) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OnpremHostRef) SetName(v string)
SetName sets Name field to given value.
func (o *OnpremHostRef) HasName() bool
HasName returns a boolean if a field has been set.
func (o *OnpremHostRef) GetOphid() string
GetOphid returns the Ophid field if non-nil, zero value otherwise.
func (o *OnpremHostRef) GetOphidOk() (*string, bool)
GetOphidOk returns a tuple with the Ophid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OnpremHostRef) SetOphid(v string)
SetOphid sets Ophid field to given value.
func (o *OnpremHostRef) HasOphid() bool
HasOphid returns a boolean if a field has been set.
func (o *OnpremHostRef) GetRuntimeStatus() string
GetRuntimeStatus returns the RuntimeStatus field if non-nil, zero value otherwise.
func (o *OnpremHostRef) GetRuntimeStatusOk() (*string, bool)
GetRuntimeStatusOk returns a tuple with the RuntimeStatus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OnpremHostRef) SetRuntimeStatus(v string)
SetRuntimeStatus sets RuntimeStatus field to given value.
func (o *OnpremHostRef) HasRuntimeStatus() bool
HasRuntimeStatus returns a boolean if a field has been set.