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