public class VirtualMachineForkConfigInfo extends DynamicData
Java class for VirtualMachineForkConfigInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualMachineForkConfigInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="parentEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="childForkGroupId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="parentForkGroupId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="childType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
childForkGroupId |
protected String |
childType |
protected Boolean |
parentEnabled |
protected String |
parentForkGroupId |
| Constructor and Description |
|---|
VirtualMachineForkConfigInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getChildForkGroupId()
Gets the value of the childForkGroupId property.
|
String |
getChildType()
Gets the value of the childType property.
|
String |
getParentForkGroupId()
Gets the value of the parentForkGroupId property.
|
Boolean |
isParentEnabled()
Gets the value of the parentEnabled property.
|
void |
setChildForkGroupId(String value)
Sets the value of the childForkGroupId property.
|
void |
setChildType(String value)
Sets the value of the childType property.
|
void |
setParentEnabled(Boolean value)
Sets the value of the parentEnabled property.
|
void |
setParentForkGroupId(String value)
Sets the value of the parentForkGroupId property.
|
protected Boolean parentEnabled
protected String childForkGroupId
protected String parentForkGroupId
protected String childType
public Boolean isParentEnabled()
Booleanpublic void setParentEnabled(Boolean value)
value - allowed object is
Booleanpublic String getChildForkGroupId()
Stringpublic void setChildForkGroupId(String value)
value - allowed object is
Stringpublic String getParentForkGroupId()
Stringpublic void setParentForkGroupId(String value)
value - allowed object is
Stringpublic String getChildType()
StringCopyright © 2018. All rights reserved.