Package | Description |
---|---|
org.jclouds.openstack.neutron.v2.domain |
Modifier and Type | Method and Description |
---|---|
static NetworkStatus |
NetworkStatus.fromValue(String name) |
NetworkStatus |
Router.getStatus() |
NetworkStatus |
Port.getStatus() |
NetworkStatus |
Network.getStatus() |
static NetworkStatus |
NetworkStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NetworkStatus[] |
NetworkStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Port(String id,
NetworkStatus status,
VIFType vifType,
com.google.common.collect.ImmutableMap<String,Object> vifDetails,
String qosQueueId,
String name,
String networkId,
Boolean adminStateUp,
String macAddress,
com.google.common.collect.ImmutableSet<IP> fixedIps,
String deviceId,
String deviceOwner,
String tenantId,
com.google.common.collect.ImmutableSet<String> securityGroups,
com.google.common.collect.ImmutableSet<AddressPair> allowedAddressPairs,
com.google.common.collect.ImmutableSet<ExtraDhcpOption> extraDhcpOptions,
VNICType vnicType,
String hostId,
com.google.common.collect.ImmutableMap<String,Object> profile,
Boolean portSecurity,
String profileId,
Boolean macLearning,
Integer qosRxtxFactor) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.