SdWanNetworkMap
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| DeviceName | Pointer to string | The name of the device | [optional] |
| GatewaySubnet | Pointer to string | The IP range of the original network before mapping | [optional] |
| LanNetworkId | Pointer to string | The ID of the original network before mapping | [optional] |
| MappedNetwork | Pointer to string | mapped network | [optional] |
| SiteId | Pointer to string | The ID of the site | [optional] |
| SiteName | Pointer to string | The name of the site | [optional] |
Methods
NewSdWanNetworkMap
func NewSdWanNetworkMap() *SdWanNetworkMap
NewSdWanNetworkMap instantiates a new SdWanNetworkMap 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
NewSdWanNetworkMapWithDefaults
func NewSdWanNetworkMapWithDefaults() *SdWanNetworkMap
NewSdWanNetworkMapWithDefaults instantiates a new SdWanNetworkMap 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
GetDeviceName
func (o *SdWanNetworkMap) GetDeviceName() string
GetDeviceName returns the DeviceName field if non-nil, zero value otherwise.
GetDeviceNameOk
func (o *SdWanNetworkMap) GetDeviceNameOk() (*string, bool)
GetDeviceNameOk returns a tuple with the DeviceName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetDeviceName
func (o *SdWanNetworkMap) SetDeviceName(v string)
SetDeviceName sets DeviceName field to given value.
HasDeviceName
func (o *SdWanNetworkMap) HasDeviceName() bool
HasDeviceName returns a boolean if a field has been set.
GetGatewaySubnet
func (o *SdWanNetworkMap) GetGatewaySubnet() string
GetGatewaySubnet returns the GatewaySubnet field if non-nil, zero value otherwise.
GetGatewaySubnetOk
func (o *SdWanNetworkMap) GetGatewaySubnetOk() (*string, bool)
GetGatewaySubnetOk returns a tuple with the GatewaySubnet field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetGatewaySubnet
func (o *SdWanNetworkMap) SetGatewaySubnet(v string)
SetGatewaySubnet sets GatewaySubnet field to given value.
HasGatewaySubnet
func (o *SdWanNetworkMap) HasGatewaySubnet() bool
HasGatewaySubnet returns a boolean if a field has been set.
GetLanNetworkId
func (o *SdWanNetworkMap) GetLanNetworkId() string
GetLanNetworkId returns the LanNetworkId field if non-nil, zero value otherwise.
GetLanNetworkIdOk
func (o *SdWanNetworkMap) GetLanNetworkIdOk() (*string, bool)
GetLanNetworkIdOk returns a tuple with the LanNetworkId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetLanNetworkId
func (o *SdWanNetworkMap) SetLanNetworkId(v string)
SetLanNetworkId sets LanNetworkId field to given value.
HasLanNetworkId
func (o *SdWanNetworkMap) HasLanNetworkId() bool
HasLanNetworkId returns a boolean if a field has been set.
GetMappedNetwork
func (o *SdWanNetworkMap) GetMappedNetwork() string
GetMappedNetwork returns the MappedNetwork field if non-nil, zero value otherwise.
GetMappedNetworkOk
func (o *SdWanNetworkMap) GetMappedNetworkOk() (*string, bool)
GetMappedNetworkOk returns a tuple with the MappedNetwork field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetMappedNetwork
func (o *SdWanNetworkMap) SetMappedNetwork(v string)
SetMappedNetwork sets MappedNetwork field to given value.
HasMappedNetwork
func (o *SdWanNetworkMap) HasMappedNetwork() bool
HasMappedNetwork returns a boolean if a field has been set.
GetSiteId
func (o *SdWanNetworkMap) GetSiteId() string
GetSiteId returns the SiteId field if non-nil, zero value otherwise.
GetSiteIdOk
func (o *SdWanNetworkMap) GetSiteIdOk() (*string, bool)
GetSiteIdOk returns a tuple with the SiteId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetSiteId
func (o *SdWanNetworkMap) SetSiteId(v string)
SetSiteId sets SiteId field to given value.
HasSiteId
func (o *SdWanNetworkMap) HasSiteId() bool
HasSiteId returns a boolean if a field has been set.
GetSiteName
func (o *SdWanNetworkMap) GetSiteName() string
GetSiteName returns the SiteName field if non-nil, zero value otherwise.
GetSiteNameOk
func (o *SdWanNetworkMap) GetSiteNameOk() (*string, bool)
GetSiteNameOk returns a tuple with the SiteName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetSiteName
func (o *SdWanNetworkMap) SetSiteName(v string)
SetSiteName sets SiteName field to given value.
HasSiteName
func (o *SdWanNetworkMap) HasSiteName() bool
HasSiteName returns a boolean if a field has been set.