public class CryptoKeyId extends DynamicData
Java class for CryptoKeyId complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CryptoKeyId">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="keyId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="providerId" type="{urn:vim25}KeyProviderId" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
keyId |
protected KeyProviderId |
providerId |
| Constructor and Description |
|---|
CryptoKeyId() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKeyId()
Gets the value of the keyId property.
|
KeyProviderId |
getProviderId()
Gets the value of the providerId property.
|
void |
setKeyId(String value)
Sets the value of the keyId property.
|
void |
setProviderId(KeyProviderId value)
Sets the value of the providerId property.
|
protected String keyId
protected KeyProviderId providerId
public String getKeyId()
Stringpublic void setKeyId(String value)
value - allowed object is
Stringpublic KeyProviderId getProviderId()
KeyProviderIdpublic void setProviderId(KeyProviderId value)
value - allowed object is
KeyProviderIdCopyright © 2018. All rights reserved.