public static enum NuageVspNetworkVsdInformation.VsdInformation extends Enum<NuageVspNetworkVsdInformation.VsdInformation>
| Enum Constant and Description |
|---|
ENTITY_TYPE |
VSD_DOMAIN_ID |
VSD_ENTERPRISE_ID |
VSD_SUBNET_ID |
| Modifier and Type | Method and Description |
|---|---|
static NuageVspNetworkVsdInformation.VsdInformation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NuageVspNetworkVsdInformation.VsdInformation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NuageVspNetworkVsdInformation.VsdInformation ENTITY_TYPE
public static final NuageVspNetworkVsdInformation.VsdInformation VSD_ENTERPRISE_ID
public static final NuageVspNetworkVsdInformation.VsdInformation VSD_DOMAIN_ID
public static final NuageVspNetworkVsdInformation.VsdInformation VSD_SUBNET_ID
public static NuageVspNetworkVsdInformation.VsdInformation[] values()
for (NuageVspNetworkVsdInformation.VsdInformation c : NuageVspNetworkVsdInformation.VsdInformation.values()) System.out.println(c);
public static NuageVspNetworkVsdInformation.VsdInformation 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.