public class VirtualDeviceConfigSpecBackingSpec extends DynamicData
Java class for VirtualDeviceConfigSpecBackingSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualDeviceConfigSpecBackingSpec">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="parent" type="{urn:vim25}VirtualDeviceConfigSpecBackingSpec" minOccurs="0"/>
<element name="crypto" type="{urn:vim25}CryptoSpec" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CryptoSpec |
crypto |
protected VirtualDeviceConfigSpecBackingSpec |
parent |
| Constructor and Description |
|---|
VirtualDeviceConfigSpecBackingSpec() |
| Modifier and Type | Method and Description |
|---|---|
CryptoSpec |
getCrypto()
Gets the value of the crypto property.
|
VirtualDeviceConfigSpecBackingSpec |
getParent()
Gets the value of the parent property.
|
void |
setCrypto(CryptoSpec value)
Sets the value of the crypto property.
|
void |
setParent(VirtualDeviceConfigSpecBackingSpec value)
Sets the value of the parent property.
|
protected VirtualDeviceConfigSpecBackingSpec parent
protected CryptoSpec crypto
public VirtualDeviceConfigSpecBackingSpec getParent()
VirtualDeviceConfigSpecBackingSpecpublic void setParent(VirtualDeviceConfigSpecBackingSpec value)
value - allowed object is
VirtualDeviceConfigSpecBackingSpecpublic CryptoSpec getCrypto()
CryptoSpecpublic void setCrypto(CryptoSpec value)
value - allowed object is
CryptoSpecCopyright © 2018. All rights reserved.