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.GenericModelThe updatePublicGateway options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUpdatePublicGatewayOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringid()Gets the id.UpdatePublicGatewayOptions.BuildernewBuilder()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
-
-