Class VpgVmResponse

java.lang.Object
com.iland.core.web.rest.response.vpg.VpgVmResponse
All Implemented Interfaces:
Serializable

public class VpgVmResponse extends Object implements Serializable
Virtual Protection Group VM Response.
Author:
Brett Snyder
See Also:
  • Constructor Details

  • Method Details

    • getOrgUuid

      public String getOrgUuid()
      Gets the org uuid.
      Returns:
      the org uuid
    • getLocation

      public String getLocation()
      Gets the location ID.
      Returns:
      the location ID
    • getVpgUuid

      public String getVpgUuid()
      Gets the parent VPG uuid.
      Returns:
      the parent VPG uuid
    • getUuid

      public String getUuid()
      Gets the VPG VM uuid.
      Returns:
      the VPG vm uuid.
    • getVmName

      public String getVmName()
      Gets the vm name.
      Returns:
      the vm name
    • getVmIdentifier

      public String getVmIdentifier()
      Gets the vm identifier.
      Returns:
      the vm identifier
    • getVpgName

      public String getVpgName()
      Gets the vpg name.
      Returns:
      the vpg name
    • getOrganizationName

      public String getOrganizationName()
      Gets the organization name.
      Returns:
      the organization name
    • getActualRPO

      public int getActualRPO()
      Gets the actual rpo.
      Returns:
      the actual rpo
    • getEntities

      public VpgEntitiesResponse getEntities()
      Gets the entities.
      Returns:
      the entities
    • getStatus

      public VpgStatusResponse getStatus()
      Gets the status.
      Returns:
      the status
    • getSubStatus

      public VpgSubStatusResponse getSubStatus()
      Gets the sub status.
      Returns:
      the sub status
    • getPriority

      public VpgPriorityResponse getPriority()
      Gets the priority.
      Returns:
      the priority
    • getSourceSite

      public String getSourceSite()
      Gets the source site.
      Returns:
      the source site
    • getTargetSite

      public String getTargetSite()
      Gets the target site.
      Returns:
      the target site
    • getLastTest

      public LocalDateTime getLastTest()
      Gets the last test.
      Returns:
      the last test
    • getProvisionedStorageInMB

      public long getProvisionedStorageInMB()
      Gets the provisioned storage in mb.
      Returns:
      the provisioned storage in mb
    • getUsedStorageInMB

      public long getUsedStorageInMB()
      Gets the used storage in mb.
      Returns:
      the used storage in mb
    • getiOPS

      public long getiOPS()
      Gets the iops.
      Returns:
      the iops
    • getThroughputInMB

      public double getThroughputInMB()
      Gets the throughput in mb.
      Returns:
      the throughput in mb