public class GuestNicInfo extends DynamicData
Java class for GuestNicInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GuestNicInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="network" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ipAddress" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="macAddress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="connected" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="deviceConfigId" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="dnsConfig" type="{urn:vim25}NetDnsConfigInfo" minOccurs="0"/>
<element name="ipConfig" type="{urn:vim25}NetIpConfigInfo" minOccurs="0"/>
<element name="netBIOSConfig" type="{urn:vim25}NetBIOSConfigInfo" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
connected |
protected int |
deviceConfigId |
protected NetDnsConfigInfo |
dnsConfig |
protected List<String> |
ipAddress |
protected NetIpConfigInfo |
ipConfig |
protected String |
macAddress |
protected NetBIOSConfigInfo |
netBIOSConfig |
protected String |
network |
| Constructor and Description |
|---|
GuestNicInfo() |
| Modifier and Type | Method and Description |
|---|---|
int |
getDeviceConfigId()
Gets the value of the deviceConfigId property.
|
NetDnsConfigInfo |
getDnsConfig()
Gets the value of the dnsConfig property.
|
List<String> |
getIpAddress()
Gets the value of the ipAddress property.
|
NetIpConfigInfo |
getIpConfig()
Gets the value of the ipConfig property.
|
String |
getMacAddress()
Gets the value of the macAddress property.
|
NetBIOSConfigInfo |
getNetBIOSConfig()
Gets the value of the netBIOSConfig property.
|
String |
getNetwork()
Gets the value of the network property.
|
boolean |
isConnected()
Gets the value of the connected property.
|
void |
setConnected(boolean value)
Sets the value of the connected property.
|
void |
setDeviceConfigId(int value)
Sets the value of the deviceConfigId property.
|
void |
setDnsConfig(NetDnsConfigInfo value)
Sets the value of the dnsConfig property.
|
void |
setIpConfig(NetIpConfigInfo value)
Sets the value of the ipConfig property.
|
void |
setMacAddress(String value)
Sets the value of the macAddress property.
|
void |
setNetBIOSConfig(NetBIOSConfigInfo value)
Sets the value of the netBIOSConfig property.
|
void |
setNetwork(String value)
Sets the value of the network property.
|
protected String network
protected String macAddress
protected boolean connected
protected int deviceConfigId
protected NetDnsConfigInfo dnsConfig
protected NetIpConfigInfo ipConfig
protected NetBIOSConfigInfo netBIOSConfig
public String getNetwork()
Stringpublic void setNetwork(String value)
value - allowed object is
Stringpublic List<String> getIpAddress()
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 ipAddress property.
For example, to add a new item, do as follows:
getIpAddress().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getMacAddress()
Stringpublic void setMacAddress(String value)
value - allowed object is
Stringpublic boolean isConnected()
public void setConnected(boolean value)
public int getDeviceConfigId()
public void setDeviceConfigId(int value)
public NetDnsConfigInfo getDnsConfig()
NetDnsConfigInfopublic void setDnsConfig(NetDnsConfigInfo value)
value - allowed object is
NetDnsConfigInfopublic NetIpConfigInfo getIpConfig()
NetIpConfigInfopublic void setIpConfig(NetIpConfigInfo value)
value - allowed object is
NetIpConfigInfopublic NetBIOSConfigInfo getNetBIOSConfig()
NetBIOSConfigInfopublic void setNetBIOSConfig(NetBIOSConfigInfo value)
value - allowed object is
NetBIOSConfigInfoCopyright © 2018. All rights reserved.