Class OfferingSpeed
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.networking.direct_link.v1.model.OfferingSpeed
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class OfferingSpeed extends com.ibm.cloud.sdk.core.service.model.GenericModel
Speed.
-
-
Constructor Summary
Constructors Constructor Description OfferingSpeed()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getCapabilities()
Gets the capabilities.Long
getLinkSpeed()
Gets the linkSpeed.Boolean
isMacsecEnabled()
Gets the macsecEnabled.
-
-
-
Method Detail
-
getCapabilities
public List<String> getCapabilities()
Gets the capabilities. Array of capabilities for billing option.- Returns:
- the capabilities
-
getLinkSpeed
public Long getLinkSpeed()
Gets the linkSpeed. Link speed in megabits per second.- Returns:
- the linkSpeed
-
isMacsecEnabled
public Boolean isMacsecEnabled()
Gets the macsecEnabled. Indicate whether speed supports MACsec. Only returned for gateway type=dedicated speeds. Contact IBM support for access to MACsec.- Returns:
- the macsecEnabled
-
-