public class HostProtocolEndpoint extends DynamicData
Java class for HostProtocolEndpoint complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostProtocolEndpoint">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="peType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="uuid" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="hostKey" type="{urn:vim25}ManagedObjectReference" maxOccurs="unbounded" minOccurs="0"/>
<element name="storageArray" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="nfsServer" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="nfsDir" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="nfsServerScope" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="nfsServerMajor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="nfsServerAuthType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="nfsServerUser" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="deviceId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
deviceId |
protected List<ManagedObjectReference> |
hostKey |
protected String |
nfsDir |
protected String |
nfsServer |
protected String |
nfsServerAuthType |
protected String |
nfsServerMajor |
protected String |
nfsServerScope |
protected String |
nfsServerUser |
protected String |
peType |
protected String |
storageArray |
protected String |
type |
protected String |
uuid |
| Constructor and Description |
|---|
HostProtocolEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDeviceId()
Gets the value of the deviceId property.
|
List<ManagedObjectReference> |
getHostKey()
Gets the value of the hostKey property.
|
String |
getNfsDir()
Gets the value of the nfsDir property.
|
String |
getNfsServer()
Gets the value of the nfsServer property.
|
String |
getNfsServerAuthType()
Gets the value of the nfsServerAuthType property.
|
String |
getNfsServerMajor()
Gets the value of the nfsServerMajor property.
|
String |
getNfsServerScope()
Gets the value of the nfsServerScope property.
|
String |
getNfsServerUser()
Gets the value of the nfsServerUser property.
|
String |
getPeType()
Gets the value of the peType property.
|
String |
getStorageArray()
Gets the value of the storageArray property.
|
String |
getType()
Gets the value of the type property.
|
String |
getUuid()
Gets the value of the uuid property.
|
void |
setDeviceId(String value)
Sets the value of the deviceId property.
|
void |
setNfsDir(String value)
Sets the value of the nfsDir property.
|
void |
setNfsServer(String value)
Sets the value of the nfsServer property.
|
void |
setNfsServerAuthType(String value)
Sets the value of the nfsServerAuthType property.
|
void |
setNfsServerMajor(String value)
Sets the value of the nfsServerMajor property.
|
void |
setNfsServerScope(String value)
Sets the value of the nfsServerScope property.
|
void |
setNfsServerUser(String value)
Sets the value of the nfsServerUser property.
|
void |
setPeType(String value)
Sets the value of the peType property.
|
void |
setStorageArray(String value)
Sets the value of the storageArray property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setUuid(String value)
Sets the value of the uuid property.
|
protected String peType
protected String type
protected String uuid
protected List<ManagedObjectReference> hostKey
protected String storageArray
protected String nfsServer
protected String nfsDir
protected String nfsServerScope
protected String nfsServerMajor
protected String nfsServerAuthType
protected String nfsServerUser
protected String deviceId
public String getPeType()
Stringpublic void setPeType(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getUuid()
Stringpublic void setUuid(String value)
value - allowed object is
Stringpublic List<ManagedObjectReference> getHostKey()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the hostKey property.
For example, to add a new item, do as follows:
getHostKey().add(newItem);
Objects of the following type(s) are allowed in the list
ManagedObjectReference
public String getStorageArray()
Stringpublic void setStorageArray(String value)
value - allowed object is
Stringpublic String getNfsServer()
Stringpublic void setNfsServer(String value)
value - allowed object is
Stringpublic String getNfsDir()
Stringpublic void setNfsDir(String value)
value - allowed object is
Stringpublic String getNfsServerScope()
Stringpublic void setNfsServerScope(String value)
value - allowed object is
Stringpublic String getNfsServerMajor()
Stringpublic void setNfsServerMajor(String value)
value - allowed object is
Stringpublic String getNfsServerAuthType()
Stringpublic void setNfsServerAuthType(String value)
value - allowed object is
Stringpublic String getNfsServerUser()
Stringpublic void setNfsServerUser(String value)
value - allowed object is
Stringpublic String getDeviceId()
StringCopyright © 2018. All rights reserved.