public enum HostDisconnectedEventReasonCode extends Enum<HostDisconnectedEventReasonCode>
| Enum Constant and Description |
|---|
agentOutOfDate |
agentUpgrade |
insufficientLicenses |
licenseExpired |
passwordDecryptFailure |
sslThumbprintVerifyFailed |
unknown |
userRequest |
vcVRAMCapacityExceeded |
| Modifier and Type | Method and Description |
|---|---|
static HostDisconnectedEventReasonCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HostDisconnectedEventReasonCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HostDisconnectedEventReasonCode sslThumbprintVerifyFailed
public static final HostDisconnectedEventReasonCode licenseExpired
public static final HostDisconnectedEventReasonCode agentUpgrade
public static final HostDisconnectedEventReasonCode userRequest
public static final HostDisconnectedEventReasonCode insufficientLicenses
public static final HostDisconnectedEventReasonCode agentOutOfDate
public static final HostDisconnectedEventReasonCode passwordDecryptFailure
public static final HostDisconnectedEventReasonCode unknown
public static final HostDisconnectedEventReasonCode vcVRAMCapacityExceeded
public static HostDisconnectedEventReasonCode[] values()
for (HostDisconnectedEventReasonCode c : HostDisconnectedEventReasonCode.values()) System.out.println(c);
public static HostDisconnectedEventReasonCode 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.