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 
    The allocation policy for this subnet prefix: - `auto`: Subnets created by total count in this cluster network can use this prefix.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the allocationPolicy.
    Gets the cidr.

    Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

    equals, hashCode, toString

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Method Details

    • 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