|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.xensource.xenapi.PIF.Record
public static class PIF.Record
Represents all the fields in a PIF
| Field Summary | |
|---|---|
Set<Bond> |
bondMasterOf
Indicates this PIF represents the results of a bond First published in XenServer 4.1. |
Bond |
bondSlaveOf
Indicates which bond this interface is part of First published in XenServer 4.1. |
Boolean |
currentlyAttached
true if this interface is online First published in XenServer 4.1. |
String |
device
machine-readable name of the interface (e.g. |
Boolean |
disallowUnplug
Prevent this PIF from being unplugged; set this to notify the management tool-stack that the PIF has a special use and should not be unplugged under any circumstances (e.g. |
String |
DNS
IP address of DNS servers to use First published in XenServer 4.1. |
String |
gateway
IP gateway First published in XenServer 4.1. |
Host |
host
physical machine to which this pif is connected |
String |
IP
IP address First published in XenServer 4.1. |
Types.IpConfigurationMode |
ipConfigurationMode
Sets if and how this interface gets an IP address First published in XenServer 4.1. |
Set<String> |
IPv6
IPv6 address Experimental. |
Types.Ipv6ConfigurationMode |
ipv6ConfigurationMode
Sets if and how this interface gets an IPv6 address Experimental. |
String |
ipv6Gateway
IPv6 gateway Experimental. |
String |
MAC
ethernet MAC address of physical interface |
Boolean |
managed
Indicates whether the interface is managed by xapi. |
Boolean |
management
Indicates whether the control software is listening for connections on this interface First published in XenServer 4.1. |
PIFMetrics |
metrics
metrics associated with this PIF |
Long |
MTU
MTU in octets |
String |
netmask
IP netmask First published in XenServer 4.1. |
Network |
network
virtual network to which this pif is connected |
Map<String,String> |
otherConfig
Additional configuration First published in XenServer 4.1. |
Boolean |
physical
true if this represents a physical network interface First published in XenServer 4.1. |
Types.PrimaryAddressType |
primaryAddressType
Which protocol should define the primary address of this interface Experimental. |
Set<Tunnel> |
tunnelAccessPIFOf
Indicates to which tunnel this PIF gives access First published in XenServer 5.6 FP1. |
Set<Tunnel> |
tunnelTransportPIFOf
Indicates to which tunnel this PIF provides transport First published in XenServer 5.6 FP1. |
String |
uuid
Unique identifier/object reference |
Long |
VLAN
VLAN tag for all traffic passing through this interface |
VLAN |
VLANMasterOf
Indicates wich VLAN this interface receives untagged traffic from First published in XenServer 4.1. |
Set<VLAN> |
VLANSlaveOf
Indicates which VLANs this interface transmits tagged traffic to First published in XenServer 4.1. |
| Constructor Summary | |
|---|---|
PIF.Record()
|
|
| Method Summary | |
|---|---|
Map<String,Object> |
toMap()
Convert a PIF.Record to a Map |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public String uuid
public String device
public Network network
public Host host
public String MAC
public Long MTU
public Long VLAN
public PIFMetrics metrics
public Boolean physical
public Boolean currentlyAttached
public Types.IpConfigurationMode ipConfigurationMode
public String IP
public String netmask
public String gateway
public String DNS
public Bond bondSlaveOf
public Set<Bond> bondMasterOf
public VLAN VLANMasterOf
public Set<VLAN> VLANSlaveOf
public Boolean management
public Map<String,String> otherConfig
public Boolean disallowUnplug
public Set<Tunnel> tunnelAccessPIFOf
public Set<Tunnel> tunnelTransportPIFOf
public Types.Ipv6ConfigurationMode ipv6ConfigurationMode
public Set<String> IPv6
public String ipv6Gateway
public Types.PrimaryAddressType primaryAddressType
public Boolean managed
| Constructor Detail |
|---|
public PIF.Record()
| Method Detail |
|---|
public String toString()
toString in class Objectpublic Map<String,Object> toMap()
toMap in interface Types.Record
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||