Package | Description |
---|---|
org.jclouds.openstack.nova.v2_0.domain |
Modifier and Type | Method and Description |
---|---|
static PortInterface.State |
PortInterface.State.fromValue(String value) |
abstract PortInterface.State |
PortInterface.portState() |
static PortInterface.State |
PortInterface.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PortInterface.State[] |
PortInterface.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static PortInterface |
PortInterface.create(String portId,
String netId,
PortInterface.State portState,
List<FixedIP> fixedIPS) |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.