Class VMGroup

java.lang.Object
org.jclouds.cloudstack.domain.VMGroup

public class VMGroup extends Object
Class VMGroup
  • Constructor Details

  • Method Details

    • builder

      public static VMGroup.Builder<?> builder()
    • toBuilder

      public VMGroup.Builder<?> toBuilder()
    • getId

      public String getId()
      Returns:
      the VMGroup's ID
    • getAccount

      @Nullable public String getAccount()
      Returns:
      the account that owns the VMGroup
    • getCreated

      @Nullable public Date getCreated()
      Returns:
      the VMGroup's creation timestamp
    • getDomain

      @Nullable public String getDomain()
      Returns:
      the domain that contains the VMGroup
    • getDomainId

      @Nullable public String getDomainId()
      Returns:
      the ID of the domain that contains the VMGroup
    • getName

      public String getName()
      Returns:
      the name of the VMGroup
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • string

      protected com.google.common.base.MoreObjects.ToStringHelper string()
    • toString

      public String toString()
      Overrides:
      toString in class Object