Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 4.08 KB

GetNetworkSwitchStackRoutingInterfaceDhcp200ResponseDhcpOptionsInner.md

File metadata and controls

108 lines (59 loc) · 4.08 KB

GetNetworkSwitchStackRoutingInterfaceDhcp200ResponseDhcpOptionsInner

Properties

Name Type Description Notes
Code Pointer to string The code for DHCP option which should be from 2 to 254 [optional]
Type Pointer to string The type of the DHCP option which should be one of ('text', 'ip', 'integer' or 'hex') [optional]
Value Pointer to string The value of the DHCP option [optional]

Methods

NewGetNetworkSwitchStackRoutingInterfaceDhcp200ResponseDhcpOptionsInner

func NewGetNetworkSwitchStackRoutingInterfaceDhcp200ResponseDhcpOptionsInner() *GetNetworkSwitchStackRoutingInterfaceDhcp200ResponseDhcpOptionsInner

NewGetNetworkSwitchStackRoutingInterfaceDhcp200ResponseDhcpOptionsInner instantiates a new GetNetworkSwitchStackRoutingInterfaceDhcp200ResponseDhcpOptionsInner 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

NewGetNetworkSwitchStackRoutingInterfaceDhcp200ResponseDhcpOptionsInnerWithDefaults

func NewGetNetworkSwitchStackRoutingInterfaceDhcp200ResponseDhcpOptionsInnerWithDefaults() *GetNetworkSwitchStackRoutingInterfaceDhcp200ResponseDhcpOptionsInner

NewGetNetworkSwitchStackRoutingInterfaceDhcp200ResponseDhcpOptionsInnerWithDefaults instantiates a new GetNetworkSwitchStackRoutingInterfaceDhcp200ResponseDhcpOptionsInner 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

GetCode

func (o *GetNetworkSwitchStackRoutingInterfaceDhcp200ResponseDhcpOptionsInner) GetCode() string

GetCode returns the Code field if non-nil, zero value otherwise.

GetCodeOk

func (o *GetNetworkSwitchStackRoutingInterfaceDhcp200ResponseDhcpOptionsInner) GetCodeOk() (*string, bool)

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

SetCode

func (o *GetNetworkSwitchStackRoutingInterfaceDhcp200ResponseDhcpOptionsInner) SetCode(v string)

SetCode sets Code field to given value.

HasCode

func (o *GetNetworkSwitchStackRoutingInterfaceDhcp200ResponseDhcpOptionsInner) HasCode() bool

HasCode returns a boolean if a field has been set.

GetType

func (o *GetNetworkSwitchStackRoutingInterfaceDhcp200ResponseDhcpOptionsInner) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *GetNetworkSwitchStackRoutingInterfaceDhcp200ResponseDhcpOptionsInner) GetTypeOk() (*string, bool)

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

SetType

func (o *GetNetworkSwitchStackRoutingInterfaceDhcp200ResponseDhcpOptionsInner) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *GetNetworkSwitchStackRoutingInterfaceDhcp200ResponseDhcpOptionsInner) HasType() bool

HasType returns a boolean if a field has been set.

GetValue

func (o *GetNetworkSwitchStackRoutingInterfaceDhcp200ResponseDhcpOptionsInner) GetValue() string

GetValue returns the Value field if non-nil, zero value otherwise.

GetValueOk

func (o *GetNetworkSwitchStackRoutingInterfaceDhcp200ResponseDhcpOptionsInner) GetValueOk() (*string, bool)

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

SetValue

func (o *GetNetworkSwitchStackRoutingInterfaceDhcp200ResponseDhcpOptionsInner) SetValue(v string)

SetValue sets Value field to given value.

HasValue

func (o *GetNetworkSwitchStackRoutingInterfaceDhcp200ResponseDhcpOptionsInner) HasValue() bool

HasValue returns a boolean if a field has been set.

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