Table of Contents

Class OrganizationsSaseConnectivityEnrollableNetwork

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

Network

[DataContract]
public class OrganizationsSaseConnectivityEnrollableNetwork
Inheritance
OrganizationsSaseConnectivityEnrollableNetwork
Inherited Members

Constructors

OrganizationsSaseConnectivityEnrollableNetwork()

public OrganizationsSaseConnectivityEnrollableNetwork()

Properties

Address

The address of the site

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "address")]
public OrganizationsSaseConnectivityEnrollableNetworkAddress Address { get; set; }

Property Value

OrganizationsSaseConnectivityEnrollableNetworkAddress

Model

Model of the network's primary MX device

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "model")]
public string Model { get; set; }

Property Value

string

Name

Site name

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "name")]
public string Name { get; set; }

Property Value

string

NetworkId

Network ID, may not be unique in result set

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "networkId")]
public string NetworkId { get; set; }

Property Value

string

Region

The region to which the site is connected

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "region")]
public OrganizationsSaseConnectivityEnrollableNetworkRegion Region { get; set; }

Property Value

OrganizationsSaseConnectivityEnrollableNetworkRegion

Routing

Routing configuration for the site

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "routing")]
public OrganizationsSaseConnectivityEnrollableNetworkRouting Routing { get; set; }

Property Value

OrganizationsSaseConnectivityEnrollableNetworkRouting

Type

The site's type (one of: 'meraki_spoke', 'meraki_hub', 'meraki_template')

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "type")]
public string Type { get; set; }

Property Value

string

Vpn

VPN configuration for the site

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "vpn")]
public OrganizationsSaseConnectivityEnrollableNetworkVpn Vpn { get; set; }

Property Value

OrganizationsSaseConnectivityEnrollableNetworkVpn