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