| Name | Type | Description | Notes |
|---|---|---|---|
| FreeEndVlanId | Pointer to string | For free VLAN IDs (<b>type</b><b>free</b>), it returns the last VLAN of a range of VLANs that are not assigned yet. The first VLAN in that range is returned in the parameter <b>free_start_vlan_id</b>. | [optional] |
| FreeStartVlanId | Pointer to string | For free VLAN IDs (<b>type</b><b>free</b>), it returns the first VLAN of the range of VLANs that are not assigned yet. The last VLAN in that range is returned in the parameter <b>free_end_vlan_id</b>. | [optional] |
| DomainSupportVxlan | Pointer to string | The type of virtual network used by the domain the VLAN belongs to, VXLAN (<b>1</b>) or VLAN (<b>0</b>). | [optional] |
| VlanType | Pointer to string | The type of the VLAN (<b>free</b> or <b>used</b>). | [optional] |
| DomainClassName | Pointer to string | The name of the class applied to the VLAN domain the object belongs to, it can be preceded by the class directory. | [optional] |
| DomainClassParameters | Pointer to []ApiClassParameterOutputEntry | The class parameters of the domain the VLAN belongs to. | [optional] |
| DomainDescription | Pointer to string | The description of the VLAN domain the object belongs to. | [optional] |
| DomainEndVlanId | Pointer to string | The VLAN identifier (ID) of the last VLAN in the VLAN domain the object belongs to. | [optional] |
| DomainId | Pointer to string | The database identifier (ID) of the VLAN domain the object belongs to. | [optional] |
| DomainName | Pointer to string | The name of the VLAN domain the object belongs to. | [optional] |
| DomainStartVlanId | Pointer to string | The VLAN identifier (ID) of the first VLAN in the VLAN domain the object belongs to. | [optional] |
| RangeClassName | Pointer to string | The name of the class applied to the VLAN range the object belongs to, it can be preceded by the class directory. | [optional] |
| RangeClassParameters | Pointer to []ApiClassParameterOutputEntry | The class parameters of the range the VLAN belongs to. | [optional] |
| RangeDescription | Pointer to string | The description of the VLAN range the object belongs to. | [optional] |
| RangeEndVlanId | Pointer to string | The VLAN identifier (ID) of the last VLAN in the VLAN range the object belongs to. | [optional] |
| RangeId | Pointer to string | The database identifier (ID) of the VLAN range the object belongs to. | [optional] |
| RangeName | Pointer to string | The name of the VLAN range the object belongs to. | [optional] |
| RangeStartVlanId | Pointer to string | The VLAN identifier (ID) of the first VLAN in the VLAN range the object belongs to. | [optional] |
| VlanClassName | Pointer to string | The name of the class applied to the object, it can be preceded by the class directory. | [optional] |
| VlanClassParameters | Pointer to []ApiClassParameterOutputEntry | The class parameters of the VLAN. | [optional] |
| VlanId | Pointer to string | The database identifier (ID) of the VLAN. | [optional] |
| VlanName | Pointer to string | The name of the VLAN. | [optional] |
| VlanVlanId | Pointer to string | The VLAN identifier (ID) of the VLAN. | [optional] |
func NewDataInnerVlanVlanData() *DataInnerVlanVlanData
NewDataInnerVlanVlanData instantiates a new DataInnerVlanVlanData 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
func NewDataInnerVlanVlanDataWithDefaults() *DataInnerVlanVlanData
NewDataInnerVlanVlanDataWithDefaults instantiates a new DataInnerVlanVlanData 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
func (o *DataInnerVlanVlanData) GetFreeEndVlanId() string
GetFreeEndVlanId returns the FreeEndVlanId field if non-nil, zero value otherwise.
func (o *DataInnerVlanVlanData) GetFreeEndVlanIdOk() (*string, bool)
GetFreeEndVlanIdOk returns a tuple with the FreeEndVlanId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerVlanVlanData) SetFreeEndVlanId(v string)
SetFreeEndVlanId sets FreeEndVlanId field to given value.
func (o *DataInnerVlanVlanData) HasFreeEndVlanId() bool
HasFreeEndVlanId returns a boolean if a field has been set.
func (o *DataInnerVlanVlanData) GetFreeStartVlanId() string
GetFreeStartVlanId returns the FreeStartVlanId field if non-nil, zero value otherwise.
func (o *DataInnerVlanVlanData) GetFreeStartVlanIdOk() (*string, bool)
GetFreeStartVlanIdOk returns a tuple with the FreeStartVlanId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerVlanVlanData) SetFreeStartVlanId(v string)
SetFreeStartVlanId sets FreeStartVlanId field to given value.
func (o *DataInnerVlanVlanData) HasFreeStartVlanId() bool
HasFreeStartVlanId returns a boolean if a field has been set.
func (o *DataInnerVlanVlanData) GetDomainSupportVxlan() string
GetDomainSupportVxlan returns the DomainSupportVxlan field if non-nil, zero value otherwise.
func (o *DataInnerVlanVlanData) GetDomainSupportVxlanOk() (*string, bool)
GetDomainSupportVxlanOk returns a tuple with the DomainSupportVxlan field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerVlanVlanData) SetDomainSupportVxlan(v string)
SetDomainSupportVxlan sets DomainSupportVxlan field to given value.
func (o *DataInnerVlanVlanData) HasDomainSupportVxlan() bool
HasDomainSupportVxlan returns a boolean if a field has been set.
func (o *DataInnerVlanVlanData) GetVlanType() string
GetVlanType returns the VlanType field if non-nil, zero value otherwise.
func (o *DataInnerVlanVlanData) GetVlanTypeOk() (*string, bool)
GetVlanTypeOk returns a tuple with the VlanType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerVlanVlanData) SetVlanType(v string)
SetVlanType sets VlanType field to given value.
func (o *DataInnerVlanVlanData) HasVlanType() bool
HasVlanType returns a boolean if a field has been set.
func (o *DataInnerVlanVlanData) GetDomainClassName() string
GetDomainClassName returns the DomainClassName field if non-nil, zero value otherwise.
func (o *DataInnerVlanVlanData) GetDomainClassNameOk() (*string, bool)
GetDomainClassNameOk returns a tuple with the DomainClassName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerVlanVlanData) SetDomainClassName(v string)
SetDomainClassName sets DomainClassName field to given value.
func (o *DataInnerVlanVlanData) HasDomainClassName() bool
HasDomainClassName returns a boolean if a field has been set.
func (o *DataInnerVlanVlanData) GetDomainClassParameters() []ApiClassParameterOutputEntry
GetDomainClassParameters returns the DomainClassParameters field if non-nil, zero value otherwise.
func (o *DataInnerVlanVlanData) GetDomainClassParametersOk() (*[]ApiClassParameterOutputEntry, bool)
GetDomainClassParametersOk returns a tuple with the DomainClassParameters field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerVlanVlanData) SetDomainClassParameters(v []ApiClassParameterOutputEntry)
SetDomainClassParameters sets DomainClassParameters field to given value.
func (o *DataInnerVlanVlanData) HasDomainClassParameters() bool
HasDomainClassParameters returns a boolean if a field has been set.
func (o *DataInnerVlanVlanData) GetDomainDescription() string
GetDomainDescription returns the DomainDescription field if non-nil, zero value otherwise.
func (o *DataInnerVlanVlanData) GetDomainDescriptionOk() (*string, bool)
GetDomainDescriptionOk returns a tuple with the DomainDescription field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerVlanVlanData) SetDomainDescription(v string)
SetDomainDescription sets DomainDescription field to given value.
func (o *DataInnerVlanVlanData) HasDomainDescription() bool
HasDomainDescription returns a boolean if a field has been set.
func (o *DataInnerVlanVlanData) GetDomainEndVlanId() string
GetDomainEndVlanId returns the DomainEndVlanId field if non-nil, zero value otherwise.
func (o *DataInnerVlanVlanData) GetDomainEndVlanIdOk() (*string, bool)
GetDomainEndVlanIdOk returns a tuple with the DomainEndVlanId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerVlanVlanData) SetDomainEndVlanId(v string)
SetDomainEndVlanId sets DomainEndVlanId field to given value.
func (o *DataInnerVlanVlanData) HasDomainEndVlanId() bool
HasDomainEndVlanId returns a boolean if a field has been set.
func (o *DataInnerVlanVlanData) GetDomainId() string
GetDomainId returns the DomainId field if non-nil, zero value otherwise.
func (o *DataInnerVlanVlanData) GetDomainIdOk() (*string, bool)
GetDomainIdOk returns a tuple with the DomainId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerVlanVlanData) SetDomainId(v string)
SetDomainId sets DomainId field to given value.
func (o *DataInnerVlanVlanData) HasDomainId() bool
HasDomainId returns a boolean if a field has been set.
func (o *DataInnerVlanVlanData) GetDomainName() string
GetDomainName returns the DomainName field if non-nil, zero value otherwise.
func (o *DataInnerVlanVlanData) GetDomainNameOk() (*string, bool)
GetDomainNameOk returns a tuple with the DomainName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerVlanVlanData) SetDomainName(v string)
SetDomainName sets DomainName field to given value.
func (o *DataInnerVlanVlanData) HasDomainName() bool
HasDomainName returns a boolean if a field has been set.
func (o *DataInnerVlanVlanData) GetDomainStartVlanId() string
GetDomainStartVlanId returns the DomainStartVlanId field if non-nil, zero value otherwise.
func (o *DataInnerVlanVlanData) GetDomainStartVlanIdOk() (*string, bool)
GetDomainStartVlanIdOk returns a tuple with the DomainStartVlanId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerVlanVlanData) SetDomainStartVlanId(v string)
SetDomainStartVlanId sets DomainStartVlanId field to given value.
func (o *DataInnerVlanVlanData) HasDomainStartVlanId() bool
HasDomainStartVlanId returns a boolean if a field has been set.
func (o *DataInnerVlanVlanData) GetRangeClassName() string
GetRangeClassName returns the RangeClassName field if non-nil, zero value otherwise.
func (o *DataInnerVlanVlanData) GetRangeClassNameOk() (*string, bool)
GetRangeClassNameOk returns a tuple with the RangeClassName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerVlanVlanData) SetRangeClassName(v string)
SetRangeClassName sets RangeClassName field to given value.
func (o *DataInnerVlanVlanData) HasRangeClassName() bool
HasRangeClassName returns a boolean if a field has been set.
func (o *DataInnerVlanVlanData) GetRangeClassParameters() []ApiClassParameterOutputEntry
GetRangeClassParameters returns the RangeClassParameters field if non-nil, zero value otherwise.
func (o *DataInnerVlanVlanData) GetRangeClassParametersOk() (*[]ApiClassParameterOutputEntry, bool)
GetRangeClassParametersOk returns a tuple with the RangeClassParameters field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerVlanVlanData) SetRangeClassParameters(v []ApiClassParameterOutputEntry)
SetRangeClassParameters sets RangeClassParameters field to given value.
func (o *DataInnerVlanVlanData) HasRangeClassParameters() bool
HasRangeClassParameters returns a boolean if a field has been set.
func (o *DataInnerVlanVlanData) GetRangeDescription() string
GetRangeDescription returns the RangeDescription field if non-nil, zero value otherwise.
func (o *DataInnerVlanVlanData) GetRangeDescriptionOk() (*string, bool)
GetRangeDescriptionOk returns a tuple with the RangeDescription field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerVlanVlanData) SetRangeDescription(v string)
SetRangeDescription sets RangeDescription field to given value.
func (o *DataInnerVlanVlanData) HasRangeDescription() bool
HasRangeDescription returns a boolean if a field has been set.
func (o *DataInnerVlanVlanData) GetRangeEndVlanId() string
GetRangeEndVlanId returns the RangeEndVlanId field if non-nil, zero value otherwise.
func (o *DataInnerVlanVlanData) GetRangeEndVlanIdOk() (*string, bool)
GetRangeEndVlanIdOk returns a tuple with the RangeEndVlanId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerVlanVlanData) SetRangeEndVlanId(v string)
SetRangeEndVlanId sets RangeEndVlanId field to given value.
func (o *DataInnerVlanVlanData) HasRangeEndVlanId() bool
HasRangeEndVlanId returns a boolean if a field has been set.
func (o *DataInnerVlanVlanData) GetRangeId() string
GetRangeId returns the RangeId field if non-nil, zero value otherwise.
func (o *DataInnerVlanVlanData) GetRangeIdOk() (*string, bool)
GetRangeIdOk returns a tuple with the RangeId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerVlanVlanData) SetRangeId(v string)
SetRangeId sets RangeId field to given value.
func (o *DataInnerVlanVlanData) HasRangeId() bool
HasRangeId returns a boolean if a field has been set.
func (o *DataInnerVlanVlanData) GetRangeName() string
GetRangeName returns the RangeName field if non-nil, zero value otherwise.
func (o *DataInnerVlanVlanData) GetRangeNameOk() (*string, bool)
GetRangeNameOk returns a tuple with the RangeName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerVlanVlanData) SetRangeName(v string)
SetRangeName sets RangeName field to given value.
func (o *DataInnerVlanVlanData) HasRangeName() bool
HasRangeName returns a boolean if a field has been set.
func (o *DataInnerVlanVlanData) GetRangeStartVlanId() string
GetRangeStartVlanId returns the RangeStartVlanId field if non-nil, zero value otherwise.
func (o *DataInnerVlanVlanData) GetRangeStartVlanIdOk() (*string, bool)
GetRangeStartVlanIdOk returns a tuple with the RangeStartVlanId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerVlanVlanData) SetRangeStartVlanId(v string)
SetRangeStartVlanId sets RangeStartVlanId field to given value.
func (o *DataInnerVlanVlanData) HasRangeStartVlanId() bool
HasRangeStartVlanId returns a boolean if a field has been set.
func (o *DataInnerVlanVlanData) GetVlanClassName() string
GetVlanClassName returns the VlanClassName field if non-nil, zero value otherwise.
func (o *DataInnerVlanVlanData) GetVlanClassNameOk() (*string, bool)
GetVlanClassNameOk returns a tuple with the VlanClassName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerVlanVlanData) SetVlanClassName(v string)
SetVlanClassName sets VlanClassName field to given value.
func (o *DataInnerVlanVlanData) HasVlanClassName() bool
HasVlanClassName returns a boolean if a field has been set.
func (o *DataInnerVlanVlanData) GetVlanClassParameters() []ApiClassParameterOutputEntry
GetVlanClassParameters returns the VlanClassParameters field if non-nil, zero value otherwise.
func (o *DataInnerVlanVlanData) GetVlanClassParametersOk() (*[]ApiClassParameterOutputEntry, bool)
GetVlanClassParametersOk returns a tuple with the VlanClassParameters field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerVlanVlanData) SetVlanClassParameters(v []ApiClassParameterOutputEntry)
SetVlanClassParameters sets VlanClassParameters field to given value.
func (o *DataInnerVlanVlanData) HasVlanClassParameters() bool
HasVlanClassParameters returns a boolean if a field has been set.
func (o *DataInnerVlanVlanData) GetVlanId() string
GetVlanId returns the VlanId field if non-nil, zero value otherwise.
func (o *DataInnerVlanVlanData) GetVlanIdOk() (*string, bool)
GetVlanIdOk returns a tuple with the VlanId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerVlanVlanData) SetVlanId(v string)
SetVlanId sets VlanId field to given value.
func (o *DataInnerVlanVlanData) HasVlanId() bool
HasVlanId returns a boolean if a field has been set.
func (o *DataInnerVlanVlanData) GetVlanName() string
GetVlanName returns the VlanName field if non-nil, zero value otherwise.
func (o *DataInnerVlanVlanData) GetVlanNameOk() (*string, bool)
GetVlanNameOk returns a tuple with the VlanName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerVlanVlanData) SetVlanName(v string)
SetVlanName sets VlanName field to given value.
func (o *DataInnerVlanVlanData) HasVlanName() bool
HasVlanName returns a boolean if a field has been set.
func (o *DataInnerVlanVlanData) GetVlanVlanId() string
GetVlanVlanId returns the VlanVlanId field if non-nil, zero value otherwise.
func (o *DataInnerVlanVlanData) GetVlanVlanIdOk() (*string, bool)
GetVlanVlanIdOk returns a tuple with the VlanVlanId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerVlanVlanData) SetVlanVlanId(v string)
SetVlanVlanId sets VlanVlanId field to given value.
func (o *DataInnerVlanVlanData) HasVlanVlanId() bool
HasVlanVlanId returns a boolean if a field has been set.