public enum VMwareDVSVspanSessionType extends Enum<VMwareDVSVspanSessionType>
Java class for VMwareDVSVspanSessionType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="VMwareDVSVspanSessionType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="mixedDestMirror"/>
<enumeration value="dvPortMirror"/>
<enumeration value="remoteMirrorSource"/>
<enumeration value="remoteMirrorDest"/>
<enumeration value="encapsulatedRemoteMirrorSource"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
DV_PORT_MIRROR |
ENCAPSULATED_REMOTE_MIRROR_SOURCE |
MIXED_DEST_MIRROR |
REMOTE_MIRROR_DEST |
REMOTE_MIRROR_SOURCE |
| Modifier and Type | Method and Description |
|---|---|
static VMwareDVSVspanSessionType |
fromValue(String v) |
String |
value() |
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 MIXED_DEST_MIRROR
public static final VMwareDVSVspanSessionType DV_PORT_MIRROR
public static final VMwareDVSVspanSessionType REMOTE_MIRROR_SOURCE
public static final VMwareDVSVspanSessionType REMOTE_MIRROR_DEST
public static final VMwareDVSVspanSessionType ENCAPSULATED_REMOTE_MIRROR_SOURCE
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 nullpublic String value()
public static VMwareDVSVspanSessionType fromValue(String v)
Copyright © 2018. All rights reserved.