Package com.ibm.cloud.is.vpc.v1.model
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 Classes Modifier and Type Class Description static class
CreateClusterNetworkSubnetReservedIpOptions.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
address()
Gets the address.String
clusterNetworkId()
Gets the clusterNetworkId.String
clusterNetworkSubnetId()
Gets the clusterNetworkSubnetId.String
name()
Gets the name.CreateClusterNetworkSubnetReservedIpOptions.Builder
newBuilder()
New builder.
-
-
-
Method Detail
-
newBuilder
public CreateClusterNetworkSubnetReservedIpOptions.Builder 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
-
-