Skip to content

SdWanMappedNetworkResult

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]
MappedNetworks Pointer to []SdWanNetworkMap A list of the mapped network [optional]

Methods

NewSdWanMappedNetworkResult

func NewSdWanMappedNetworkResult() *SdWanMappedNetworkResult

NewSdWanMappedNetworkResult instantiates a new SdWanMappedNetworkResult 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

NewSdWanMappedNetworkResultWithDefaults

func NewSdWanMappedNetworkResultWithDefaults() *SdWanMappedNetworkResult

NewSdWanMappedNetworkResultWithDefaults instantiates a new SdWanMappedNetworkResult 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 *SdWanMappedNetworkResult) GetCustomMapNetworkList() []string

GetCustomMapNetworkList returns the CustomMapNetworkList field if non-nil, zero value otherwise.

GetCustomMapNetworkListOk

func (o *SdWanMappedNetworkResult) 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 *SdWanMappedNetworkResult) SetCustomMapNetworkList(v []string)

SetCustomMapNetworkList sets CustomMapNetworkList field to given value.

HasCustomMapNetworkList

func (o *SdWanMappedNetworkResult) HasCustomMapNetworkList() bool

HasCustomMapNetworkList returns a boolean if a field has been set.

GetDefaultMapNetworkList

func (o *SdWanMappedNetworkResult) GetDefaultMapNetworkList() []string

GetDefaultMapNetworkList returns the DefaultMapNetworkList field if non-nil, zero value otherwise.

GetDefaultMapNetworkListOk

func (o *SdWanMappedNetworkResult) 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 *SdWanMappedNetworkResult) SetDefaultMapNetworkList(v []string)

SetDefaultMapNetworkList sets DefaultMapNetworkList field to given value.

HasDefaultMapNetworkList

func (o *SdWanMappedNetworkResult) HasDefaultMapNetworkList() bool

HasDefaultMapNetworkList returns a boolean if a field has been set.

GetMappedNetworks

func (o *SdWanMappedNetworkResult) GetMappedNetworks() []SdWanNetworkMap

GetMappedNetworks returns the MappedNetworks field if non-nil, zero value otherwise.

GetMappedNetworksOk

func (o *SdWanMappedNetworkResult) GetMappedNetworksOk() (*[]SdWanNetworkMap, bool)

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

SetMappedNetworks

func (o *SdWanMappedNetworkResult) SetMappedNetworks(v []SdWanNetworkMap)

SetMappedNetworks sets MappedNetworks field to given value.

HasMappedNetworks

func (o *SdWanMappedNetworkResult) HasMappedNetworks() bool

HasMappedNetworks returns a boolean if a field has been set.

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