Class CreateGatewayVirtualConnectionOptions
- java.lang.Object
- 
- com.ibm.cloud.sdk.core.service.model.GenericModel
- 
- com.ibm.cloud.networking.direct_link.v1.model.CreateGatewayVirtualConnectionOptions
 
 
- 
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
 
 public class CreateGatewayVirtualConnectionOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe createGatewayVirtualConnection options.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classCreateGatewayVirtualConnectionOptions.BuilderBuilder.static interfaceCreateGatewayVirtualConnectionOptions.TypeThe type of virtual connection.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgatewayId()Gets the gatewayId.Stringname()Gets the name.StringnetworkId()Gets the networkId.CreateGatewayVirtualConnectionOptions.BuildernewBuilder()New builder.Stringtype()Gets the type.
 
- 
- 
- 
Method Detail- 
newBuilderpublic CreateGatewayVirtualConnectionOptions.Builder newBuilder() New builder.- Returns:
- a CreateGatewayVirtualConnectionOptions builder
 
 - 
gatewayIdpublic String gatewayId() Gets the gatewayId. Direct Link gateway identifier.- Returns:
- the gatewayId
 
 - 
namepublic String name() Gets the name. The user-defined name for this virtual connection. Virtual connection names are unique within a gateway. This is the name of the virtual connection itself, the network being connected may have its own name attribute.- Returns:
- the name
 
 - 
typepublic String type() Gets the type. The type of virtual connection.- Returns:
- the type
 
 - 
networkIdpublic String networkId() Gets the networkId. Unique identifier of the target network. For type=vpc virtual connections this is the CRN of the target VPC. This field does not apply to type=classic connections.- Returns:
- the networkId
 
 
- 
 
-