Class VccFailoverPlanResponse

java.lang.Object
com.iland.core.web.rest.response.common.EntityResponse
com.iland.core.web.rest.response.vcctenant.VccFailoverPlanResponse
All Implemented Interfaces:
Serializable

public class VccFailoverPlanResponse extends EntityResponse implements Serializable
VCC-R Failover Plan Response.
Author:
Julien Anguenot
See Also:
  • Constructor Details

  • Method Details

    • getOrgUuid

      public String getOrgUuid()
      Returns the corresponding platform Org UUID.
      Returns:
      the corresponding platform Org UUID.
    • getUid

      public String getUid()
      Returns the normalized Veeam internal UID.
      Returns:
      the normalized Veeam internal UID.
    • getDescription

      public String getDescription()
      Returns the Veeam VCC-R Failover Plan description.
      Returns:
      the Veeam VCC-R Failover Plan description.
    • getLastTest

      public Instant getLastTest()
      Returns the date time of last failover test.
      Returns:
      the date time of last failover test or null if failover tests never ran
    • getVccTenantUid

      public String getVccTenantUid()
      Returns the normalized corresponding unique VCC tenant UID.
      Returns:
      the normalized corresponding unique VCC tenant UID.
    • getVccTenantName

      public String getVccTenantName()
      Returns the corresponding VCC tenant name.
      Returns:
      the corresponding VCC tenant name.
    • getVms

      public List<VccFailoverPlanVmResponse> getVms()
      Returns the list of Veeam Failover virtual machines.

      We cannot reference the vCLoud virtual machines here because of missing references Veeam side.

      Returns:
      list of VccFailoverPlanVmResponse
    • getStatus

      public VccFailoverPlanStatusResponse getStatus()
      Returns the status of the VCC-R failover plan.
      Returns:
      one of VccFailoverPlanStatusResponse