public static enum User.ProxyConnect extends Enum<User.ProxyConnect> implements BmcEnum
Indicates whether a user can connect directly (N) or whether the account can only be proxied (Y) by users who have proxy privileges for this account (that is, by users who have been granted the “connect through” privilege for this account).
Enum Constant and Description |
---|
No |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Yes |
Modifier and Type | Method and Description |
---|---|
static User.ProxyConnect |
create(String key) |
String |
getValue() |
static User.ProxyConnect |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static User.ProxyConnect[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final User.ProxyConnect Yes
public static final User.ProxyConnect No
public static final User.ProxyConnect UnknownEnumValue
public static User.ProxyConnect[] values()
for (User.ProxyConnect c : User.ProxyConnect.values()) System.out.println(c);
public static User.ProxyConnect 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 static User.ProxyConnect create(String key)
Copyright © 2016–2024. All rights reserved.