public class OvfFile extends DynamicData
Java class for OvfFile complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OvfFile">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="deviceId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="path" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="compressionMethod" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="chunkSize" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="size" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="capacity" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="populatedSize" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
capacity |
protected Long |
chunkSize |
protected String |
compressionMethod |
protected String |
deviceId |
protected String |
path |
protected Long |
populatedSize |
protected long |
size |
| Constructor and Description |
|---|
OvfFile() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCapacity()
Gets the value of the capacity property.
|
Long |
getChunkSize()
Gets the value of the chunkSize property.
|
String |
getCompressionMethod()
Gets the value of the compressionMethod property.
|
String |
getDeviceId()
Gets the value of the deviceId property.
|
String |
getPath()
Gets the value of the path property.
|
Long |
getPopulatedSize()
Gets the value of the populatedSize property.
|
long |
getSize()
Gets the value of the size property.
|
void |
setCapacity(Long value)
Sets the value of the capacity property.
|
void |
setChunkSize(Long value)
Sets the value of the chunkSize property.
|
void |
setCompressionMethod(String value)
Sets the value of the compressionMethod property.
|
void |
setDeviceId(String value)
Sets the value of the deviceId property.
|
void |
setPath(String value)
Sets the value of the path property.
|
void |
setPopulatedSize(Long value)
Sets the value of the populatedSize property.
|
void |
setSize(long value)
Sets the value of the size property.
|
protected String deviceId
protected String path
protected String compressionMethod
protected Long chunkSize
protected long size
protected Long capacity
protected Long populatedSize
public String getDeviceId()
Stringpublic void setDeviceId(String value)
value - allowed object is
Stringpublic String getPath()
Stringpublic void setPath(String value)
value - allowed object is
Stringpublic String getCompressionMethod()
Stringpublic void setCompressionMethod(String value)
value - allowed object is
Stringpublic Long getChunkSize()
Longpublic void setChunkSize(Long value)
value - allowed object is
Longpublic long getSize()
public void setSize(long value)
public Long getCapacity()
Longpublic void setCapacity(Long value)
value - allowed object is
Longpublic Long getPopulatedSize()
LongCopyright © 2018. All rights reserved.