VlanNetworkDevicePortSupportVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| LagId | Pointer to string | Lag Id | [optional] |
| MlagId | Pointer to string | Mlag Id | [optional] |
| Port | Pointer to string | Port Id | [optional] |
| StandardPort | Pointer to string | Standard Port of Stack | [optional] |
| Support | Pointer to bool | Indicate whether the port support current vlan. | [optional] |
Methods
NewVlanNetworkDevicePortSupportVO
func NewVlanNetworkDevicePortSupportVO() *VlanNetworkDevicePortSupportVO
NewVlanNetworkDevicePortSupportVO instantiates a new VlanNetworkDevicePortSupportVO 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
NewVlanNetworkDevicePortSupportVOWithDefaults
func NewVlanNetworkDevicePortSupportVOWithDefaults() *VlanNetworkDevicePortSupportVO
NewVlanNetworkDevicePortSupportVOWithDefaults instantiates a new VlanNetworkDevicePortSupportVO 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
GetLagId
func (o *VlanNetworkDevicePortSupportVO) GetLagId() string
GetLagId returns the LagId field if non-nil, zero value otherwise.
GetLagIdOk
func (o *VlanNetworkDevicePortSupportVO) GetLagIdOk() (*string, bool)
GetLagIdOk returns a tuple with the LagId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetLagId
func (o *VlanNetworkDevicePortSupportVO) SetLagId(v string)
SetLagId sets LagId field to given value.
HasLagId
func (o *VlanNetworkDevicePortSupportVO) HasLagId() bool
HasLagId returns a boolean if a field has been set.
GetMlagId
func (o *VlanNetworkDevicePortSupportVO) GetMlagId() string
GetMlagId returns the MlagId field if non-nil, zero value otherwise.
GetMlagIdOk
func (o *VlanNetworkDevicePortSupportVO) GetMlagIdOk() (*string, bool)
GetMlagIdOk returns a tuple with the MlagId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetMlagId
func (o *VlanNetworkDevicePortSupportVO) SetMlagId(v string)
SetMlagId sets MlagId field to given value.
HasMlagId
func (o *VlanNetworkDevicePortSupportVO) HasMlagId() bool
HasMlagId returns a boolean if a field has been set.
GetPort
func (o *VlanNetworkDevicePortSupportVO) GetPort() string
GetPort returns the Port field if non-nil, zero value otherwise.
GetPortOk
func (o *VlanNetworkDevicePortSupportVO) GetPortOk() (*string, bool)
GetPortOk returns a tuple with the Port field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetPort
func (o *VlanNetworkDevicePortSupportVO) SetPort(v string)
SetPort sets Port field to given value.
HasPort
func (o *VlanNetworkDevicePortSupportVO) HasPort() bool
HasPort returns a boolean if a field has been set.
GetStandardPort
func (o *VlanNetworkDevicePortSupportVO) GetStandardPort() string
GetStandardPort returns the StandardPort field if non-nil, zero value otherwise.
GetStandardPortOk
func (o *VlanNetworkDevicePortSupportVO) GetStandardPortOk() (*string, bool)
GetStandardPortOk returns a tuple with the StandardPort field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetStandardPort
func (o *VlanNetworkDevicePortSupportVO) SetStandardPort(v string)
SetStandardPort sets StandardPort field to given value.
HasStandardPort
func (o *VlanNetworkDevicePortSupportVO) HasStandardPort() bool
HasStandardPort returns a boolean if a field has been set.
GetSupport
func (o *VlanNetworkDevicePortSupportVO) GetSupport() bool
GetSupport returns the Support field if non-nil, zero value otherwise.
GetSupportOk
func (o *VlanNetworkDevicePortSupportVO) GetSupportOk() (*bool, bool)
GetSupportOk returns a tuple with the Support field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetSupport
func (o *VlanNetworkDevicePortSupportVO) SetSupport(v bool)
SetSupport sets Support field to given value.
HasSupport
func (o *VlanNetworkDevicePortSupportVO) HasSupport() bool
HasSupport returns a boolean if a field has been set.