org.jclouds.vcloud.director.v1_5.domain.params
Class RelocateParams

java.lang.Object
  extended by org.jclouds.vcloud.director.v1_5.domain.params.RelocateParams

public class RelocateParams
extends Object

Parameters to be used for vm relocation.

Java class for RelocateParams complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="RelocateParams">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Datastore" type="{http://www.vmware.com/vcloud/v1.5}ReferenceType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class RelocateParams.Builder
           
 
Method Summary
static RelocateParams.Builder builder()
           
 boolean equals(Object o)
           
 Reference getDatastore()
          Gets the value of the datastore property.
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

builder

public static RelocateParams.Builder builder()

getDatastore

public Reference getDatastore()
Gets the value of the datastore property.

Returns:
possible object is Reference

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.