public class IpAdapterAddresses extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
IpAdapterAddresses.AdapterPrefix |
static class |
IpAdapterAddresses.IpAdapterUnicastAddress |
| Constructor and Description |
|---|
IpAdapterAddresses() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAdapterName() |
List<Sockaddr> |
getAnycastAddress() |
long |
getCompartmentId() |
int |
getConnectionType() |
String |
getDescription() |
Sockaddr |
getDhcpv4Server() |
byte[] |
getDhcpv6ClientDuid() |
long |
getDhcpv6Iaid() |
Sockaddr |
getDhcpv6Server() |
List<Sockaddr> |
getDnsServerAddress() |
String |
getDnsSuffix() |
String |
getFriendlyName() |
List<Sockaddr> |
getGatewayAddress() |
long |
getIfType() |
long |
getIpv4Metric() |
long |
getIpv6IfIndex() |
long |
getIpv6Metric() |
long |
getLuid_IfType() |
long |
getLuid_NetLuidIndex() |
long |
getLuid_Value() |
long |
getMtu() |
List<Sockaddr> |
getMulticastAddress() |
GUID |
getNetworkGuid() |
int |
getOperStatus() |
byte[] |
getPhysicalAddress() |
List<IpAdapterAddresses.AdapterPrefix> |
getPrefix() |
long |
getReceiveLinkSpeed() |
long |
getTransmitLinkSpeed() |
int |
getTunnelType() |
List<IpAdapterAddresses.IpAdapterUnicastAddress> |
getUnicastAddress() |
List<Sockaddr> |
getWinsServerAddress() |
long[] |
getZoneIndices() |
public String getAdapterName()
public List<IpAdapterAddresses.IpAdapterUnicastAddress> getUnicastAddress()
public String getDnsSuffix()
public String getDescription()
public String getFriendlyName()
public byte[] getPhysicalAddress()
public long getMtu()
public long getIfType()
public int getOperStatus()
public long getIpv6IfIndex()
public long[] getZoneIndices()
public List<IpAdapterAddresses.AdapterPrefix> getPrefix()
public long getTransmitLinkSpeed()
public long getReceiveLinkSpeed()
public long getIpv4Metric()
public long getIpv6Metric()
public long getLuid_Value()
public long getLuid_NetLuidIndex()
public long getLuid_IfType()
public Sockaddr getDhcpv4Server()
public long getCompartmentId()
public GUID getNetworkGuid()
public int getConnectionType()
public int getTunnelType()
public Sockaddr getDhcpv6Server()
public byte[] getDhcpv6ClientDuid()
public long getDhcpv6Iaid()
Copyright © 2023. All rights reserved.