Class DeleteGatewayOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.networking.direct_link.v1.model.DeleteGatewayOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class DeleteGatewayOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe deleteGateway options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeleteGatewayOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringid()Gets the id.DeleteGatewayOptions.BuildernewBuilder()New builder.
-
-
-
Method Detail
-
newBuilder
public DeleteGatewayOptions.Builder newBuilder()
New builder.- Returns:
- a DeleteGatewayOptions builder
-
id
public String id()
Gets the id. Direct Link gateway identifier.- Returns:
- the id
-
-