public static enum NuageVspConstants.SharedNetworkType extends Enum<NuageVspConstants.SharedNetworkType>
| Enum Constant and Description |
|---|
FLOATING |
L2DOMAIN |
PUBLIC |
UPLINK_SUBNET |
| Modifier and Type | Method and Description |
|---|---|
static NuageVspConstants.SharedNetworkType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NuageVspConstants.SharedNetworkType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NuageVspConstants.SharedNetworkType PUBLIC
public static final NuageVspConstants.SharedNetworkType L2DOMAIN
public static final NuageVspConstants.SharedNetworkType UPLINK_SUBNET
public static final NuageVspConstants.SharedNetworkType FLOATING
public static NuageVspConstants.SharedNetworkType[] values()
for (NuageVspConstants.SharedNetworkType c : NuageVspConstants.SharedNetworkType.values()) System.out.println(c);
public static NuageVspConstants.SharedNetworkType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2016–2017 Nuage Networks. All rights reserved.