public class BulkPort extends Object
Modifier and Type | Class and Description |
---|---|
static class |
BulkPort.Builder |
Modifier | Constructor and Description |
---|---|
protected |
BulkPort(String name,
String networkId,
Boolean adminStateUp,
String deviceId,
String deviceOwner,
Set<IP> fixedIps,
String macAddress) |
Modifier and Type | Method and Description |
---|---|
static BulkPort.Builder |
builder() |
boolean |
equals(Object obj) |
Boolean |
getAdminStateUp() |
String |
getDeviceId() |
String |
getDeviceOwner() |
Set<IP> |
getFixedIps() |
String |
getMacAddress() |
String |
getName() |
String |
getNetworkId() |
int |
hashCode() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
BulkPort.Builder |
toBuilder() |
String |
toString() |
public String getName()
public String getNetworkId()
public Boolean getAdminStateUp()
public String getDeviceId()
public String getDeviceOwner()
public String getMacAddress()
protected com.google.common.base.Objects.ToStringHelper string()
public static BulkPort.Builder builder()
public BulkPort.Builder toBuilder()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.