Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 4.16 KB

GetNetworkSwitchStackRoutingInterfaceDhcp200ResponseReservedIpRangesInner.md

File metadata and controls

108 lines (59 loc) · 4.16 KB

GetNetworkSwitchStackRoutingInterfaceDhcp200ResponseReservedIpRangesInner

Properties

Name Type Description Notes
Start Pointer to string The starting IP address of the reserved IP range [optional]
End Pointer to string The ending IP address of the reserved IP range [optional]
Comment Pointer to string The comment for the reserved IP range [optional]

Methods

NewGetNetworkSwitchStackRoutingInterfaceDhcp200ResponseReservedIpRangesInner

func NewGetNetworkSwitchStackRoutingInterfaceDhcp200ResponseReservedIpRangesInner() *GetNetworkSwitchStackRoutingInterfaceDhcp200ResponseReservedIpRangesInner

NewGetNetworkSwitchStackRoutingInterfaceDhcp200ResponseReservedIpRangesInner instantiates a new GetNetworkSwitchStackRoutingInterfaceDhcp200ResponseReservedIpRangesInner 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

NewGetNetworkSwitchStackRoutingInterfaceDhcp200ResponseReservedIpRangesInnerWithDefaults

func NewGetNetworkSwitchStackRoutingInterfaceDhcp200ResponseReservedIpRangesInnerWithDefaults() *GetNetworkSwitchStackRoutingInterfaceDhcp200ResponseReservedIpRangesInner

NewGetNetworkSwitchStackRoutingInterfaceDhcp200ResponseReservedIpRangesInnerWithDefaults instantiates a new GetNetworkSwitchStackRoutingInterfaceDhcp200ResponseReservedIpRangesInner 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

GetStart

func (o *GetNetworkSwitchStackRoutingInterfaceDhcp200ResponseReservedIpRangesInner) GetStart() string

GetStart returns the Start field if non-nil, zero value otherwise.

GetStartOk

func (o *GetNetworkSwitchStackRoutingInterfaceDhcp200ResponseReservedIpRangesInner) GetStartOk() (*string, bool)

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

SetStart

func (o *GetNetworkSwitchStackRoutingInterfaceDhcp200ResponseReservedIpRangesInner) SetStart(v string)

SetStart sets Start field to given value.

HasStart

func (o *GetNetworkSwitchStackRoutingInterfaceDhcp200ResponseReservedIpRangesInner) HasStart() bool

HasStart returns a boolean if a field has been set.

GetEnd

func (o *GetNetworkSwitchStackRoutingInterfaceDhcp200ResponseReservedIpRangesInner) GetEnd() string

GetEnd returns the End field if non-nil, zero value otherwise.

GetEndOk

func (o *GetNetworkSwitchStackRoutingInterfaceDhcp200ResponseReservedIpRangesInner) GetEndOk() (*string, bool)

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

SetEnd

func (o *GetNetworkSwitchStackRoutingInterfaceDhcp200ResponseReservedIpRangesInner) SetEnd(v string)

SetEnd sets End field to given value.

HasEnd

func (o *GetNetworkSwitchStackRoutingInterfaceDhcp200ResponseReservedIpRangesInner) HasEnd() bool

HasEnd returns a boolean if a field has been set.

GetComment

func (o *GetNetworkSwitchStackRoutingInterfaceDhcp200ResponseReservedIpRangesInner) GetComment() string

GetComment returns the Comment field if non-nil, zero value otherwise.

GetCommentOk

func (o *GetNetworkSwitchStackRoutingInterfaceDhcp200ResponseReservedIpRangesInner) GetCommentOk() (*string, bool)

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

SetComment

func (o *GetNetworkSwitchStackRoutingInterfaceDhcp200ResponseReservedIpRangesInner) SetComment(v string)

SetComment sets Comment field to given value.

HasComment

func (o *GetNetworkSwitchStackRoutingInterfaceDhcp200ResponseReservedIpRangesInner) HasComment() bool

HasComment returns a boolean if a field has been set.

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