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 -
Method Summary
Modifier and TypeMethodDescriptionNew builder.Gets the vpnGatewayConnectionPrototype.Gets the vpnGatewayId.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
newBuilder
New builder.- Returns:
- a CreateVpnGatewayConnectionOptions builder
-
vpnGatewayId
Gets the vpnGatewayId. The VPN gateway identifier.- Returns:
- the vpnGatewayId
-
vpnGatewayConnectionPrototype
Gets the vpnGatewayConnectionPrototype. The VPN gateway connection prototype object.- Returns:
- the vpnGatewayConnectionPrototype
-