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