Class TemplateDiskConfigurationResponse

java.lang.Object
com.iland.core.web.rest.response.vapptemplate.TemplateDiskConfigurationResponse
All Implemented Interfaces:
Serializable

public class TemplateDiskConfigurationResponse extends Object implements Serializable
Template Disk Configuration.
Author:
Cory Snyder
See Also:
  • Constructor Details

    • TemplateDiskConfigurationResponse

      public TemplateDiskConfigurationResponse(String name, long sizeInBytes, TemplateDiskConfigurationResponse.DiskType diskType)
      Instantiates a new Template disk configuration.
      Parameters:
      name - the name
      sizeInBytes - the size in bytes
      diskType - the disk type
  • Method Details

    • getSerialVersionUID

      public static long getSerialVersionUID()
      Gets serial version uid.
      Returns:
      the serial version uid
    • getName

      public String getName()
      Gets name.
      Returns:
      the name
    • getSizeInBytes

      public long getSizeInBytes()
      Gets size in bytes.
      Returns:
      the size in bytes
    • getDiskType

      Gets disk type.
      Returns:
      the disk type