Skip to content

Ipv4MapEOpenApiVO

Properties

Name Type Description Notes
Mape int32 Parameter [mape] should be one of the following values: 0:V6 plus; 1:IPv6 Option; 2:OCN virtual connect.

Methods

NewIpv4MapEOpenApiVO

func NewIpv4MapEOpenApiVO(mape int32, ) *Ipv4MapEOpenApiVO

NewIpv4MapEOpenApiVO instantiates a new Ipv4MapEOpenApiVO 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

NewIpv4MapEOpenApiVOWithDefaults

func NewIpv4MapEOpenApiVOWithDefaults() *Ipv4MapEOpenApiVO

NewIpv4MapEOpenApiVOWithDefaults instantiates a new Ipv4MapEOpenApiVO 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

GetMape

func (o *Ipv4MapEOpenApiVO) GetMape() int32

GetMape returns the Mape field if non-nil, zero value otherwise.

GetMapeOk

func (o *Ipv4MapEOpenApiVO) GetMapeOk() (*int32, bool)

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

SetMape

func (o *Ipv4MapEOpenApiVO) SetMape(v int32)

SetMape sets Mape field to given value.

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