Skip to content

OpenApiClientIpSetting

Properties

Name Type Description Notes
Ip Pointer to string Client IP [optional]
NetId Pointer to string Lan network ID [optional]
ServerMac Pointer to string DHCP Server Mac [optional]
ServerStackId Pointer to string DHCP Server Stack ID [optional]
ServerType Pointer to string DHCP Server Type [optional]
UseFixedAddr bool Whether to use the specified IP

Methods

NewOpenApiClientIpSetting

func NewOpenApiClientIpSetting(useFixedAddr bool, ) *OpenApiClientIpSetting

NewOpenApiClientIpSetting instantiates a new OpenApiClientIpSetting 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

NewOpenApiClientIpSettingWithDefaults

func NewOpenApiClientIpSettingWithDefaults() *OpenApiClientIpSetting

NewOpenApiClientIpSettingWithDefaults instantiates a new OpenApiClientIpSetting 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 *OpenApiClientIpSetting) GetIp() string

GetIp returns the Ip field if non-nil, zero value otherwise.

GetIpOk

func (o *OpenApiClientIpSetting) 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 *OpenApiClientIpSetting) SetIp(v string)

SetIp sets Ip field to given value.

HasIp

func (o *OpenApiClientIpSetting) HasIp() bool

HasIp returns a boolean if a field has been set.

GetNetId

func (o *OpenApiClientIpSetting) GetNetId() string

GetNetId returns the NetId field if non-nil, zero value otherwise.

GetNetIdOk

func (o *OpenApiClientIpSetting) GetNetIdOk() (*string, bool)

GetNetIdOk returns a tuple with the NetId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetNetId

func (o *OpenApiClientIpSetting) SetNetId(v string)

SetNetId sets NetId field to given value.

HasNetId

func (o *OpenApiClientIpSetting) HasNetId() bool

HasNetId returns a boolean if a field has been set.

GetServerMac

func (o *OpenApiClientIpSetting) GetServerMac() string

GetServerMac returns the ServerMac field if non-nil, zero value otherwise.

GetServerMacOk

func (o *OpenApiClientIpSetting) GetServerMacOk() (*string, bool)

GetServerMacOk returns a tuple with the ServerMac field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetServerMac

func (o *OpenApiClientIpSetting) SetServerMac(v string)

SetServerMac sets ServerMac field to given value.

HasServerMac

func (o *OpenApiClientIpSetting) HasServerMac() bool

HasServerMac returns a boolean if a field has been set.

GetServerStackId

func (o *OpenApiClientIpSetting) GetServerStackId() string

GetServerStackId returns the ServerStackId field if non-nil, zero value otherwise.

GetServerStackIdOk

func (o *OpenApiClientIpSetting) GetServerStackIdOk() (*string, bool)

GetServerStackIdOk returns a tuple with the ServerStackId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetServerStackId

func (o *OpenApiClientIpSetting) SetServerStackId(v string)

SetServerStackId sets ServerStackId field to given value.

HasServerStackId

func (o *OpenApiClientIpSetting) HasServerStackId() bool

HasServerStackId returns a boolean if a field has been set.

GetServerType

func (o *OpenApiClientIpSetting) GetServerType() string

GetServerType returns the ServerType field if non-nil, zero value otherwise.

GetServerTypeOk

func (o *OpenApiClientIpSetting) GetServerTypeOk() (*string, bool)

GetServerTypeOk returns a tuple with the ServerType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetServerType

func (o *OpenApiClientIpSetting) SetServerType(v string)

SetServerType sets ServerType field to given value.

HasServerType

func (o *OpenApiClientIpSetting) HasServerType() bool

HasServerType returns a boolean if a field has been set.

GetUseFixedAddr

func (o *OpenApiClientIpSetting) GetUseFixedAddr() bool

GetUseFixedAddr returns the UseFixedAddr field if non-nil, zero value otherwise.

GetUseFixedAddrOk

func (o *OpenApiClientIpSetting) GetUseFixedAddrOk() (*bool, bool)

GetUseFixedAddrOk returns a tuple with the UseFixedAddr field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetUseFixedAddr

func (o *OpenApiClientIpSetting) SetUseFixedAddr(v bool)

SetUseFixedAddr sets UseFixedAddr field to given value.

[Back to Model list] [Back to API list] [Back to README]