public class HbrDiskMigrationAction extends ClusterAction
Java class for HbrDiskMigrationAction complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HbrDiskMigrationAction">
<complexContent>
<extension base="{urn:vim25}ClusterAction">
<sequence>
<element name="collectionId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="collectionName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="diskIds" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
<element name="source" type="{urn:vim25}ManagedObjectReference"/>
<element name="destination" type="{urn:vim25}ManagedObjectReference"/>
<element name="sizeTransferred" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="spaceUtilSrcBefore" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
<element name="spaceUtilDstBefore" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
<element name="spaceUtilSrcAfter" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
<element name="spaceUtilDstAfter" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
<element name="ioLatencySrcBefore" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
<element name="ioLatencyDstBefore" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
collectionId |
protected String |
collectionName |
protected ManagedObjectReference |
destination |
protected List<String> |
diskIds |
protected Float |
ioLatencyDstBefore |
protected Float |
ioLatencySrcBefore |
protected long |
sizeTransferred |
protected ManagedObjectReference |
source |
protected Float |
spaceUtilDstAfter |
protected Float |
spaceUtilDstBefore |
protected Float |
spaceUtilSrcAfter |
protected Float |
spaceUtilSrcBefore |
target, type| Constructor and Description |
|---|
HbrDiskMigrationAction() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCollectionId()
Gets the value of the collectionId property.
|
String |
getCollectionName()
Gets the value of the collectionName property.
|
ManagedObjectReference |
getDestination()
Gets the value of the destination property.
|
List<String> |
getDiskIds()
Gets the value of the diskIds property.
|
Float |
getIoLatencyDstBefore()
Gets the value of the ioLatencyDstBefore property.
|
Float |
getIoLatencySrcBefore()
Gets the value of the ioLatencySrcBefore property.
|
long |
getSizeTransferred()
Gets the value of the sizeTransferred property.
|
ManagedObjectReference |
getSource()
Gets the value of the source property.
|
Float |
getSpaceUtilDstAfter()
Gets the value of the spaceUtilDstAfter property.
|
Float |
getSpaceUtilDstBefore()
Gets the value of the spaceUtilDstBefore property.
|
Float |
getSpaceUtilSrcAfter()
Gets the value of the spaceUtilSrcAfter property.
|
Float |
getSpaceUtilSrcBefore()
Gets the value of the spaceUtilSrcBefore property.
|
void |
setCollectionId(String value)
Sets the value of the collectionId property.
|
void |
setCollectionName(String value)
Sets the value of the collectionName property.
|
void |
setDestination(ManagedObjectReference value)
Sets the value of the destination property.
|
void |
setIoLatencyDstBefore(Float value)
Sets the value of the ioLatencyDstBefore property.
|
void |
setIoLatencySrcBefore(Float value)
Sets the value of the ioLatencySrcBefore property.
|
void |
setSizeTransferred(long value)
Sets the value of the sizeTransferred property.
|
void |
setSource(ManagedObjectReference value)
Sets the value of the source property.
|
void |
setSpaceUtilDstAfter(Float value)
Sets the value of the spaceUtilDstAfter property.
|
void |
setSpaceUtilDstBefore(Float value)
Sets the value of the spaceUtilDstBefore property.
|
void |
setSpaceUtilSrcAfter(Float value)
Sets the value of the spaceUtilSrcAfter property.
|
void |
setSpaceUtilSrcBefore(Float value)
Sets the value of the spaceUtilSrcBefore property.
|
getTarget, getType, setTarget, setTypeprotected String collectionId
protected String collectionName
protected ManagedObjectReference source
protected ManagedObjectReference destination
protected long sizeTransferred
protected Float spaceUtilSrcBefore
protected Float spaceUtilDstBefore
protected Float spaceUtilSrcAfter
protected Float spaceUtilDstAfter
protected Float ioLatencySrcBefore
protected Float ioLatencyDstBefore
public String getCollectionId()
Stringpublic void setCollectionId(String value)
value - allowed object is
Stringpublic String getCollectionName()
Stringpublic void setCollectionName(String value)
value - allowed object is
Stringpublic List<String> getDiskIds()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the diskIds property.
For example, to add a new item, do as follows:
getDiskIds().add(newItem);
Objects of the following type(s) are allowed in the list
String
public ManagedObjectReference getSource()
ManagedObjectReferencepublic void setSource(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic ManagedObjectReference getDestination()
ManagedObjectReferencepublic void setDestination(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic long getSizeTransferred()
public void setSizeTransferred(long value)
public Float getSpaceUtilSrcBefore()
Floatpublic void setSpaceUtilSrcBefore(Float value)
value - allowed object is
Floatpublic Float getSpaceUtilDstBefore()
Floatpublic void setSpaceUtilDstBefore(Float value)
value - allowed object is
Floatpublic Float getSpaceUtilSrcAfter()
Floatpublic void setSpaceUtilSrcAfter(Float value)
value - allowed object is
Floatpublic Float getSpaceUtilDstAfter()
Floatpublic void setSpaceUtilDstAfter(Float value)
value - allowed object is
Floatpublic Float getIoLatencySrcBefore()
Floatpublic void setIoLatencySrcBefore(Float value)
value - allowed object is
Floatpublic Float getIoLatencyDstBefore()
FloatCopyright © 2018. All rights reserved.