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.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Builder. -
Method Summary
Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
newBuilder
New builder.- Returns:
- a CreateClusterNetworkSubnetReservedIpOptions builder
-
clusterNetworkId
Gets the clusterNetworkId. The cluster network identifier.- Returns:
- the clusterNetworkId
-
clusterNetworkSubnetId
Gets the clusterNetworkSubnetId. The cluster network subnet identifier.- Returns:
- the clusterNetworkSubnetId
-
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
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
-