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