Class GetGatewayStatusOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.networking.direct_link.v1.model.GetGatewayStatusOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GetGatewayStatusOptions extends com.ibm.cloud.sdk.core.service.model.GenericModel
The getGatewayStatus options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetGatewayStatusOptions.Builder
Builder.static interface
GetGatewayStatusOptions.Type
Specify status to retrieve.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
id()
Gets the id.GetGatewayStatusOptions.Builder
newBuilder()
New builder.String
type()
Gets the type.
-
-
-
Method Detail
-
newBuilder
public GetGatewayStatusOptions.Builder newBuilder()
New builder.- Returns:
- a GetGatewayStatusOptions builder
-
id
public String id()
Gets the id. Direct Link gateway identifier.- Returns:
- the id
-
type
public String type()
Gets the type. Specify status to retrieve.- Returns:
- the type
-
-