Class SecureConnectSite
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
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
DeviceType
The device type of the site
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "deviceType")]
public string DeviceType { get; set; }
Property Value
Enrolled
Whether the site is already enrolled in Secure Connect
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "enrolled")]
public bool Enrolled { get; set; }
Property Value
Id
Network ID, may not be unique in result set
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "id")]
public string Id { get; set; }
Property Value
Name
Site name
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
Region
The region to which the site is connected
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "region")]
public string Region { get; set; }
Property Value
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
VpnType
The VPN type of the site
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "vpnType")]
public string VpnType { get; set; }