Class VccFailoverPlanVmResponse

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

public class VccFailoverPlanVmResponse extends Object implements Serializable
VCC-R Failover Plan VM response object.
Author:
Julien Anguenot
See Also:
  • Constructor Details

    • VccFailoverPlanVmResponse

      public VccFailoverPlanVmResponse(String name, String id)
  • Method Details

    • getName

      public String getName()
      Returns the name of the virtual machine.
      Returns:
      the name of the virtual machine.
    • getId

      public String getId()
      Returns the Veeam internal virtual machine identifier.
      Returns:
      the Veeam internal virtual machine identifier.