DeviceSwitchModelOpenApiVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Es | Pointer to bool | Whether the device is ES or not. | [optional] |
| Model | Pointer to string | The model name of device. | [optional] |
| ModelVersion | Pointer to string | The model version of device.For example: 1.0 | [optional] |
| ShowModel | Pointer to string | A complete description of the device model, including name and version. | [optional] |
| SupportVlanIf | Pointer to bool | Whether the device supports VlanIf. | [optional] |
| SupportVrf | Pointer to bool | Whether the device supports Vrf. | [optional] |
Methods
NewDeviceSwitchModelOpenApiVO
func NewDeviceSwitchModelOpenApiVO() *DeviceSwitchModelOpenApiVO
NewDeviceSwitchModelOpenApiVO instantiates a new DeviceSwitchModelOpenApiVO 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
NewDeviceSwitchModelOpenApiVOWithDefaults
func NewDeviceSwitchModelOpenApiVOWithDefaults() *DeviceSwitchModelOpenApiVO
NewDeviceSwitchModelOpenApiVOWithDefaults instantiates a new DeviceSwitchModelOpenApiVO 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
GetEs
func (o *DeviceSwitchModelOpenApiVO) GetEs() bool
GetEs returns the Es field if non-nil, zero value otherwise.
GetEsOk
func (o *DeviceSwitchModelOpenApiVO) GetEsOk() (*bool, bool)
GetEsOk returns a tuple with the Es field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetEs
func (o *DeviceSwitchModelOpenApiVO) SetEs(v bool)
SetEs sets Es field to given value.
HasEs
func (o *DeviceSwitchModelOpenApiVO) HasEs() bool
HasEs returns a boolean if a field has been set.
GetModel
func (o *DeviceSwitchModelOpenApiVO) GetModel() string
GetModel returns the Model field if non-nil, zero value otherwise.
GetModelOk
func (o *DeviceSwitchModelOpenApiVO) GetModelOk() (*string, bool)
GetModelOk returns a tuple with the Model field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetModel
func (o *DeviceSwitchModelOpenApiVO) SetModel(v string)
SetModel sets Model field to given value.
HasModel
func (o *DeviceSwitchModelOpenApiVO) HasModel() bool
HasModel returns a boolean if a field has been set.
GetModelVersion
func (o *DeviceSwitchModelOpenApiVO) GetModelVersion() string
GetModelVersion returns the ModelVersion field if non-nil, zero value otherwise.
GetModelVersionOk
func (o *DeviceSwitchModelOpenApiVO) GetModelVersionOk() (*string, bool)
GetModelVersionOk returns a tuple with the ModelVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetModelVersion
func (o *DeviceSwitchModelOpenApiVO) SetModelVersion(v string)
SetModelVersion sets ModelVersion field to given value.
HasModelVersion
func (o *DeviceSwitchModelOpenApiVO) HasModelVersion() bool
HasModelVersion returns a boolean if a field has been set.
GetShowModel
func (o *DeviceSwitchModelOpenApiVO) GetShowModel() string
GetShowModel returns the ShowModel field if non-nil, zero value otherwise.
GetShowModelOk
func (o *DeviceSwitchModelOpenApiVO) GetShowModelOk() (*string, bool)
GetShowModelOk returns a tuple with the ShowModel field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetShowModel
func (o *DeviceSwitchModelOpenApiVO) SetShowModel(v string)
SetShowModel sets ShowModel field to given value.
HasShowModel
func (o *DeviceSwitchModelOpenApiVO) HasShowModel() bool
HasShowModel returns a boolean if a field has been set.
GetSupportVlanIf
func (o *DeviceSwitchModelOpenApiVO) GetSupportVlanIf() bool
GetSupportVlanIf returns the SupportVlanIf field if non-nil, zero value otherwise.
GetSupportVlanIfOk
func (o *DeviceSwitchModelOpenApiVO) GetSupportVlanIfOk() (*bool, bool)
GetSupportVlanIfOk returns a tuple with the SupportVlanIf field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetSupportVlanIf
func (o *DeviceSwitchModelOpenApiVO) SetSupportVlanIf(v bool)
SetSupportVlanIf sets SupportVlanIf field to given value.
HasSupportVlanIf
func (o *DeviceSwitchModelOpenApiVO) HasSupportVlanIf() bool
HasSupportVlanIf returns a boolean if a field has been set.
GetSupportVrf
func (o *DeviceSwitchModelOpenApiVO) GetSupportVrf() bool
GetSupportVrf returns the SupportVrf field if non-nil, zero value otherwise.
GetSupportVrfOk
func (o *DeviceSwitchModelOpenApiVO) GetSupportVrfOk() (*bool, bool)
GetSupportVrfOk returns a tuple with the SupportVrf field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetSupportVrf
func (o *DeviceSwitchModelOpenApiVO) SetSupportVrf(v bool)
SetSupportVrf sets SupportVrf field to given value.
HasSupportVrf
func (o *DeviceSwitchModelOpenApiVO) HasSupportVrf() bool
HasSupportVrf returns a boolean if a field has been set.