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