Class CreateClusterNetworkSubnetReservedIpOptions

java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.is.vpc.v1.model.CreateClusterNetworkSubnetReservedIpOptions
All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel

public class CreateClusterNetworkSubnetReservedIpOptions extends com.ibm.cloud.sdk.core.service.model.GenericModel
The createClusterNetworkSubnetReservedIp options.
  • Method Details

    • newBuilder

      New builder.
      Returns:
      a CreateClusterNetworkSubnetReservedIpOptions builder
    • clusterNetworkId

      public String clusterNetworkId()
      Gets the clusterNetworkId. The cluster network identifier.
      Returns:
      the clusterNetworkId
    • clusterNetworkSubnetId

      public String clusterNetworkSubnetId()
      Gets the clusterNetworkSubnetId. The cluster network subnet identifier.
      Returns:
      the clusterNetworkSubnetId
    • address

      public String address()
      Gets the address. The IP address to reserve, which must not already be reserved on the subnet. If unspecified, an available address on the subnet will automatically be selected.
      Returns:
      the address
    • name

      public String name()
      Gets the name. The name for this cluster network subnet reserved IP. The name must not be used by another reserved IP in the cluster network subnet. Names starting with `ibm-` are reserved for provider-owned resources, and are not allowed. If unspecified, the name will be a hyphenated list of randomly-selected words.
      Returns:
      the name