public class ExtensionFaultTypeInfo extends DynamicData
Java class for ExtensionFaultTypeInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExtensionFaultTypeInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="faultID" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ExtensionFaultTypeInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFaultID()
Gets the value of the faultID property.
|
void |
setFaultID(String value)
Sets the value of the faultID property.
|
protected String faultID
Copyright © 2018. All rights reserved.