Class GatewayStatusCollection
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.networking.direct_link.v1.model.GatewayStatusCollection
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GatewayStatusCollection extends com.ibm.cloud.sdk.core.service.model.GenericModel
gateway status.
-
-
Constructor Summary
Constructors Constructor Description GatewayStatusCollection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<GatewayStatus>
getStatus()
Gets the status.
-
-
-
Method Detail
-
getStatus
public List<GatewayStatus> getStatus()
Gets the status. array of status.- Returns:
- the status
-
-