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
VCC-R Failover Plan Response.
- Author:
- Julien Anguenot
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionVccFailoverPlanResponse(String uuid, String name, boolean deleted, Instant deletedDate, Instant updatedDate, String companyId, String orgUuid, String uid, String description, Instant lastTest, String vccTenantUid, String vccTenantName, List<VccFailoverPlanVmResponse> vms, VccFailoverPlanStatusResponse status) -
Method Summary
Modifier and TypeMethodDescriptionReturns the Veeam VCC-R Failover Plan description.Returns the date time of last failover test.Returns the corresponding platform Org UUID.Returns the status of the VCC-R failover plan.getUid()Returns the normalized Veeam internal UID.Returns the corresponding VCC tenant name.Returns the normalized corresponding unique VCC tenant UID.getVms()Returns the list of Veeam Failover virtual machines.Methods inherited from class com.iland.core.web.rest.response.common.EntityResponse
equals, getCompanyId, getDeletedDate, getName, getUpdatedDate, getUuid, hashCode, isDeleted, toString
-
Constructor Details
-
VccFailoverPlanResponse
public VccFailoverPlanResponse(String uuid, String name, boolean deleted, Instant deletedDate, Instant updatedDate, String companyId, String orgUuid, String uid, String description, Instant lastTest, String vccTenantUid, String vccTenantName, List<VccFailoverPlanVmResponse> vms, VccFailoverPlanStatusResponse status)
-
-
Method Details
-
getOrgUuid
Returns the corresponding platform Org UUID.- Returns:
- the corresponding platform Org UUID.
-
getUid
Returns the normalized Veeam internal UID.- Returns:
- the normalized Veeam internal UID.
-
getDescription
Returns the Veeam VCC-R Failover Plan description.- Returns:
- the Veeam VCC-R Failover Plan description.
-
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
Returns the normalized corresponding unique VCC tenant UID.- Returns:
- the normalized corresponding unique VCC tenant UID.
-
getVccTenantName
Returns the corresponding VCC tenant name.- Returns:
- the corresponding VCC tenant name.
-
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
Returns the status of the VCC-R failover plan.- Returns:
- one of
VccFailoverPlanStatusResponse
-