Skip to content

OswVrfConfigOpenApiVO

Properties

Name Type Description Notes
Ipv4Enable bool Indicates whether ipv4 is enabled
Ipv6Enable bool Indicates whether ipv6 is enabled
Vrf string VRF Name

Methods

NewOswVrfConfigOpenApiVO

func NewOswVrfConfigOpenApiVO(ipv4Enable bool, ipv6Enable bool, vrf string, ) *OswVrfConfigOpenApiVO

NewOswVrfConfigOpenApiVO instantiates a new OswVrfConfigOpenApiVO 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

NewOswVrfConfigOpenApiVOWithDefaults

func NewOswVrfConfigOpenApiVOWithDefaults() *OswVrfConfigOpenApiVO

NewOswVrfConfigOpenApiVOWithDefaults instantiates a new OswVrfConfigOpenApiVO 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

GetIpv4Enable

func (o *OswVrfConfigOpenApiVO) GetIpv4Enable() bool

GetIpv4Enable returns the Ipv4Enable field if non-nil, zero value otherwise.

GetIpv4EnableOk

func (o *OswVrfConfigOpenApiVO) GetIpv4EnableOk() (*bool, bool)

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

SetIpv4Enable

func (o *OswVrfConfigOpenApiVO) SetIpv4Enable(v bool)

SetIpv4Enable sets Ipv4Enable field to given value.

GetIpv6Enable

func (o *OswVrfConfigOpenApiVO) GetIpv6Enable() bool

GetIpv6Enable returns the Ipv6Enable field if non-nil, zero value otherwise.

GetIpv6EnableOk

func (o *OswVrfConfigOpenApiVO) 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 *OswVrfConfigOpenApiVO) SetIpv6Enable(v bool)

SetIpv6Enable sets Ipv6Enable field to given value.

GetVrf

func (o *OswVrfConfigOpenApiVO) GetVrf() string

GetVrf returns the Vrf field if non-nil, zero value otherwise.

GetVrfOk

func (o *OswVrfConfigOpenApiVO) GetVrfOk() (*string, bool)

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

SetVrf

func (o *OswVrfConfigOpenApiVO) SetVrf(v string)

SetVrf sets Vrf field to given value.

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