Package | Description |
---|---|
com.oracle.bmc.database.model | |
com.oracle.bmc.database.requests |
Modifier and Type | Method and Description |
---|---|
static CloudExadataInfrastructureSummary.LifecycleState |
CloudExadataInfrastructureSummary.LifecycleState.create(String key) |
CloudExadataInfrastructureSummary.LifecycleState |
CloudExadataInfrastructureSummary.getLifecycleState()
The current lifecycle state of the cloud Exadata infrastructure resource.
|
static CloudExadataInfrastructureSummary.LifecycleState |
CloudExadataInfrastructureSummary.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CloudExadataInfrastructureSummary.LifecycleState[] |
CloudExadataInfrastructureSummary.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CloudExadataInfrastructureSummary.Builder |
CloudExadataInfrastructureSummary.Builder.lifecycleState(CloudExadataInfrastructureSummary.LifecycleState lifecycleState)
The current lifecycle state of the cloud Exadata infrastructure resource.
|
Constructor and Description |
---|
CloudExadataInfrastructureSummary(String id,
String compartmentId,
String clusterPlacementGroupId,
String subscriptionId,
CloudExadataInfrastructureSummary.LifecycleState lifecycleState,
String displayName,
String shape,
String availabilityDomain,
Integer computeCount,
Integer storageCount,
Integer totalStorageSizeInGBs,
Integer availableStorageSizeInGBs,
Integer cpuCount,
Integer maxCpuCount,
Integer memorySizeInGBs,
Integer maxMemoryInGBs,
Integer dbNodeStorageSizeInGBs,
Integer maxDbNodeStorageInGBs,
Double dataStorageSizeInTBs,
Double maxDataStorageInTBs,
Integer additionalStorageCount,
Integer activatedStorageCount,
Date timeCreated,
String lifecycleDetails,
MaintenanceWindow maintenanceWindow,
String lastMaintenanceRunId,
String nextMaintenanceRunId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
List<CustomerContact> customerContacts,
String storageServerVersion,
String dbServerVersion,
String monthlyStorageServerVersion,
String monthlyDbServerVersion,
List<DefinedFileSystemConfiguration> definedFileSystemConfigurations,
Boolean isSchedulingPolicyAssociated)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
CloudExadataInfrastructureSummary.LifecycleState |
ListCloudExadataInfrastructuresRequest.getLifecycleState()
A filter to return only resources that match the given lifecycle state exactly.
|
Modifier and Type | Method and Description |
---|---|
ListCloudExadataInfrastructuresRequest.Builder |
ListCloudExadataInfrastructuresRequest.Builder.lifecycleState(CloudExadataInfrastructureSummary.LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state exactly.
|
Copyright © 2016–2024. All rights reserved.