public class VccFailoverPlanResponse extends EntityResponse implements Serializable
| Constructor and Description | 
|---|
| 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) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDescription()Returns the Veeam VCC-R Failover Plan description. | 
| Instant | getLastTest()Returns the date time of last failover test. | 
| String | getOrgUuid()Returns the corresponding platform Org UUID. | 
| VccFailoverPlanStatusResponse | getStatus()Returns the status of the VCC-R failover plan. | 
| String | getUid()Returns the normalized Veeam internal UID. | 
| String | getVccTenantName()Returns the corresponding VCC tenant name. | 
| String | getVccTenantUid()Returns the normalized corresponding unique VCC tenant UID. | 
| List<VccFailoverPlanVmResponse> | getVms()Returns the list of Veeam Failover virtual machines. | 
equals, getCompanyId, getDeletedDate, getName, getUpdatedDate, getUuid, hashCode, isDeleted, toStringpublic 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)
public String getOrgUuid()
public String getUid()
public String getDescription()
public Instant getLastTest()
public String getVccTenantUid()
public String getVccTenantName()
public List<VccFailoverPlanVmResponse> getVms()
We cannot reference the vCLoud virtual machines here because of missing references Veeam side.
VccFailoverPlanVmResponsepublic VccFailoverPlanStatusResponse getStatus()
VccFailoverPlanStatusResponseCopyright © 2020 iland Internet Solutions, Corp. All rights reserved.