Class NetworksCampusGatewayClusterUpdateRequestAddress
Addresses of the interface
[DataContract]
public class NetworksCampusGatewayClusterUpdateRequestAddress
- Inheritance
-
NetworksCampusGatewayClusterUpdateRequestAddress
- Inherited Members
Constructors
NetworksCampusGatewayClusterUpdateRequestAddress()
public NetworksCampusGatewayClusterUpdateRequestAddress()
Properties
Gateway
Gateway of the interface
[DataMember(Name = "gateway")]
public string? Gateway { get; set; }
Property Value
Protocol
Protocol of the interface
[DataMember(Name = "protocol")]
public NetworksCampusGatewayClusterProtocol Protocol { get; set; }
Property Value
SubnetMask
Subnet mask of the interface
[DataMember(Name = "subnetMask")]
public string? SubnetMask { get; set; }