public class DatastoreFileEvent extends DatastoreEvent
Java class for DatastoreFileEvent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DatastoreFileEvent">
<complexContent>
<extension base="{urn:vim25}DatastoreEvent">
<sequence>
<element name="targetFile" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="sourceOfOperation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="succeeded" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
sourceOfOperation |
protected Boolean |
succeeded |
protected String |
targetFile |
datastorechainId, changeTag, computeResource, createdTime, datacenter, ds, dvs, fullFormattedMessage, host, key, net, userName, vm| Constructor and Description |
|---|
DatastoreFileEvent() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSourceOfOperation()
Gets the value of the sourceOfOperation property.
|
String |
getTargetFile()
Gets the value of the targetFile property.
|
Boolean |
isSucceeded()
Gets the value of the succeeded property.
|
void |
setSourceOfOperation(String value)
Sets the value of the sourceOfOperation property.
|
void |
setSucceeded(Boolean value)
Sets the value of the succeeded property.
|
void |
setTargetFile(String value)
Sets the value of the targetFile property.
|
getDatastore, setDatastoregetChainId, getChangeTag, getComputeResource, getCreatedTime, getDatacenter, getDs, getDvs, getFullFormattedMessage, getHost, getKey, getNet, getUserName, getVm, setChainId, setChangeTag, setComputeResource, setCreatedTime, setDatacenter, setDs, setDvs, setFullFormattedMessage, setHost, setKey, setNet, setUserName, setVmprotected String targetFile
protected String sourceOfOperation
protected Boolean succeeded
public String getTargetFile()
Stringpublic void setTargetFile(String value)
value - allowed object is
Stringpublic String getSourceOfOperation()
Stringpublic void setSourceOfOperation(String value)
value - allowed object is
Stringpublic Boolean isSucceeded()
BooleanCopyright © 2018. All rights reserved.