Skip to content

SsidDhcpOptionOpenApiVO

Properties

Name Type Description Notes
CircuitId Pointer to []int32 SSID DHCP Option 82 Circuit-ID config. Circuit-ID is an array formed in the selected order, with each array element corresponding to the following enumeration values: 1: VLAN-ID; 2: AP Radio Mac-Address; 3: SSID-Type; 4: SSID-Name; 5: AP Ethernet MAC address; 6: Site-Name. As in the example [3,1,2,4], the following enumeration values are selected sequentially on the page: SSID-Type, VLAN-ID, AP Radio Mac-Address and SSID-Name. [optional]
Delimiter Pointer to string SSID DHCP Option 82 delimiter config (A single arbitrary ASCII character is acceptable). [optional]
DhcpEnable Pointer to bool SSID DHCP Option 82 global config status. True: enable, false: disable. [optional]
Format Pointer to int32 SSID DHCP Option 82 format config; It should be a value as follows: 0: ASCII; 1: Binary. [optional]
RemoteId Pointer to []int32 SSID DHCP Option 82 Remote-ID config. Remote-ID is an array formed in the selected order, with each array element corresponding to the following enumeration values: 1: VLAN-ID; 2: AP Radio Mac-Address; 3: SSID-Type; 4: SSID-Name; 5: AP Ethernet MAC address; 6: Site-Name. As in the example [3,1,2,4], the following enumeration values are selected sequentially on the page: SSID-Type, VLAN-ID, AP Radio Mac-Address and SSID-Name. [optional]

Methods

NewSsidDhcpOptionOpenApiVO

func NewSsidDhcpOptionOpenApiVO() *SsidDhcpOptionOpenApiVO

NewSsidDhcpOptionOpenApiVO instantiates a new SsidDhcpOptionOpenApiVO 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

NewSsidDhcpOptionOpenApiVOWithDefaults

func NewSsidDhcpOptionOpenApiVOWithDefaults() *SsidDhcpOptionOpenApiVO

NewSsidDhcpOptionOpenApiVOWithDefaults instantiates a new SsidDhcpOptionOpenApiVO 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

GetCircuitId

func (o *SsidDhcpOptionOpenApiVO) GetCircuitId() []int32

GetCircuitId returns the CircuitId field if non-nil, zero value otherwise.

GetCircuitIdOk

func (o *SsidDhcpOptionOpenApiVO) GetCircuitIdOk() (*[]int32, bool)

GetCircuitIdOk returns a tuple with the CircuitId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCircuitId

func (o *SsidDhcpOptionOpenApiVO) SetCircuitId(v []int32)

SetCircuitId sets CircuitId field to given value.

HasCircuitId

func (o *SsidDhcpOptionOpenApiVO) HasCircuitId() bool

HasCircuitId returns a boolean if a field has been set.

GetDelimiter

func (o *SsidDhcpOptionOpenApiVO) GetDelimiter() string

GetDelimiter returns the Delimiter field if non-nil, zero value otherwise.

GetDelimiterOk

func (o *SsidDhcpOptionOpenApiVO) GetDelimiterOk() (*string, bool)

GetDelimiterOk returns a tuple with the Delimiter field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDelimiter

func (o *SsidDhcpOptionOpenApiVO) SetDelimiter(v string)

SetDelimiter sets Delimiter field to given value.

HasDelimiter

func (o *SsidDhcpOptionOpenApiVO) HasDelimiter() bool

HasDelimiter returns a boolean if a field has been set.

GetDhcpEnable

func (o *SsidDhcpOptionOpenApiVO) GetDhcpEnable() bool

GetDhcpEnable returns the DhcpEnable field if non-nil, zero value otherwise.

GetDhcpEnableOk

func (o *SsidDhcpOptionOpenApiVO) GetDhcpEnableOk() (*bool, bool)

GetDhcpEnableOk returns a tuple with the DhcpEnable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDhcpEnable

func (o *SsidDhcpOptionOpenApiVO) SetDhcpEnable(v bool)

SetDhcpEnable sets DhcpEnable field to given value.

HasDhcpEnable

func (o *SsidDhcpOptionOpenApiVO) HasDhcpEnable() bool

HasDhcpEnable returns a boolean if a field has been set.

GetFormat

func (o *SsidDhcpOptionOpenApiVO) GetFormat() int32

GetFormat returns the Format field if non-nil, zero value otherwise.

GetFormatOk

func (o *SsidDhcpOptionOpenApiVO) GetFormatOk() (*int32, bool)

GetFormatOk returns a tuple with the Format field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetFormat

func (o *SsidDhcpOptionOpenApiVO) SetFormat(v int32)

SetFormat sets Format field to given value.

HasFormat

func (o *SsidDhcpOptionOpenApiVO) HasFormat() bool

HasFormat returns a boolean if a field has been set.

GetRemoteId

func (o *SsidDhcpOptionOpenApiVO) GetRemoteId() []int32

GetRemoteId returns the RemoteId field if non-nil, zero value otherwise.

GetRemoteIdOk

func (o *SsidDhcpOptionOpenApiVO) GetRemoteIdOk() (*[]int32, bool)

GetRemoteIdOk returns a tuple with the RemoteId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetRemoteId

func (o *SsidDhcpOptionOpenApiVO) SetRemoteId(v []int32)

SetRemoteId sets RemoteId field to given value.

HasRemoteId

func (o *SsidDhcpOptionOpenApiVO) HasRemoteId() bool

HasRemoteId returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]