public class VmConfigFileEncryptionInfo extends DynamicData
Java class for VmConfigFileEncryptionInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VmConfigFileEncryptionInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="keyId" type="{urn:vim25}CryptoKeyId" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CryptoKeyId |
keyId |
| Constructor and Description |
|---|
VmConfigFileEncryptionInfo() |
| Modifier and Type | Method and Description |
|---|---|
CryptoKeyId |
getKeyId()
Gets the value of the keyId property.
|
void |
setKeyId(CryptoKeyId value)
Sets the value of the keyId property.
|
protected CryptoKeyId keyId
public CryptoKeyId getKeyId()
CryptoKeyIdpublic void setKeyId(CryptoKeyId value)
value - allowed object is
CryptoKeyIdCopyright © 2018. All rights reserved.