public enum VMwareDvsLacpApiVersion extends Enum<VMwareDvsLacpApiVersion>
Java class for VMwareDvsLacpApiVersion.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="VMwareDvsLacpApiVersion">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="singleLag"/>
<enumeration value="multipleLag"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
MULTIPLE_LAG |
SINGLE_LAG |
| Modifier and Type | Method and Description |
|---|---|
static VMwareDvsLacpApiVersion |
fromValue(String v) |
String |
value() |
static VMwareDvsLacpApiVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VMwareDvsLacpApiVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VMwareDvsLacpApiVersion SINGLE_LAG
public static final VMwareDvsLacpApiVersion MULTIPLE_LAG
public static VMwareDvsLacpApiVersion[] values()
for (VMwareDvsLacpApiVersion c : VMwareDvsLacpApiVersion.values()) System.out.println(c);
public static VMwareDvsLacpApiVersion 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 nullpublic String value()
public static VMwareDvsLacpApiVersion fromValue(String v)
Copyright © 2018. All rights reserved.