Class CrossConnectRouter
- java.lang.Object
- 
- com.ibm.cloud.sdk.core.service.model.GenericModel
- 
- com.ibm.cloud.networking.direct_link.v1.model.CrossConnectRouter
 
 
- 
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
 
 public class CrossConnectRouter extends com.ibm.cloud.sdk.core.service.model.GenericModelCross Connect Router details.
- 
- 
Constructor SummaryConstructors Constructor Description CrossConnectRouter()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getCapabilities()Gets the capabilities.StringgetRouterName()Gets the routerName.LonggetTotalConnections()Gets the totalConnections.
 
- 
- 
- 
Method Detail- 
getCapabilitiespublic List<String> getCapabilities() Gets the capabilities. Array of capabilities for this router.- Returns:
- the capabilities
 
 - 
getRouterNamepublic String getRouterName() Gets the routerName. The name of the Router.- Returns:
- the routerName
 
 - 
getTotalConnectionspublic Long getTotalConnections() Gets the totalConnections. Count of existing Direct Link Dedicated gateways on this router for this account.- Returns:
- the totalConnections
 
 
- 
 
-