Class ClusterInfo
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.catalog_management.v1.model.ClusterInfo
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ClusterInfo extends com.ibm.cloud.sdk.core.service.model.GenericModelCluster information.
-
-
Constructor Summary
Constructors Constructor Description ClusterInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetId()Gets the id.java.lang.StringgetName()Gets the name.java.lang.StringgetRegion()Gets the region.java.lang.StringgetResourceGroupId()Gets the resourceGroupId.java.lang.StringgetResourceGroupName()Gets the resourceGroupName.
-
-
-
Method Detail
-
getResourceGroupId
public java.lang.String getResourceGroupId()
Gets the resourceGroupId. Resource Group ID.- Returns:
- the resourceGroupId
-
getResourceGroupName
public java.lang.String getResourceGroupName()
Gets the resourceGroupName. Resource Group name.- Returns:
- the resourceGroupName
-
getId
public java.lang.String getId()
Gets the id. Cluster ID.- Returns:
- the id
-
getName
public java.lang.String getName()
Gets the name. Cluster name.- Returns:
- the name
-
getRegion
public java.lang.String getRegion()
Gets the region. Cluster region.- Returns:
- the region
-
-