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