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