public static enum FastConnectProviderService.ProviderServiceKeyManagement extends Enum<FastConnectProviderService.ProviderServiceKeyManagement> implements BmcEnum
Who is responsible for managing the provider service key.
Enum Constant and Description |
---|
CustomerManaged |
OracleManaged |
ProviderManaged |
Modifier and Type | Method and Description |
---|---|
static FastConnectProviderService.ProviderServiceKeyManagement |
create(String key) |
String |
getValue() |
static FastConnectProviderService.ProviderServiceKeyManagement |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FastConnectProviderService.ProviderServiceKeyManagement[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FastConnectProviderService.ProviderServiceKeyManagement CustomerManaged
public static final FastConnectProviderService.ProviderServiceKeyManagement ProviderManaged
public static final FastConnectProviderService.ProviderServiceKeyManagement OracleManaged
public static FastConnectProviderService.ProviderServiceKeyManagement[] values()
for (FastConnectProviderService.ProviderServiceKeyManagement c : FastConnectProviderService.ProviderServiceKeyManagement.values()) System.out.println(c);
public static FastConnectProviderService.ProviderServiceKeyManagement 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 FastConnectProviderService.ProviderServiceKeyManagement create(String key)
Copyright © 2016–2024. All rights reserved.