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.GenericModel
The createGateway options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CreateGatewayOptions.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GatewayTemplate
gatewayTemplate()
Gets the gatewayTemplate.CreateGatewayOptions.Builder
newBuilder()
New builder.
-
-
-
Method Detail
-
newBuilder
public CreateGatewayOptions.Builder newBuilder()
New builder.- Returns:
- a CreateGatewayOptions builder
-
gatewayTemplate
public GatewayTemplate gatewayTemplate()
Gets the gatewayTemplate. The Direct Link Gateway template.- Returns:
- the gatewayTemplate
-
-