Class ClusterInfo

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class ClusterInfo
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Cluster information.
    • Constructor Summary

      Constructors 
      Constructor Description
      ClusterInfo()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getId()
      Gets the id.
      java.lang.String getName()
      Gets the name.
      java.lang.String getRegion()
      Gets the region.
      java.lang.String getResourceGroupId()
      Gets the resourceGroupId.
      java.lang.String getResourceGroupName()
      Gets the resourceGroupName.
      • Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ClusterInfo

        public ClusterInfo()
    • 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