public class VirtualAppLinkInfo extends DynamicData
Java class for VirtualAppLinkInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualAppLinkInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="key" type="{urn:vim25}ManagedObjectReference"/>
<element name="destroyWithParent" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
destroyWithParent |
protected ManagedObjectReference |
key |
| Constructor and Description |
|---|
VirtualAppLinkInfo() |
| Modifier and Type | Method and Description |
|---|---|
ManagedObjectReference |
getKey()
Gets the value of the key property.
|
Boolean |
isDestroyWithParent()
Gets the value of the destroyWithParent property.
|
void |
setDestroyWithParent(Boolean value)
Sets the value of the destroyWithParent property.
|
void |
setKey(ManagedObjectReference value)
Sets the value of the key property.
|
protected ManagedObjectReference key
protected Boolean destroyWithParent
public ManagedObjectReference getKey()
ManagedObjectReferencepublic void setKey(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic Boolean isDestroyWithParent()
BooleanCopyright © 2018. All rights reserved.