SdWanLanNetworkNatReq
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| GatewaySubnet | Pointer to string | The Gateway Subnet of the lan network | [optional] |
| Id | Pointer to string | The ID of the lan network | [optional] |
| SiteId | Pointer to string | The site ID of the lan network | [optional] |
Methods
NewSdWanLanNetworkNatReq
func NewSdWanLanNetworkNatReq() *SdWanLanNetworkNatReq
NewSdWanLanNetworkNatReq instantiates a new SdWanLanNetworkNatReq 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
NewSdWanLanNetworkNatReqWithDefaults
func NewSdWanLanNetworkNatReqWithDefaults() *SdWanLanNetworkNatReq
NewSdWanLanNetworkNatReqWithDefaults instantiates a new SdWanLanNetworkNatReq 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
GetGatewaySubnet
func (o *SdWanLanNetworkNatReq) GetGatewaySubnet() string
GetGatewaySubnet returns the GatewaySubnet field if non-nil, zero value otherwise.
GetGatewaySubnetOk
func (o *SdWanLanNetworkNatReq) 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 *SdWanLanNetworkNatReq) SetGatewaySubnet(v string)
SetGatewaySubnet sets GatewaySubnet field to given value.
HasGatewaySubnet
func (o *SdWanLanNetworkNatReq) HasGatewaySubnet() bool
HasGatewaySubnet returns a boolean if a field has been set.
GetId
func (o *SdWanLanNetworkNatReq) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
GetIdOk
func (o *SdWanLanNetworkNatReq) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetId
func (o *SdWanLanNetworkNatReq) SetId(v string)
SetId sets Id field to given value.
HasId
func (o *SdWanLanNetworkNatReq) HasId() bool
HasId returns a boolean if a field has been set.
GetSiteId
func (o *SdWanLanNetworkNatReq) GetSiteId() string
GetSiteId returns the SiteId field if non-nil, zero value otherwise.
GetSiteIdOk
func (o *SdWanLanNetworkNatReq) 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 *SdWanLanNetworkNatReq) SetSiteId(v string)
SetSiteId sets SiteId field to given value.
HasSiteId
func (o *SdWanLanNetworkNatReq) HasSiteId() bool
HasSiteId returns a boolean if a field has been set.