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.GenericModelThe getGatewayStatus options.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classGetGatewayStatusOptions.BuilderBuilder.static interfaceGetGatewayStatusOptions.TypeSpecify status to retrieve.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringid()Gets the id.GetGatewayStatusOptions.BuildernewBuilder()New builder.Stringtype()Gets the type.
 
- 
- 
- 
Method Detail- 
newBuilderpublic GetGatewayStatusOptions.Builder newBuilder() New builder.- Returns:
- a GetGatewayStatusOptions builder
 
 - 
idpublic String id() Gets the id. Direct Link gateway identifier.- Returns:
- the id
 
 - 
typepublic String type() Gets the type. Specify status to retrieve.- Returns:
- the type
 
 
- 
 
-