Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model | |
com.oracle.bmc.databasemanagement.requests |
Modifier and Type | Method and Description |
---|---|
static ResourceType |
ResourceType.create(String key) |
ResourceType |
NamedCredentialSummary.getType()
The type of resource associated with the named credential.
|
ResourceType |
CreateNamedCredentialDetails.getType()
The type of resource associated with the named credential.
|
ResourceType |
NamedCredential.getType()
The type of resource associated with the named credential.
|
static ResourceType |
ResourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceType[] |
ResourceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
NamedCredentialSummary.Builder |
NamedCredentialSummary.Builder.type(ResourceType type)
The type of resource associated with the named credential.
|
CreateNamedCredentialDetails.Builder |
CreateNamedCredentialDetails.Builder.type(ResourceType type)
The type of resource associated with the named credential.
|
NamedCredential.Builder |
NamedCredential.Builder.type(ResourceType type)
The type of resource associated with the named credential.
|
Constructor and Description |
---|
CreateNamedCredentialDetails(String name,
String description,
NamedCredentialScope scope,
ResourceType type,
NamedCredentialContent content,
String compartmentId,
String associatedResource,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
NamedCredential(String name,
String id,
String compartmentId,
String description,
LifecycleStates lifecycleState,
String lifecycleDetails,
NamedCredentialScope scope,
ResourceType type,
NamedCredentialContent content,
Date timeCreated,
Date timeUpdated,
String associatedResource,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
NamedCredentialSummary(String id,
String compartmentId,
String name,
String description,
NamedCredentialScope scope,
ResourceType type,
LifecycleStates lifecycleState,
String lifecycleDetails,
Date timeCreated,
Date timeUpdated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ResourceType |
ListNamedCredentialsRequest.getType()
The type of database that is associated to the named credential.
|
Modifier and Type | Method and Description |
---|---|
ListNamedCredentialsRequest.Builder |
ListNamedCredentialsRequest.Builder.type(ResourceType type)
The type of database that is associated to the named credential.
|
Copyright © 2016–2025. All rights reserved.