Class CreateGatewayOptions
- java.lang.Object
- 
- com.ibm.cloud.sdk.core.service.model.GenericModel
- 
- com.ibm.cloud.networking.direct_link.v1.model.CreateGatewayOptions
 
 
- 
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
 
 public class CreateGatewayOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe createGateway options.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classCreateGatewayOptions.BuilderBuilder.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description GatewayTemplategatewayTemplate()Gets the gatewayTemplate.CreateGatewayOptions.BuildernewBuilder()New builder.
 
- 
- 
- 
Method Detail- 
newBuilderpublic CreateGatewayOptions.Builder newBuilder() New builder.- Returns:
- a CreateGatewayOptions builder
 
 - 
gatewayTemplatepublic GatewayTemplate gatewayTemplate() Gets the gatewayTemplate. The Direct Link Gateway template.- Returns:
- the gatewayTemplate
 
 
- 
 
-