Skip to content

Ipv6ForIpptOpenApiVO

Properties

Name Type Description Notes
Enable bool Is Lan ipv6 for Ip Pass-through enable.

Methods

NewIpv6ForIpptOpenApiVO

func NewIpv6ForIpptOpenApiVO(enable bool, ) *Ipv6ForIpptOpenApiVO

NewIpv6ForIpptOpenApiVO instantiates a new Ipv6ForIpptOpenApiVO 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

NewIpv6ForIpptOpenApiVOWithDefaults

func NewIpv6ForIpptOpenApiVOWithDefaults() *Ipv6ForIpptOpenApiVO

NewIpv6ForIpptOpenApiVOWithDefaults instantiates a new Ipv6ForIpptOpenApiVO 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

GetEnable

func (o *Ipv6ForIpptOpenApiVO) GetEnable() bool

GetEnable returns the Enable field if non-nil, zero value otherwise.

GetEnableOk

func (o *Ipv6ForIpptOpenApiVO) GetEnableOk() (*bool, bool)

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

SetEnable

func (o *Ipv6ForIpptOpenApiVO) SetEnable(v bool)

SetEnable sets Enable field to given value.

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