Class NetworksCampusGatewayClusterUpdateRequestUplinkAddress
Address of the interface
[DataContract]
public class NetworksCampusGatewayClusterUpdateRequestUplinkAddress
- Inheritance
-
NetworksCampusGatewayClusterUpdateRequestUplinkAddress
- Inherited Members
Constructors
NetworksCampusGatewayClusterUpdateRequestUplinkAddress()
public NetworksCampusGatewayClusterUpdateRequestUplinkAddress()
Properties
AssignmentMode
Assignment mode of the interface
[DataMember(Name = "assignmentMode")]
public NetworksCampusGatewayClusterUplinkIPAddressAssignmentMode AssignmentMode { get; set; }
Property Value
Gateway
Gateway of the interface when assignmentMode is static
[DataMember(Name = "gateway")]
public string? Gateway { get; set; }
Property Value
Protocol
Protocol of the interface when assignmentMode is static
[DataMember(Name = "protocol")]
public NetworksCampusGatewayClusterProtocol Protocol { get; set; }
Property Value
SubnetMask
Subnet mask of the interface when assignmentMode is static
[DataMember(Name = "subnetMask")]
public string? SubnetMask { get; set; }