Package | Description |
---|---|
com.oracle.bmc.database | |
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
static CloudExadataInfrastructure.LifecycleState |
CloudExadataInfrastructure.LifecycleState.create(String key) |
CloudExadataInfrastructure.LifecycleState |
CloudExadataInfrastructure.getLifecycleState()
The current lifecycle state of the cloud Exadata infrastructure resource.
|
static CloudExadataInfrastructure.LifecycleState |
CloudExadataInfrastructure.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CloudExadataInfrastructure.LifecycleState[] |
CloudExadataInfrastructure.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CloudExadataInfrastructure.Builder |
CloudExadataInfrastructure.Builder.lifecycleState(CloudExadataInfrastructure.LifecycleState lifecycleState)
The current lifecycle state of the cloud Exadata infrastructure resource.
|
Constructor and Description |
---|
CloudExadataInfrastructure(String id,
String compartmentId,
String clusterPlacementGroupId,
String subscriptionId,
CloudExadataInfrastructure.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.
|
Copyright © 2016–2024. All rights reserved.