Modifier and Type | Field and Description |
---|---|
protected Boolean |
adminStateUp |
protected String |
deviceId |
protected String |
deviceOwner |
protected Set<IP> |
fixedIps |
protected String |
macAddress |
protected String |
name |
protected String |
networkId |
Constructor and Description |
---|
BulkPort.Builder() |
Modifier and Type | Method and Description |
---|---|
BulkPort.Builder |
adminStateUp(Boolean adminStateUp) |
BulkPort |
build() |
BulkPort.Builder |
deviceId(String deviceId) |
BulkPort.Builder |
deviceOwner(String deviceOwner) |
BulkPort.Builder |
fixedIps(Collection<IP> fixedIps) |
BulkPort.Builder |
fromBulkPort(BulkPort in) |
BulkPort.Builder |
macAddress(String macAddress) |
BulkPort.Builder |
name(String name) |
BulkPort.Builder |
networkId(String networkId) |
protected abstract BulkPort.Builder |
self() |
protected String name
protected String networkId
protected String deviceId
protected String deviceOwner
protected String macAddress
protected Boolean adminStateUp
protected abstract BulkPort.Builder self()
public BulkPort.Builder name(String name)
BulkPort.getName()
public BulkPort.Builder networkId(String networkId)
BulkPort.getNetworkId()
public BulkPort.Builder deviceId(String deviceId)
BulkPort.getDeviceId()
public BulkPort.Builder deviceOwner(String deviceOwner)
BulkPort.getDeviceOwner()
public BulkPort.Builder macAddress(String macAddress)
BulkPort.getMacAddress()
public BulkPort.Builder fixedIps(Collection<IP> fixedIps)
BulkPort.getFixedIps()
public BulkPort.Builder adminStateUp(Boolean adminStateUp)
BulkPort.getAdminStateUp()
public BulkPort build()
public BulkPort.Builder fromBulkPort(BulkPort in)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.