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