Package com.ibm.cloud.is.vpc.v1.model
Class CreateClusterNetworkSubnetOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.CreateClusterNetworkSubnetOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CreateClusterNetworkSubnetOptions extends com.ibm.cloud.sdk.core.service.model.GenericModel
The createClusterNetworkSubnet options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CreateClusterNetworkSubnetOptions.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
clusterNetworkId()
Gets the clusterNetworkId.ClusterNetworkSubnetPrototype
clusterNetworkSubnetPrototype()
Gets the clusterNetworkSubnetPrototype.CreateClusterNetworkSubnetOptions.Builder
newBuilder()
New builder.
-
-
-
Method Detail
-
newBuilder
public CreateClusterNetworkSubnetOptions.Builder newBuilder()
New builder.- Returns:
- a CreateClusterNetworkSubnetOptions builder
-
clusterNetworkId
public String clusterNetworkId()
Gets the clusterNetworkId. The cluster network identifier.- Returns:
- the clusterNetworkId
-
clusterNetworkSubnetPrototype
public ClusterNetworkSubnetPrototype clusterNetworkSubnetPrototype()
Gets the clusterNetworkSubnetPrototype. The cluster network subnet prototype object.- Returns:
- the clusterNetworkSubnetPrototype
-
-