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