Package com.ibm.cloud.is.vpc.v1.model
Class DeleteVpcRoutingTableRouteOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.DeleteVpcRoutingTableRouteOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class DeleteVpcRoutingTableRouteOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe deleteVpcRoutingTableRoute options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeleteVpcRoutingTableRouteOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringid()Gets the id.DeleteVpcRoutingTableRouteOptions.BuildernewBuilder()New builder.StringroutingTableId()Gets the routingTableId.StringvpcId()Gets the vpcId.
-
-
-
Method Detail
-
newBuilder
public DeleteVpcRoutingTableRouteOptions.Builder newBuilder()
New builder.- Returns:
- a DeleteVpcRoutingTableRouteOptions builder
-
vpcId
public String vpcId()
Gets the vpcId. The VPC identifier.- Returns:
- the vpcId
-
routingTableId
public String routingTableId()
Gets the routingTableId. The routing table identifier.- Returns:
- the routingTableId
-
id
public String id()
Gets the id. The VPC routing table route identifier.- Returns:
- the id
-
-