public class BaseConfigInfoFileBackingInfo extends BaseConfigInfoBackingInfo
Java class for BaseConfigInfoFileBackingInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BaseConfigInfoFileBackingInfo">
<complexContent>
<extension base="{urn:vim25}BaseConfigInfoBackingInfo">
<sequence>
<element name="filePath" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="backingObjectId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="parent" type="{urn:vim25}BaseConfigInfoFileBackingInfo" minOccurs="0"/>
<element name="deltaSizeInMB" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
backingObjectId |
protected Long |
deltaSizeInMB |
protected String |
filePath |
protected BaseConfigInfoFileBackingInfo |
parent |
datastore| Constructor and Description |
|---|
BaseConfigInfoFileBackingInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBackingObjectId()
Gets the value of the backingObjectId property.
|
Long |
getDeltaSizeInMB()
Gets the value of the deltaSizeInMB property.
|
String |
getFilePath()
Gets the value of the filePath property.
|
BaseConfigInfoFileBackingInfo |
getParent()
Gets the value of the parent property.
|
void |
setBackingObjectId(String value)
Sets the value of the backingObjectId property.
|
void |
setDeltaSizeInMB(Long value)
Sets the value of the deltaSizeInMB property.
|
void |
setFilePath(String value)
Sets the value of the filePath property.
|
void |
setParent(BaseConfigInfoFileBackingInfo value)
Sets the value of the parent property.
|
getDatastore, setDatastoreprotected String filePath
protected String backingObjectId
protected BaseConfigInfoFileBackingInfo parent
protected Long deltaSizeInMB
public String getFilePath()
Stringpublic void setFilePath(String value)
value - allowed object is
Stringpublic String getBackingObjectId()
Stringpublic void setBackingObjectId(String value)
value - allowed object is
Stringpublic BaseConfigInfoFileBackingInfo getParent()
BaseConfigInfoFileBackingInfopublic void setParent(BaseConfigInfoFileBackingInfo value)
value - allowed object is
BaseConfigInfoFileBackingInfopublic Long getDeltaSizeInMB()
LongCopyright © 2018. All rights reserved.