Uses of Class
com.oracle.bmc.database.model.CloudExadataInfrastructure.LifecycleState
-
Packages that use CloudExadataInfrastructure.LifecycleState Package Description com.oracle.bmc.database com.oracle.bmc.database.model -
-
Uses of CloudExadataInfrastructure.LifecycleState in com.oracle.bmc.database
-
Uses of CloudExadataInfrastructure.LifecycleState in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return CloudExadataInfrastructure.LifecycleState Modifier and Type Method 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.Methods in com.oracle.bmc.database.model with parameters of type CloudExadataInfrastructure.LifecycleState Modifier and Type Method Description CloudExadataInfrastructure.Builder
CloudExadataInfrastructure.Builder. lifecycleState(CloudExadataInfrastructure.LifecycleState lifecycleState)
The current lifecycle state of the cloud Exadata infrastructure resource.Constructors in com.oracle.bmc.database.model with parameters of type CloudExadataInfrastructure.LifecycleState Constructor 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, String databaseServerType, String storageServerType, CloudExadataInfrastructure.ComputeModel computeModel)
Deprecated.
-