| Package | Description |
|---|---|
| org.jclouds.openstack.neutron.v2_0.domain | |
| org.jclouds.openstack.neutron.v2_0.options |
| Modifier and Type | Field and Description |
|---|---|
protected Set<IP> |
Port.Builder.fixedIps |
protected Set<IP> |
BulkPort.Builder.fixedIps |
| Modifier and Type | Method and Description |
|---|---|
IP |
IP.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
Set<IP> |
Port.getFixedIps() |
Set<IP> |
BulkPort.getFixedIps() |
| Modifier and Type | Method and Description |
|---|---|
IP.Builder |
IP.Builder.fromIP(IP in) |
| Modifier and Type | Method and Description |
|---|---|
BulkPort.Builder |
BulkPort.Builder.fixedIps(Collection<IP> fixedIps) |
T |
Port.Builder.fixedIps(Set<IP> fixedIps) |
| Constructor and Description |
|---|
BulkPort(String name,
String networkId,
Boolean adminStateUp,
String deviceId,
String deviceOwner,
Set<IP> fixedIps,
String macAddress) |
Port(String id,
String tenantId,
String name,
State state,
String networkId,
Boolean adminStateUp,
String deviceId,
String deviceOwner,
Set<IP> fixedIps,
String macAddress) |
| Modifier and Type | Field and Description |
|---|---|
protected Set<IP> |
UpdatePortOptions.Builder.fixedIps |
protected Set<IP> |
CreatePortOptions.Builder.fixedIps |
| Modifier and Type | Method and Description |
|---|---|
Set<IP> |
UpdatePortOptions.getFixedIps() |
Set<IP> |
CreatePortOptions.getFixedIps() |
| Modifier and Type | Method and Description |
|---|---|
T |
UpdatePortOptions.Builder.fixedIps(Collection<IP> fixedIps) |
T |
CreatePortOptions.Builder.fixedIps(Set<IP> fixedIps) |
| Constructor and Description |
|---|
CreatePortOptions(String name,
String deviceId,
String deviceOwner,
String macAddress,
Set<IP> fixedIps,
Boolean adminStateUp) |
UpdatePortOptions(String name,
Boolean adminStateUp,
String deviceId,
String deviceOwner,
Set<IP> fixedIps) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.