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