public class HostHardwareElementInfo extends DynamicData
Java class for HostHardwareElementInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostHardwareElementInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="status" type="{urn:vim25}ElementDescription"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected ElementDescription |
status |
| Constructor and Description |
|---|
HostHardwareElementInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the value of the name property.
|
ElementDescription |
getStatus()
Gets the value of the status property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setStatus(ElementDescription value)
Sets the value of the status property.
|
protected String name
protected ElementDescription status
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic ElementDescription getStatus()
ElementDescriptionpublic void setStatus(ElementDescription value)
value - allowed object is
ElementDescriptionCopyright © 2018. All rights reserved.