1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262
|
# 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.
|