Class OrganizationsSaseConnectivityEnrollableNetwork
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
Model
Model of the network's primary MX device
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "model")]
public string Model { get; set; }
Property Value
Name
Site name
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
NetworkId
Network ID, may not be unique in result set
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "networkId")]
public string NetworkId { get; set; }
Property Value
Region
The region to which the site is connected
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "region")]
public OrganizationsSaseConnectivityEnrollableNetworkRegion Region { get; set; }
Property Value
Routing
Routing configuration for the site
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "routing")]
public OrganizationsSaseConnectivityEnrollableNetworkRouting Routing { get; set; }
Property Value
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
Vpn
VPN configuration for the site
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "vpn")]
public OrganizationsSaseConnectivityEnrollableNetworkVpn Vpn { get; set; }