ModifyOswVrfOpenApiVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Ipv6Enable | bool | Whether to enable ipv6 |
Methods
NewModifyOswVrfOpenApiVO
func NewModifyOswVrfOpenApiVO(ipv6Enable bool, ) *ModifyOswVrfOpenApiVO
NewModifyOswVrfOpenApiVO instantiates a new ModifyOswVrfOpenApiVO 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
NewModifyOswVrfOpenApiVOWithDefaults
func NewModifyOswVrfOpenApiVOWithDefaults() *ModifyOswVrfOpenApiVO
NewModifyOswVrfOpenApiVOWithDefaults instantiates a new ModifyOswVrfOpenApiVO 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
GetIpv6Enable
func (o *ModifyOswVrfOpenApiVO) GetIpv6Enable() bool
GetIpv6Enable returns the Ipv6Enable field if non-nil, zero value otherwise.
GetIpv6EnableOk
func (o *ModifyOswVrfOpenApiVO) GetIpv6EnableOk() (*bool, bool)
GetIpv6EnableOk returns a tuple with the Ipv6Enable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetIpv6Enable
func (o *ModifyOswVrfOpenApiVO) SetIpv6Enable(v bool)
SetIpv6Enable sets Ipv6Enable field to given value.