Package com.ibm.cloud.is.vpc.v1.model
Class ClusterNetworkSubnetPrefix
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.ClusterNetworkSubnetPrefix
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ClusterNetworkSubnetPrefix extends com.ibm.cloud.sdk.core.service.model.GenericModel
A range of addresses available for subnets for this cluster network.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
ClusterNetworkSubnetPrefix.AllocationPolicy
The allocation policy for this subnet prefix: - `auto`: Subnets created by total count in this cluster network can use this prefix.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAllocationPolicy()
Gets the allocationPolicy.String
getCidr()
Gets the cidr.
-
-
-
Method Detail
-
getAllocationPolicy
public String getAllocationPolicy()
Gets the allocationPolicy. The allocation policy for this subnet prefix: - `auto`: Subnets created by total count in this cluster network can use this prefix.- Returns:
- the allocationPolicy
-
getCidr
public String getCidr()
Gets the cidr. The CIDR block for this prefix.- Returns:
- the cidr
-
-