Class NetworkCellularGatewaySubnetPoolUpdateRequest
UpdateNetworkCellularGatewaySettingsSubnetPool
[DataContract]
public class NetworkCellularGatewaySubnetPoolUpdateRequest
- Inheritance
-
NetworkCellularGatewaySubnetPoolUpdateRequest
- Derived
- Inherited Members
Properties
Cidr
CIDR of the pool of subnets. Each MG in this network will automatically pick a subnet from this pool.
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "cidr")]
public string Cidr { get; set; }
Property Value
DeploymentMode
DeploymentMode (not documented)
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "deploymentMode")]
public string? DeploymentMode { get; set; }
Property Value
Mask
Mask used for the subnet of all MGs in this network.
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "mask")]
public int? Mask { get; set; }
Property Value
- int?