Package | Description |
---|---|
org.jclouds.openstack.nova.v2_0.domain |
Modifier and Type | Method and Description |
---|---|
FixedIP |
FixedIP.Builder.build() |
Modifier and Type | Method and Description |
---|---|
abstract List<FixedIP> |
PortInterface.fixedIPS() |
com.google.common.collect.ImmutableSet<FixedIP> |
InterfaceAttachment.getFixedIps() |
Modifier and Type | Method and Description |
---|---|
FixedIP.Builder |
FixedIP.Builder.fromIP(FixedIP in) |
Modifier and Type | Method and Description |
---|---|
static PortInterface |
PortInterface.create(String portId,
String netId,
PortInterface.State portState,
List<FixedIP> fixedIPS) |
T |
InterfaceAttachment.Builder.fixedIps(com.google.common.collect.ImmutableSet<FixedIP> fixedIps) |
Constructor and Description |
---|
InterfaceAttachment(String networkId,
String portId,
PortState portState,
String macAddress,
com.google.common.collect.ImmutableSet<FixedIP> fixedIps) |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.