CreateVlanParamOpenApiVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| DeviceConfig | SelectPortBindingBriefVO | ||
| LanNetwork | LanNetworkOpenApiV3VO |
Methods
NewCreateVlanParamOpenApiVO
func NewCreateVlanParamOpenApiVO(deviceConfig SelectPortBindingBriefVO, lanNetwork LanNetworkOpenApiV3VO, ) *CreateVlanParamOpenApiVO
NewCreateVlanParamOpenApiVO instantiates a new CreateVlanParamOpenApiVO 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
NewCreateVlanParamOpenApiVOWithDefaults
func NewCreateVlanParamOpenApiVOWithDefaults() *CreateVlanParamOpenApiVO
NewCreateVlanParamOpenApiVOWithDefaults instantiates a new CreateVlanParamOpenApiVO 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
GetDeviceConfig
func (o *CreateVlanParamOpenApiVO) GetDeviceConfig() SelectPortBindingBriefVO
GetDeviceConfig returns the DeviceConfig field if non-nil, zero value otherwise.
GetDeviceConfigOk
func (o *CreateVlanParamOpenApiVO) GetDeviceConfigOk() (*SelectPortBindingBriefVO, bool)
GetDeviceConfigOk returns a tuple with the DeviceConfig field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetDeviceConfig
func (o *CreateVlanParamOpenApiVO) SetDeviceConfig(v SelectPortBindingBriefVO)
SetDeviceConfig sets DeviceConfig field to given value.
GetLanNetwork
func (o *CreateVlanParamOpenApiVO) GetLanNetwork() LanNetworkOpenApiV3VO
GetLanNetwork returns the LanNetwork field if non-nil, zero value otherwise.
GetLanNetworkOk
func (o *CreateVlanParamOpenApiVO) GetLanNetworkOk() (*LanNetworkOpenApiV3VO, bool)
GetLanNetworkOk returns a tuple with the LanNetwork field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetLanNetwork
func (o *CreateVlanParamOpenApiVO) SetLanNetwork(v LanNetworkOpenApiV3VO)
SetLanNetwork sets LanNetwork field to given value.