Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
static AsmConnectionString.Protocol |
AsmConnectionString.Protocol.create(String key) |
AsmConnectionString.Protocol |
AsmConnectionString.getProtocol()
The protocol used to connect to the ASM instance.
|
static AsmConnectionString.Protocol |
AsmConnectionString.Protocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AsmConnectionString.Protocol[] |
AsmConnectionString.Protocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AsmConnectionString.Builder |
AsmConnectionString.Builder.protocol(AsmConnectionString.Protocol protocol)
The protocol used to connect to the ASM instance.
|
Constructor and Description |
---|
AsmConnectionString(List<String> hosts,
Integer port,
String service,
AsmConnectionString.Protocol protocol)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.