OntEthPortVlanConfigDTO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ConfigItemList | Pointer to []OntPortVlanConfigItemDTO | [optional] | |
| VlanConfigMode | string |
Methods
NewOntEthPortVlanConfigDTO
func NewOntEthPortVlanConfigDTO(vlanConfigMode string, ) *OntEthPortVlanConfigDTO
NewOntEthPortVlanConfigDTO instantiates a new OntEthPortVlanConfigDTO 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
NewOntEthPortVlanConfigDTOWithDefaults
func NewOntEthPortVlanConfigDTOWithDefaults() *OntEthPortVlanConfigDTO
NewOntEthPortVlanConfigDTOWithDefaults instantiates a new OntEthPortVlanConfigDTO 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
GetConfigItemList
func (o *OntEthPortVlanConfigDTO) GetConfigItemList() []OntPortVlanConfigItemDTO
GetConfigItemList returns the ConfigItemList field if non-nil, zero value otherwise.
GetConfigItemListOk
func (o *OntEthPortVlanConfigDTO) GetConfigItemListOk() (*[]OntPortVlanConfigItemDTO, bool)
GetConfigItemListOk returns a tuple with the ConfigItemList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetConfigItemList
func (o *OntEthPortVlanConfigDTO) SetConfigItemList(v []OntPortVlanConfigItemDTO)
SetConfigItemList sets ConfigItemList field to given value.
HasConfigItemList
func (o *OntEthPortVlanConfigDTO) HasConfigItemList() bool
HasConfigItemList returns a boolean if a field has been set.
GetVlanConfigMode
func (o *OntEthPortVlanConfigDTO) GetVlanConfigMode() string
GetVlanConfigMode returns the VlanConfigMode field if non-nil, zero value otherwise.
GetVlanConfigModeOk
func (o *OntEthPortVlanConfigDTO) GetVlanConfigModeOk() (*string, bool)
GetVlanConfigModeOk returns a tuple with the VlanConfigMode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetVlanConfigMode
func (o *OntEthPortVlanConfigDTO) SetVlanConfigMode(v string)
SetVlanConfigMode sets VlanConfigMode field to given value.