Class ResourceGroup

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

    public class ResourceGroup
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    A resource group.
    • Constructor Summary

      Constructors 
      Constructor Description
      ResourceGroup()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAccountId()
      Gets the accountId.
      java.util.Date getCreatedAt()
      Gets the createdAt.
      java.lang.String getCrn()
      Gets the crn.
      java.lang.String getId()
      Gets the id.
      java.lang.String getName()
      Gets the name.
      java.lang.String getPaymentMethodsUrl()
      Gets the paymentMethodsUrl.
      java.lang.String getQuotaId()
      Gets the quotaId.
      java.lang.String getQuotaUrl()
      Gets the quotaUrl.
      java.util.List<java.lang.Object> getResourceLinkages()
      Gets the resourceLinkages.
      java.lang.String getState()
      Gets the state.
      java.lang.String getTeamsUrl()
      Gets the teamsUrl.
      java.util.Date getUpdatedAt()
      Gets the updatedAt.
      java.lang.Boolean isXDefault()
      Gets the xDefault.
      • 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

      • ResourceGroup

        public ResourceGroup()
    • Method Detail

      • getId

        public java.lang.String getId()
        Gets the id. An alpha-numeric value identifying the resource group.
        Returns:
        the id
      • getCrn

        public java.lang.String getCrn()
        Gets the crn. The full CRN (cloud resource name) associated with the resource group. For more on this format, see [Cloud Resource Names](https://cloud.ibm.com/docs/account?topic=account-crn).
        Returns:
        the crn
      • getAccountId

        public java.lang.String getAccountId()
        Gets the accountId. An alpha-numeric value identifying the account ID.
        Returns:
        the accountId
      • getName

        public java.lang.String getName()
        Gets the name. The human-readable name of the resource group.
        Returns:
        the name
      • getState

        public java.lang.String getState()
        Gets the state. The state of the resource group.
        Returns:
        the state
      • isXDefault

        public java.lang.Boolean isXDefault()
        Gets the xDefault. Identify if this resource group is default of the account or not.
        Returns:
        the xDefault
      • getQuotaId

        public java.lang.String getQuotaId()
        Gets the quotaId. An alpha-numeric value identifying the quota ID associated with the resource group.
        Returns:
        the quotaId
      • getQuotaUrl

        public java.lang.String getQuotaUrl()
        Gets the quotaUrl. The URL to access the quota details that associated with the resource group.
        Returns:
        the quotaUrl
      • getPaymentMethodsUrl

        public java.lang.String getPaymentMethodsUrl()
        Gets the paymentMethodsUrl. The URL to access the payment methods details that associated with the resource group.
        Returns:
        the paymentMethodsUrl
      • getResourceLinkages

        public java.util.List<java.lang.Object> getResourceLinkages()
        Gets the resourceLinkages. An array of the resources that linked to the resource group.
        Returns:
        the resourceLinkages
      • getTeamsUrl

        public java.lang.String getTeamsUrl()
        Gets the teamsUrl. The URL to access the team details that associated with the resource group.
        Returns:
        the teamsUrl
      • getCreatedAt

        public java.util.Date getCreatedAt()
        Gets the createdAt. The date when the resource group was initially created.
        Returns:
        the createdAt
      • getUpdatedAt

        public java.util.Date getUpdatedAt()
        Gets the updatedAt. The date when the resource group was last updated.
        Returns:
        the updatedAt