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