IpConsumer
Last updated
Last updated
Name | Type | Description | Notes |
---|---|---|---|
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
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
func (o *IpConsumer) GetDatacenterId() string
GetDatacenterId returns the DatacenterId field if non-nil, zero value otherwise.
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.
func (o *IpConsumer) SetDatacenterId(v string)
SetDatacenterId sets DatacenterId field to given value.
func (o *IpConsumer) HasDatacenterId() bool
HasDatacenterId returns a boolean if a field has been set.
func (o *IpConsumer) GetDatacenterName() string
GetDatacenterName returns the DatacenterName field if non-nil, zero value otherwise.
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.
func (o *IpConsumer) SetDatacenterName(v string)
SetDatacenterName sets DatacenterName field to given value.
func (o *IpConsumer) HasDatacenterName() bool
HasDatacenterName returns a boolean if a field has been set.
func (o *IpConsumer) GetIp() string
GetIp returns the Ip field if non-nil, zero value otherwise.
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.
func (o *IpConsumer) SetIp(v string)
SetIp sets Ip field to given value.
func (o *IpConsumer) HasIp() bool
HasIp returns a boolean if a field has been set.
func (o *IpConsumer) GetK8sClusterUuid() string
GetK8sClusterUuid returns the K8sClusterUuid field if non-nil, zero value otherwise.
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.
func (o *IpConsumer) SetK8sClusterUuid(v string)
SetK8sClusterUuid sets K8sClusterUuid field to given value.
func (o *IpConsumer) HasK8sClusterUuid() bool
HasK8sClusterUuid returns a boolean if a field has been set.
func (o *IpConsumer) GetK8sNodePoolUuid() string
GetK8sNodePoolUuid returns the K8sNodePoolUuid field if non-nil, zero value otherwise.
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.
func (o *IpConsumer) SetK8sNodePoolUuid(v string)
SetK8sNodePoolUuid sets K8sNodePoolUuid field to given value.
func (o *IpConsumer) HasK8sNodePoolUuid() bool
HasK8sNodePoolUuid returns a boolean if a field has been set.
func (o *IpConsumer) GetMac() string
GetMac returns the Mac field if non-nil, zero value otherwise.
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.
func (o *IpConsumer) SetMac(v string)
SetMac sets Mac field to given value.
func (o *IpConsumer) HasMac() bool
HasMac returns a boolean if a field has been set.
func (o *IpConsumer) GetNicId() string
GetNicId returns the NicId field if non-nil, zero value otherwise.
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.
func (o *IpConsumer) SetNicId(v string)
SetNicId sets NicId field to given value.
func (o *IpConsumer) HasNicId() bool
HasNicId returns a boolean if a field has been set.
func (o *IpConsumer) GetServerId() string
GetServerId returns the ServerId field if non-nil, zero value otherwise.
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.
func (o *IpConsumer) SetServerId(v string)
SetServerId sets ServerId field to given value.
func (o *IpConsumer) HasServerId() bool
HasServerId returns a boolean if a field has been set.
func (o *IpConsumer) GetServerName() string
GetServerName returns the ServerName field if non-nil, zero value otherwise.
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.
func (o *IpConsumer) SetServerName(v string)
SetServerName sets ServerName field to given value.
func (o *IpConsumer) HasServerName() bool
HasServerName returns a boolean if a field has been set.
DatacenterId
Pointer to string
[optional]
DatacenterName
Pointer to string
[optional]
Ip
Pointer to string
[optional]
K8sClusterUuid
Pointer to string
[optional]
K8sNodePoolUuid
Pointer to string
[optional]
Mac
Pointer to string
[optional]
NicId
Pointer to string
[optional]
ServerId
Pointer to string
[optional]
ServerName
Pointer to string
[optional]