Class LocationCollection
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.networking.direct_link.v1.model.LocationCollection
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class LocationCollection extends com.ibm.cloud.sdk.core.service.model.GenericModel
location collection.
-
-
Constructor Summary
Constructors Constructor Description LocationCollection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<LocationOutput>
getLocations()
Gets the locations.
-
-
-
Method Detail
-
getLocations
public List<LocationOutput> getLocations()
Gets the locations. Collection of Direct Link locations.- Returns:
- the locations
-
-