Skip to content

ApVlanConfigV2OpenApiVO

Properties

Name Type Description Notes
MvlanSetting Pointer to ApMvlanSettingOpenApiVO [optional]
VoipVlanSetting Pointer to ApVoipVlanSettingOpenApiVO [optional]

Methods

NewApVlanConfigV2OpenApiVO

func NewApVlanConfigV2OpenApiVO() *ApVlanConfigV2OpenApiVO

NewApVlanConfigV2OpenApiVO instantiates a new ApVlanConfigV2OpenApiVO 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

NewApVlanConfigV2OpenApiVOWithDefaults

func NewApVlanConfigV2OpenApiVOWithDefaults() *ApVlanConfigV2OpenApiVO

NewApVlanConfigV2OpenApiVOWithDefaults instantiates a new ApVlanConfigV2OpenApiVO 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

GetMvlanSetting

func (o *ApVlanConfigV2OpenApiVO) GetMvlanSetting() ApMvlanSettingOpenApiVO

GetMvlanSetting returns the MvlanSetting field if non-nil, zero value otherwise.

GetMvlanSettingOk

func (o *ApVlanConfigV2OpenApiVO) GetMvlanSettingOk() (*ApMvlanSettingOpenApiVO, bool)

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

SetMvlanSetting

func (o *ApVlanConfigV2OpenApiVO) SetMvlanSetting(v ApMvlanSettingOpenApiVO)

SetMvlanSetting sets MvlanSetting field to given value.

HasMvlanSetting

func (o *ApVlanConfigV2OpenApiVO) HasMvlanSetting() bool

HasMvlanSetting returns a boolean if a field has been set.

GetVoipVlanSetting

func (o *ApVlanConfigV2OpenApiVO) GetVoipVlanSetting() ApVoipVlanSettingOpenApiVO

GetVoipVlanSetting returns the VoipVlanSetting field if non-nil, zero value otherwise.

GetVoipVlanSettingOk

func (o *ApVlanConfigV2OpenApiVO) GetVoipVlanSettingOk() (*ApVoipVlanSettingOpenApiVO, bool)

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

SetVoipVlanSetting

func (o *ApVlanConfigV2OpenApiVO) SetVoipVlanSetting(v ApVoipVlanSettingOpenApiVO)

SetVoipVlanSetting sets VoipVlanSetting field to given value.

HasVoipVlanSetting

func (o *ApVlanConfigV2OpenApiVO) HasVoipVlanSetting() bool

HasVoipVlanSetting returns a boolean if a field has been set.

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