Package com.ibm.cloud.is.vpc.v1.model
Class DeleteVpnGatewayConnectionOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.DeleteVpnGatewayConnectionOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class DeleteVpnGatewayConnectionOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe deleteVpnGatewayConnection options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeleteVpnGatewayConnectionOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringid()Gets the id.DeleteVpnGatewayConnectionOptions.BuildernewBuilder()New builder.StringvpnGatewayId()Gets the vpnGatewayId.
-
-
-
Method Detail
-
newBuilder
public DeleteVpnGatewayConnectionOptions.Builder newBuilder()
New builder.- Returns:
- a DeleteVpnGatewayConnectionOptions 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
-
-