Class StorageAggregateType

java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.StorageAggregateType
All Implemented Interfaces:
Serializable

public class StorageAggregateType extends MorpheusModel
Representation of a Morpheus StorageAggregateType database object within the Morpheus platform. This defines the type of storage aggregation mechanism (e.g., RAID, ZFS, LVM, etc.)
Since:
1.3.0
See Also:
  • Field Details

    • name

      protected String name
      The name of the storage aggregate type (e.g., "RAID 5", "ZFS Mirror", "LVM Volume Group")
    • code

      protected String code
      A unique code identifying this type (e.g., "raid5", "zfs-mirror", "lvm-vg")
    • description

      protected String description
      Description of the storage aggregate type
  • Constructor Details

    • StorageAggregateType

      public StorageAggregateType()
  • Method Details

    • getName

      public String getName()
      Gets the name of the storage aggregate type
      Returns:
      name
    • setName

      public void setName(String name)
      Sets the name of the storage aggregate type
      Parameters:
      name - the type name
    • getCode

      public String getCode()
      Gets the unique code for this type
      Returns:
      code
    • setCode

      public void setCode(String code)
      Sets the unique code for this type
      Parameters:
      code - the type code
    • getDescription

      public String getDescription()
      Gets the description of the storage aggregate type
      Returns:
      description
    • setDescription

      public void setDescription(String description)
      Sets the description of the storage aggregate type
      Parameters:
      description - the type description