Table of Contents

Class SecureConnectSite

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

A Site

[DataContract]
public class SecureConnectSite
Inheritance
SecureConnectSite
Inherited Members

Constructors

SecureConnectSite()

public SecureConnectSite()

Properties

Address

The address of the site

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

Property Value

string

DefaultRoute

Whether the site has the default route set to true or false.

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "defaultRoute")]
public bool DefaultRoute { get; set; }

Property Value

bool

DeviceType

The device type of the site

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

Property Value

string

Enrolled

Whether the site is already enrolled in Secure Connect

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "enrolled")]
public bool Enrolled { get; set; }

Property Value

bool

Id

Network ID, may not be unique in result set

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

Property Value

string

Name

Site name

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

Property Value

string

Region

The region to which the site is connected

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

Property Value

string

Type

The site's type (one of: 'Sigraki', 'MerakiSpoke', 'MerakiHub', 'MerakiTemplate', 'ViptelaSigSite', or 'ViptelaPrivateAccessSite')

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

Property Value

string

VpnType

The VPN type of the site

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

Property Value

string