Package | Description |
---|---|
com.oracle.bmc.datasafe.model | |
com.oracle.bmc.datasafe.requests |
Modifier and Type | Method and Description |
---|---|
static InfrastructureType |
InfrastructureType.create(String key) |
InfrastructureType |
DatabaseDetails.getInfrastructureType()
The infrastructure type the database is running on.
|
InfrastructureType |
TargetDatabaseSummary.getInfrastructureType()
The infrastructure type the database is running on.
|
static InfrastructureType |
InfrastructureType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InfrastructureType[] |
InfrastructureType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DatabaseCloudServiceDetails.Builder |
DatabaseCloudServiceDetails.Builder.infrastructureType(InfrastructureType infrastructureType) |
AutonomousDatabaseDetails.Builder |
AutonomousDatabaseDetails.Builder.infrastructureType(InfrastructureType infrastructureType) |
InstalledDatabaseDetails.Builder |
InstalledDatabaseDetails.Builder.infrastructureType(InfrastructureType infrastructureType) |
TargetDatabaseSummary.Builder |
TargetDatabaseSummary.Builder.infrastructureType(InfrastructureType infrastructureType)
The infrastructure type the database is running on.
|
Constructor and Description |
---|
AutonomousDatabaseDetails(InfrastructureType infrastructureType,
String autonomousDatabaseId)
Deprecated.
|
DatabaseCloudServiceDetails(InfrastructureType infrastructureType,
String vmClusterId,
String dbSystemId,
Integer listenerPort,
String serviceName)
Deprecated.
|
DatabaseDetails(InfrastructureType infrastructureType)
Deprecated.
|
InstalledDatabaseDetails(InfrastructureType infrastructureType,
String instanceId,
List<String> ipAddresses,
Integer listenerPort,
String serviceName)
Deprecated.
|
TargetDatabaseSummary(String compartmentId,
String id,
String displayName,
String description,
InfrastructureType infrastructureType,
DatabaseType databaseType,
List<String> associatedResourceIds,
TargetDatabaseLifecycleState lifecycleState,
String lifecycleDetails,
Date timeCreated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
InfrastructureType |
ListTargetDatabasesRequest.getInfrastructureType()
A filter to return only target databases that match the specified infrastructure type.
|
Modifier and Type | Method and Description |
---|---|
ListTargetDatabasesRequest.Builder |
ListTargetDatabasesRequest.Builder.infrastructureType(InfrastructureType infrastructureType)
A filter to return only target databases that match the specified infrastructure type.
|
Copyright © 2016–2024. All rights reserved.