Skip to content

DhcpRangeOpenApiVO

Properties

Name Type Description Notes
IpaddrEnd Pointer to string DHCP Range End IP [optional]
IpaddrStart Pointer to string DHCP Range Start IP [optional]

Methods

NewDhcpRangeOpenApiVO

func NewDhcpRangeOpenApiVO() *DhcpRangeOpenApiVO

NewDhcpRangeOpenApiVO instantiates a new DhcpRangeOpenApiVO 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

NewDhcpRangeOpenApiVOWithDefaults

func NewDhcpRangeOpenApiVOWithDefaults() *DhcpRangeOpenApiVO

NewDhcpRangeOpenApiVOWithDefaults instantiates a new DhcpRangeOpenApiVO 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

GetIpaddrEnd

func (o *DhcpRangeOpenApiVO) GetIpaddrEnd() string

GetIpaddrEnd returns the IpaddrEnd field if non-nil, zero value otherwise.

GetIpaddrEndOk

func (o *DhcpRangeOpenApiVO) GetIpaddrEndOk() (*string, bool)

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

SetIpaddrEnd

func (o *DhcpRangeOpenApiVO) SetIpaddrEnd(v string)

SetIpaddrEnd sets IpaddrEnd field to given value.

HasIpaddrEnd

func (o *DhcpRangeOpenApiVO) HasIpaddrEnd() bool

HasIpaddrEnd returns a boolean if a field has been set.

GetIpaddrStart

func (o *DhcpRangeOpenApiVO) GetIpaddrStart() string

GetIpaddrStart returns the IpaddrStart field if non-nil, zero value otherwise.

GetIpaddrStartOk

func (o *DhcpRangeOpenApiVO) GetIpaddrStartOk() (*string, bool)

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

SetIpaddrStart

func (o *DhcpRangeOpenApiVO) SetIpaddrStart(v string)

SetIpaddrStart sets IpaddrStart field to given value.

HasIpaddrStart

func (o *DhcpRangeOpenApiVO) HasIpaddrStart() bool

HasIpaddrStart returns a boolean if a field has been set.

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