ClientMACIPSetting
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Ip | Pointer to string | Fixed IP address. | [optional] |
| Mac | Pointer to string | Client MAC address, Use capital letters and separator, for example: AA-AA-AA-AA-AA-AA. | [optional] |
Methods
NewClientMACIPSetting
func NewClientMACIPSetting() *ClientMACIPSetting
NewClientMACIPSetting instantiates a new ClientMACIPSetting 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
NewClientMACIPSettingWithDefaults
func NewClientMACIPSettingWithDefaults() *ClientMACIPSetting
NewClientMACIPSettingWithDefaults instantiates a new ClientMACIPSetting 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 *ClientMACIPSetting) GetIp() string
GetIp returns the Ip field if non-nil, zero value otherwise.
GetIpOk
func (o *ClientMACIPSetting) 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 *ClientMACIPSetting) SetIp(v string)
SetIp sets Ip field to given value.
HasIp
func (o *ClientMACIPSetting) HasIp() bool
HasIp returns a boolean if a field has been set.
GetMac
func (o *ClientMACIPSetting) GetMac() string
GetMac returns the Mac field if non-nil, zero value otherwise.
GetMacOk
func (o *ClientMACIPSetting) 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 *ClientMACIPSetting) SetMac(v string)
SetMac sets Mac field to given value.
HasMac
func (o *ClientMACIPSetting) HasMac() bool
HasMac returns a boolean if a field has been set.