Skip to content

OswDhcpServerRangeVO

Properties

Name Type Description Notes
EndIp string
StartIp string

Methods

NewOswDhcpServerRangeVO

func NewOswDhcpServerRangeVO(endIp string, startIp string, ) *OswDhcpServerRangeVO

NewOswDhcpServerRangeVO instantiates a new OswDhcpServerRangeVO 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

NewOswDhcpServerRangeVOWithDefaults

func NewOswDhcpServerRangeVOWithDefaults() *OswDhcpServerRangeVO

NewOswDhcpServerRangeVOWithDefaults instantiates a new OswDhcpServerRangeVO 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

GetEndIp

func (o *OswDhcpServerRangeVO) GetEndIp() string

GetEndIp returns the EndIp field if non-nil, zero value otherwise.

GetEndIpOk

func (o *OswDhcpServerRangeVO) GetEndIpOk() (*string, bool)

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

SetEndIp

func (o *OswDhcpServerRangeVO) SetEndIp(v string)

SetEndIp sets EndIp field to given value.

GetStartIp

func (o *OswDhcpServerRangeVO) GetStartIp() string

GetStartIp returns the StartIp field if non-nil, zero value otherwise.

GetStartIpOk

func (o *OswDhcpServerRangeVO) GetStartIpOk() (*string, bool)

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

SetStartIp

func (o *OswDhcpServerRangeVO) SetStartIp(v string)

SetStartIp sets StartIp field to given value.

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