Class GatewayCollection
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.networking.direct_link.v1.model.GatewayCollection
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GatewayCollection extends com.ibm.cloud.sdk.core.service.model.GenericModel
List of gateways.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<GatewayCollectionGatewaysItem>
getGateways()
Gets the gateways.
-
-
-
Method Detail
-
getGateways
public List<GatewayCollectionGatewaysItem> getGateways()
Gets the gateways. Collection of Direct Link gateways.- Returns:
- the gateways
-
-