SdWanNatInfo
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| CustomMapNetworkList | Pointer to []string | A list of the customized mapping network | [optional] |
| DefaultMapNetworkList | Pointer to []string | A list of the default mapping network | [optional] |
| NetworkMapList | Pointer to []SdWanNetworkMap | A list of the network map item | [optional] |
Methods
NewSdWanNatInfo
func NewSdWanNatInfo() *SdWanNatInfo
NewSdWanNatInfo instantiates a new SdWanNatInfo 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
NewSdWanNatInfoWithDefaults
func NewSdWanNatInfoWithDefaults() *SdWanNatInfo
NewSdWanNatInfoWithDefaults instantiates a new SdWanNatInfo 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
GetCustomMapNetworkList
func (o *SdWanNatInfo) GetCustomMapNetworkList() []string
GetCustomMapNetworkList returns the CustomMapNetworkList field if non-nil, zero value otherwise.
GetCustomMapNetworkListOk
func (o *SdWanNatInfo) GetCustomMapNetworkListOk() (*[]string, bool)
GetCustomMapNetworkListOk returns a tuple with the CustomMapNetworkList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetCustomMapNetworkList
func (o *SdWanNatInfo) SetCustomMapNetworkList(v []string)
SetCustomMapNetworkList sets CustomMapNetworkList field to given value.
HasCustomMapNetworkList
func (o *SdWanNatInfo) HasCustomMapNetworkList() bool
HasCustomMapNetworkList returns a boolean if a field has been set.
GetDefaultMapNetworkList
func (o *SdWanNatInfo) GetDefaultMapNetworkList() []string
GetDefaultMapNetworkList returns the DefaultMapNetworkList field if non-nil, zero value otherwise.
GetDefaultMapNetworkListOk
func (o *SdWanNatInfo) GetDefaultMapNetworkListOk() (*[]string, bool)
GetDefaultMapNetworkListOk returns a tuple with the DefaultMapNetworkList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetDefaultMapNetworkList
func (o *SdWanNatInfo) SetDefaultMapNetworkList(v []string)
SetDefaultMapNetworkList sets DefaultMapNetworkList field to given value.
HasDefaultMapNetworkList
func (o *SdWanNatInfo) HasDefaultMapNetworkList() bool
HasDefaultMapNetworkList returns a boolean if a field has been set.
GetNetworkMapList
func (o *SdWanNatInfo) GetNetworkMapList() []SdWanNetworkMap
GetNetworkMapList returns the NetworkMapList field if non-nil, zero value otherwise.
GetNetworkMapListOk
func (o *SdWanNatInfo) GetNetworkMapListOk() (*[]SdWanNetworkMap, bool)
GetNetworkMapListOk returns a tuple with the NetworkMapList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetNetworkMapList
func (o *SdWanNatInfo) SetNetworkMapList(v []SdWanNetworkMap)
SetNetworkMapList sets NetworkMapList field to given value.
HasNetworkMapList
func (o *SdWanNatInfo) HasNetworkMapList() bool
HasNetworkMapList returns a boolean if a field has been set.