Class OrganizationCampusGatewayClusterTunnel
Tunnel setting of the cluster
[DataContract]
public class OrganizationCampusGatewayClusterTunnel
- Inheritance
-
OrganizationCampusGatewayClusterTunnel
- Inherited Members
Constructors
OrganizationCampusGatewayClusterTunnel()
public OrganizationCampusGatewayClusterTunnel()
Properties
Addresses
Addresses of the interface
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "addresses")]
public List<OrganizationCampusGatewayClusterTunnelAddress> Addresses { get; set; }
Property Value
Interface
Name of the interface
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "interface")]
public string Interface { get; set; }
Property Value
Uplink
Use uplink interface as tunnel interface
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "uplink")]
public OrganizationCampusGatewayClusterTunnelUplink Uplink { get; set; }
Property Value
Vlan
VLAN ID of the interface
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "vlan")]
public int Vlan { get; set; }