Name | Type | Description | Notes |
---|---|---|---|
Proxy | Pointer to []map[string]interface{} | [optional] | |
Listeners | Pointer to []map[string]interface{} | [optional] |
func NewVpnDefinition() *VpnDefinition
NewVpnDefinition instantiates a new VpnDefinition 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 NewVpnDefinitionWithDefaults() *VpnDefinition
NewVpnDefinitionWithDefaults instantiates a new VpnDefinition 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 *VpnDefinition) GetProxy() []map[string]interface{}
GetProxy returns the Proxy field if non-nil, zero value otherwise.
func (o *VpnDefinition) GetProxyOk() (*[]map[string]interface{}, bool)
GetProxyOk returns a tuple with the Proxy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VpnDefinition) SetProxy(v []map[string]interface{})
SetProxy sets Proxy field to given value.
func (o *VpnDefinition) HasProxy() bool
HasProxy returns a boolean if a field has been set.
func (o *VpnDefinition) SetProxyNil(b bool)
SetProxyNil sets the value for Proxy to be an explicit nil
func (o *VpnDefinition) UnsetProxy()
UnsetProxy ensures that no value is present for Proxy, not even an explicit nil
func (o *VpnDefinition) GetListeners() []map[string]interface{}
GetListeners returns the Listeners field if non-nil, zero value otherwise.
func (o *VpnDefinition) GetListenersOk() (*[]map[string]interface{}, bool)
GetListenersOk returns a tuple with the Listeners field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VpnDefinition) SetListeners(v []map[string]interface{})
SetListeners sets Listeners field to given value.
func (o *VpnDefinition) HasListeners() bool
HasListeners returns a boolean if a field has been set.
func (o *VpnDefinition) SetListenersNil(b bool)
SetListenersNil sets the value for Listeners to be an explicit nil
func (o *VpnDefinition) UnsetListeners()
UnsetListeners ensures that no value is present for Listeners, not even an explicit nil