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