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