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