Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.9 KB

UpdateNetworkWirelessSsidVpnRequestConcentrator.md

File metadata and controls

82 lines (45 loc) · 2.9 KB

UpdateNetworkWirelessSsidVpnRequestConcentrator

Properties

Name Type Description Notes
NetworkId Pointer to string The NAT ID of the concentrator that should be set. [optional]
VlanId Pointer to int32 The VLAN that should be tagged for the concentrator. [optional]

Methods

NewUpdateNetworkWirelessSsidVpnRequestConcentrator

func NewUpdateNetworkWirelessSsidVpnRequestConcentrator() *UpdateNetworkWirelessSsidVpnRequestConcentrator

NewUpdateNetworkWirelessSsidVpnRequestConcentrator instantiates a new UpdateNetworkWirelessSsidVpnRequestConcentrator 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

NewUpdateNetworkWirelessSsidVpnRequestConcentratorWithDefaults

func NewUpdateNetworkWirelessSsidVpnRequestConcentratorWithDefaults() *UpdateNetworkWirelessSsidVpnRequestConcentrator

NewUpdateNetworkWirelessSsidVpnRequestConcentratorWithDefaults instantiates a new UpdateNetworkWirelessSsidVpnRequestConcentrator 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

GetNetworkId

func (o *UpdateNetworkWirelessSsidVpnRequestConcentrator) GetNetworkId() string

GetNetworkId returns the NetworkId field if non-nil, zero value otherwise.

GetNetworkIdOk

func (o *UpdateNetworkWirelessSsidVpnRequestConcentrator) GetNetworkIdOk() (*string, bool)

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

SetNetworkId

func (o *UpdateNetworkWirelessSsidVpnRequestConcentrator) SetNetworkId(v string)

SetNetworkId sets NetworkId field to given value.

HasNetworkId

func (o *UpdateNetworkWirelessSsidVpnRequestConcentrator) HasNetworkId() bool

HasNetworkId returns a boolean if a field has been set.

GetVlanId

func (o *UpdateNetworkWirelessSsidVpnRequestConcentrator) GetVlanId() int32

GetVlanId returns the VlanId field if non-nil, zero value otherwise.

GetVlanIdOk

func (o *UpdateNetworkWirelessSsidVpnRequestConcentrator) GetVlanIdOk() (*int32, 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.

SetVlanId

func (o *UpdateNetworkWirelessSsidVpnRequestConcentrator) SetVlanId(v int32)

SetVlanId sets VlanId field to given value.

HasVlanId

func (o *UpdateNetworkWirelessSsidVpnRequestConcentrator) HasVlanId() bool

HasVlanId returns a boolean if a field has been set.

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