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.GenericModelSpeed.
- 
- 
Constructor SummaryConstructors Constructor Description OfferingSpeed()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getCapabilities()Gets the capabilities.LonggetLinkSpeed()Gets the linkSpeed.BooleanisMacsecEnabled()Gets the macsecEnabled.
 
- 
- 
- 
Method Detail- 
getCapabilitiespublic List<String> getCapabilities() Gets the capabilities. Array of capabilities for billing option.- Returns:
- the capabilities
 
 - 
getLinkSpeedpublic Long getLinkSpeed() Gets the linkSpeed. Link speed in megabits per second.- Returns:
- the linkSpeed
 
 - 
isMacsecEnabledpublic 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
 
 
- 
 
-