public class BridgedIf extends Object
Modifier and Type | Class and Description |
---|---|
static class |
BridgedIf.Builder |
Constructor and Description |
---|
BridgedIf(String name,
String guid,
String dhcp,
String ipAddress,
String networkMask,
String ipv6Address,
String iv6NetworkMask,
String mediumType,
String status) |
Modifier and Type | Method and Description |
---|---|
static BridgedIf.Builder |
builder() |
boolean |
equals(Object o) |
String |
getDhcp() |
String |
getGuid() |
String |
getIpAddress() |
String |
getIpv6Address() |
String |
getIpv6NetworkMask() |
String |
getMediumType() |
String |
getName() |
String |
getNetworkMask() |
String |
getStatus() |
int |
hashCode() |
String |
toString() |
public static BridgedIf.Builder builder()
public String getName()
public String getGuid()
public String getDhcp()
public String getIpAddress()
public String getNetworkMask()
public String getIpv6Address()
public String getIpv6NetworkMask()
public String getMediumType()
public String getStatus()
Copyright © 2009-2013 jclouds. All Rights Reserved.