public enum VMwareDVSVspanSessionType extends Enum<VMwareDVSVspanSessionType>
| Enum Constant and Description |
|---|
dvPortMirror |
encapsulatedRemoteMirrorSource |
mixedDestMirror |
remoteMirrorDest |
remoteMirrorSource |
| Modifier and Type | Method and Description |
|---|---|
static VMwareDVSVspanSessionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VMwareDVSVspanSessionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VMwareDVSVspanSessionType mixedDestMirror
public static final VMwareDVSVspanSessionType dvPortMirror
public static final VMwareDVSVspanSessionType remoteMirrorSource
public static final VMwareDVSVspanSessionType remoteMirrorDest
public static final VMwareDVSVspanSessionType encapsulatedRemoteMirrorSource
public static VMwareDVSVspanSessionType[] values()
for (VMwareDVSVspanSessionType c : VMwareDVSVspanSessionType.values()) System.out.println(c);
public static VMwareDVSVspanSessionType 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 © 2011-2012. All Rights Reserved.