IpConsumer
Properties
Name | Type | Description | Notes |
---|---|---|---|
Ip | Pointer to string | [optional] | |
Mac | Pointer to string | [optional] | |
NicId | Pointer to string | [optional] | |
ServerId | Pointer to string | [optional] | |
ServerName | Pointer to string | [optional] | |
DatacenterId | Pointer to string | [optional] | |
DatacenterName | Pointer to string | [optional] | |
K8sNodePoolUuid | Pointer to string | [optional] | |
K8sClusterUuid | Pointer to string | [optional] |
Methods
NewIpConsumer
func NewIpConsumer() *IpConsumer
NewIpConsumer instantiates a new IpConsumer 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
NewIpConsumerWithDefaults
func NewIpConsumerWithDefaults() *IpConsumer
NewIpConsumerWithDefaults instantiates a new IpConsumer 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
GetIp
func (o *IpConsumer) GetIp() string
GetIp returns the Ip field if non-nil, zero value otherwise.
GetIpOk
func (o *IpConsumer) GetIpOk() (*string, bool)
GetIpOk returns a tuple with the Ip field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetIp
func (o *IpConsumer) SetIp(v string)
SetIp sets Ip field to given value.
HasIp
func (o *IpConsumer) HasIp() bool
HasIp returns a boolean if a field has been set.
GetMac
func (o *IpConsumer) GetMac() string
GetMac returns the Mac field if non-nil, zero value otherwise.
GetMacOk
func (o *IpConsumer) GetMacOk() (*string, bool)
GetMacOk returns a tuple with the Mac field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetMac
func (o *IpConsumer) SetMac(v string)
SetMac sets Mac field to given value.
HasMac
func (o *IpConsumer) HasMac() bool
HasMac returns a boolean if a field has been set.
GetNicId
func (o *IpConsumer) GetNicId() string
GetNicId returns the NicId field if non-nil, zero value otherwise.
GetNicIdOk
func (o *IpConsumer) GetNicIdOk() (*string, bool)
GetNicIdOk returns a tuple with the NicId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetNicId
func (o *IpConsumer) SetNicId(v string)
SetNicId sets NicId field to given value.
HasNicId
func (o *IpConsumer) HasNicId() bool
HasNicId returns a boolean if a field has been set.
GetServerId
func (o *IpConsumer) GetServerId() string
GetServerId returns the ServerId field if non-nil, zero value otherwise.
GetServerIdOk
func (o *IpConsumer) GetServerIdOk() (*string, bool)
GetServerIdOk returns a tuple with the ServerId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetServerId
func (o *IpConsumer) SetServerId(v string)
SetServerId sets ServerId field to given value.
HasServerId
func (o *IpConsumer) HasServerId() bool
HasServerId returns a boolean if a field has been set.
GetServerName
func (o *IpConsumer) GetServerName() string
GetServerName returns the ServerName field if non-nil, zero value otherwise.
GetServerNameOk
func (o *IpConsumer) GetServerNameOk() (*string, bool)
GetServerNameOk returns a tuple with the ServerName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetServerName
func (o *IpConsumer) SetServerName(v string)
SetServerName sets ServerName field to given value.
HasServerName
func (o *IpConsumer) HasServerName() bool
HasServerName returns a boolean if a field has been set.
GetDatacenterId
func (o *IpConsumer) GetDatacenterId() string
GetDatacenterId returns the DatacenterId field if non-nil, zero value otherwise.
GetDatacenterIdOk
func (o *IpConsumer) GetDatacenterIdOk() (*string, bool)
GetDatacenterIdOk returns a tuple with the DatacenterId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetDatacenterId
func (o *IpConsumer) SetDatacenterId(v string)
SetDatacenterId sets DatacenterId field to given value.
HasDatacenterId
func (o *IpConsumer) HasDatacenterId() bool
HasDatacenterId returns a boolean if a field has been set.
GetDatacenterName
func (o *IpConsumer) GetDatacenterName() string
GetDatacenterName returns the DatacenterName field if non-nil, zero value otherwise.
GetDatacenterNameOk
func (o *IpConsumer) GetDatacenterNameOk() (*string, bool)
GetDatacenterNameOk returns a tuple with the DatacenterName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetDatacenterName
func (o *IpConsumer) SetDatacenterName(v string)
SetDatacenterName sets DatacenterName field to given value.
HasDatacenterName
func (o *IpConsumer) HasDatacenterName() bool
HasDatacenterName returns a boolean if a field has been set.
GetK8sNodePoolUuid
func (o *IpConsumer) GetK8sNodePoolUuid() string
GetK8sNodePoolUuid returns the K8sNodePoolUuid field if non-nil, zero value otherwise.
GetK8sNodePoolUuidOk
func (o *IpConsumer) GetK8sNodePoolUuidOk() (*string, bool)
GetK8sNodePoolUuidOk returns a tuple with the K8sNodePoolUuid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetK8sNodePoolUuid
func (o *IpConsumer) SetK8sNodePoolUuid(v string)
SetK8sNodePoolUuid sets K8sNodePoolUuid field to given value.
HasK8sNodePoolUuid
func (o *IpConsumer) HasK8sNodePoolUuid() bool
HasK8sNodePoolUuid returns a boolean if a field has been set.
GetK8sClusterUuid
func (o *IpConsumer) GetK8sClusterUuid() string
GetK8sClusterUuid returns the K8sClusterUuid field if non-nil, zero value otherwise.
GetK8sClusterUuidOk
func (o *IpConsumer) GetK8sClusterUuidOk() (*string, bool)
GetK8sClusterUuidOk returns a tuple with the K8sClusterUuid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetK8sClusterUuid
func (o *IpConsumer) SetK8sClusterUuid(v string)
SetK8sClusterUuid sets K8sClusterUuid field to given value.
HasK8sClusterUuid
func (o *IpConsumer) HasK8sClusterUuid() bool
HasK8sClusterUuid returns a boolean if a field has been set.
Last updated