Skip to content

OswDhcpServerRangeOpenApiVO

Properties

Name Type Description Notes
EndIp string
StartIp string

Methods

NewOswDhcpServerRangeOpenApiVO

func NewOswDhcpServerRangeOpenApiVO(endIp string, startIp string, ) *OswDhcpServerRangeOpenApiVO

NewOswDhcpServerRangeOpenApiVO instantiates a new OswDhcpServerRangeOpenApiVO 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

NewOswDhcpServerRangeOpenApiVOWithDefaults

func NewOswDhcpServerRangeOpenApiVOWithDefaults() *OswDhcpServerRangeOpenApiVO

NewOswDhcpServerRangeOpenApiVOWithDefaults instantiates a new OswDhcpServerRangeOpenApiVO 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 *OswDhcpServerRangeOpenApiVO) GetEndIp() string

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

GetEndIpOk

func (o *OswDhcpServerRangeOpenApiVO) 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 *OswDhcpServerRangeOpenApiVO) SetEndIp(v string)

SetEndIp sets EndIp field to given value.

GetStartIp

func (o *OswDhcpServerRangeOpenApiVO) GetStartIp() string

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

GetStartIpOk

func (o *OswDhcpServerRangeOpenApiVO) 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 *OswDhcpServerRangeOpenApiVO) SetStartIp(v string)

SetStartIp sets StartIp field to given value.

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