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