Class OrganizationCampusGatewayClusterUplinkAddress
Address of the interface
[DataContract]
public class OrganizationCampusGatewayClusterUplinkAddress
- Inheritance
-
OrganizationCampusGatewayClusterUplinkAddress
- Inherited Members
Constructors
OrganizationCampusGatewayClusterUplinkAddress()
public OrganizationCampusGatewayClusterUplinkAddress()
Properties
AssignmentMode
Assignment mode of the interface
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "assignmentMode")]
public string AssignmentMode { get; set; }
Property Value
Gateway
Gateway of the interface
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "gateway")]
public string Gateway { get; set; }
Property Value
Protocol
Protocol of the interface
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "protocol")]
public string Protocol { get; set; }
Property Value
SubnetMask
Subnet mask of the interface
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "subnetMask")]
public string SubnetMask { get; set; }