Skip to content

OspfProcessAreaNetworkOpenApiVO

Properties

Name Type Description Notes
Ip string The IP address of the network.
Mask int32 Mask should be within the range of 0-32.

Methods

NewOspfProcessAreaNetworkOpenApiVO

func NewOspfProcessAreaNetworkOpenApiVO(ip string, mask int32, ) *OspfProcessAreaNetworkOpenApiVO

NewOspfProcessAreaNetworkOpenApiVO instantiates a new OspfProcessAreaNetworkOpenApiVO 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

NewOspfProcessAreaNetworkOpenApiVOWithDefaults

func NewOspfProcessAreaNetworkOpenApiVOWithDefaults() *OspfProcessAreaNetworkOpenApiVO

NewOspfProcessAreaNetworkOpenApiVOWithDefaults instantiates a new OspfProcessAreaNetworkOpenApiVO 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

GetIp

func (o *OspfProcessAreaNetworkOpenApiVO) GetIp() string

GetIp returns the Ip field if non-nil, zero value otherwise.

GetIpOk

func (o *OspfProcessAreaNetworkOpenApiVO) GetIpOk() (*string, bool)

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

SetIp

func (o *OspfProcessAreaNetworkOpenApiVO) SetIp(v string)

SetIp sets Ip field to given value.

GetMask

func (o *OspfProcessAreaNetworkOpenApiVO) GetMask() int32

GetMask returns the Mask field if non-nil, zero value otherwise.

GetMaskOk

func (o *OspfProcessAreaNetworkOpenApiVO) GetMaskOk() (*int32, bool)

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

SetMask

func (o *OspfProcessAreaNetworkOpenApiVO) SetMask(v int32)

SetMask sets Mask field to given value.

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