Package com.ibm.cloud.is.vpc.v1.model
Class UpdatePublicGatewayOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.UpdatePublicGatewayOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class UpdatePublicGatewayOptions extends com.ibm.cloud.sdk.core.service.model.GenericModel
The updatePublicGateway options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UpdatePublicGatewayOptions.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
id()
Gets the id.UpdatePublicGatewayOptions.Builder
newBuilder()
New builder.Map<String,Object>
publicGatewayPatch()
Gets the publicGatewayPatch.
-
-
-
Method Detail
-
newBuilder
public UpdatePublicGatewayOptions.Builder newBuilder()
New builder.- Returns:
- a UpdatePublicGatewayOptions builder
-
id
public String id()
Gets the id. The public gateway identifier.- Returns:
- the id
-
-