public class VmConfigFileInfo extends FileInfo
Java class for VmConfigFileInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VmConfigFileInfo">
<complexContent>
<extension base="{urn:vim25}FileInfo">
<sequence>
<element name="configVersion" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="encryption" type="{urn:vim25}VmConfigFileEncryptionInfo" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
configVersion |
protected VmConfigFileEncryptionInfo |
encryption |
fileSize, friendlyName, modification, owner, path| Constructor and Description |
|---|
VmConfigFileInfo() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getConfigVersion()
Gets the value of the configVersion property.
|
VmConfigFileEncryptionInfo |
getEncryption()
Gets the value of the encryption property.
|
void |
setConfigVersion(Integer value)
Sets the value of the configVersion property.
|
void |
setEncryption(VmConfigFileEncryptionInfo value)
Sets the value of the encryption property.
|
getFileSize, getFriendlyName, getModification, getOwner, getPath, setFileSize, setFriendlyName, setModification, setOwner, setPathprotected Integer configVersion
protected VmConfigFileEncryptionInfo encryption
public Integer getConfigVersion()
Integerpublic void setConfigVersion(Integer value)
value - allowed object is
Integerpublic VmConfigFileEncryptionInfo getEncryption()
VmConfigFileEncryptionInfopublic void setEncryption(VmConfigFileEncryptionInfo value)
value - allowed object is
VmConfigFileEncryptionInfoCopyright © 2018. All rights reserved.