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.GenericModel
Cross Connect Router details.
-
-
Constructor Summary
Constructors Constructor Description CrossConnectRouter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getCapabilities()
Gets the capabilities.String
getRouterName()
Gets the routerName.Long
getTotalConnections()
Gets the totalConnections.
-
-
-
Method Detail
-
getCapabilities
public List<String> getCapabilities()
Gets the capabilities. Array of capabilities for this router.- Returns:
- the capabilities
-
getRouterName
public String getRouterName()
Gets the routerName. The name of the Router.- Returns:
- the routerName
-
getTotalConnections
public Long getTotalConnections()
Gets the totalConnections. Count of existing Direct Link Dedicated gateways on this router for this account.- Returns:
- the totalConnections
-
-