public class VirtualMachineFileLayoutExFileInfo extends DynamicData
Java class for VirtualMachineFileLayoutExFileInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualMachineFileLayoutExFileInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="key" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="size" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="uniqueSize" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="backingObjectId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="accessible" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
accessible |
protected String |
backingObjectId |
protected int |
key |
protected String |
name |
protected long |
size |
protected String |
type |
protected Long |
uniqueSize |
| Constructor and Description |
|---|
VirtualMachineFileLayoutExFileInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBackingObjectId()
Gets the value of the backingObjectId property.
|
int |
getKey()
Gets the value of the key property.
|
String |
getName()
Gets the value of the name property.
|
long |
getSize()
Gets the value of the size property.
|
String |
getType()
Gets the value of the type property.
|
Long |
getUniqueSize()
Gets the value of the uniqueSize property.
|
Boolean |
isAccessible()
Gets the value of the accessible property.
|
void |
setAccessible(Boolean value)
Sets the value of the accessible property.
|
void |
setBackingObjectId(String value)
Sets the value of the backingObjectId property.
|
void |
setKey(int value)
Sets the value of the key property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setSize(long value)
Sets the value of the size property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setUniqueSize(Long value)
Sets the value of the uniqueSize property.
|
protected int key
protected String name
protected String type
protected long size
protected Long uniqueSize
protected String backingObjectId
protected Boolean accessible
public int getKey()
public void setKey(int value)
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic long getSize()
public void setSize(long value)
public Long getUniqueSize()
Longpublic void setUniqueSize(Long value)
value - allowed object is
Longpublic String getBackingObjectId()
Stringpublic void setBackingObjectId(String value)
value - allowed object is
Stringpublic Boolean isAccessible()
BooleanCopyright © 2018. All rights reserved.