public class VVolVmConfigFileUpdateResultFailedVmConfigFileInfo extends DynamicData
Java class for VVolVmConfigFileUpdateResultFailedVmConfigFileInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VVolVmConfigFileUpdateResultFailedVmConfigFileInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="targetConfigVVolId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="fault" type="{urn:vim25}LocalizedMethodFault"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected LocalizedMethodFault |
fault |
protected String |
targetConfigVVolId |
| Constructor and Description |
|---|
VVolVmConfigFileUpdateResultFailedVmConfigFileInfo() |
| Modifier and Type | Method and Description |
|---|---|
LocalizedMethodFault |
getFault()
Gets the value of the fault property.
|
String |
getTargetConfigVVolId()
Gets the value of the targetConfigVVolId property.
|
void |
setFault(LocalizedMethodFault value)
Sets the value of the fault property.
|
void |
setTargetConfigVVolId(String value)
Sets the value of the targetConfigVVolId property.
|
protected String targetConfigVVolId
protected LocalizedMethodFault fault
public VVolVmConfigFileUpdateResultFailedVmConfigFileInfo()
public String getTargetConfigVVolId()
Stringpublic void setTargetConfigVVolId(String value)
value - allowed object is
Stringpublic LocalizedMethodFault getFault()
LocalizedMethodFaultpublic void setFault(LocalizedMethodFault value)
value - allowed object is
LocalizedMethodFaultCopyright © 2018. All rights reserved.