Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 3.36 KB

GetNetworkApplianceVlans200ResponseInnerDhcpOptionsInner.md

File metadata and controls

93 lines (50 loc) · 3.36 KB

GetNetworkApplianceVlans200ResponseInnerDhcpOptionsInner

Properties

Name Type Description Notes
Code string The code for the DHCP option. This should be an integer between 2 and 254.
Type string The type for the DHCP option. One of: 'text', 'ip', 'hex' or 'integer'
Value string The value for the DHCP option

Methods

NewGetNetworkApplianceVlans200ResponseInnerDhcpOptionsInner

func NewGetNetworkApplianceVlans200ResponseInnerDhcpOptionsInner(code string, type_ string, value string, ) *GetNetworkApplianceVlans200ResponseInnerDhcpOptionsInner

NewGetNetworkApplianceVlans200ResponseInnerDhcpOptionsInner instantiates a new GetNetworkApplianceVlans200ResponseInnerDhcpOptionsInner 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

NewGetNetworkApplianceVlans200ResponseInnerDhcpOptionsInnerWithDefaults

func NewGetNetworkApplianceVlans200ResponseInnerDhcpOptionsInnerWithDefaults() *GetNetworkApplianceVlans200ResponseInnerDhcpOptionsInner

NewGetNetworkApplianceVlans200ResponseInnerDhcpOptionsInnerWithDefaults instantiates a new GetNetworkApplianceVlans200ResponseInnerDhcpOptionsInner 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 *GetNetworkApplianceVlans200ResponseInnerDhcpOptionsInner) GetCode() string

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

GetCodeOk

func (o *GetNetworkApplianceVlans200ResponseInnerDhcpOptionsInner) 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 *GetNetworkApplianceVlans200ResponseInnerDhcpOptionsInner) SetCode(v string)

SetCode sets Code field to given value.

GetType

func (o *GetNetworkApplianceVlans200ResponseInnerDhcpOptionsInner) GetType() string

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

GetTypeOk

func (o *GetNetworkApplianceVlans200ResponseInnerDhcpOptionsInner) 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 *GetNetworkApplianceVlans200ResponseInnerDhcpOptionsInner) SetType(v string)

SetType sets Type field to given value.

GetValue

func (o *GetNetworkApplianceVlans200ResponseInnerDhcpOptionsInner) GetValue() string

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

GetValueOk

func (o *GetNetworkApplianceVlans200ResponseInnerDhcpOptionsInner) 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 *GetNetworkApplianceVlans200ResponseInnerDhcpOptionsInner) SetValue(v string)

SetValue sets Value field to given value.

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