Uses of Class
com.oracle.bmc.database.model.ExadataInfrastructureSummary.LifecycleState
-
Packages that use ExadataInfrastructureSummary.LifecycleState Package Description com.oracle.bmc.database.model com.oracle.bmc.database.requests -
-
Uses of ExadataInfrastructureSummary.LifecycleState in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return ExadataInfrastructureSummary.LifecycleState Modifier and Type Method Description static ExadataInfrastructureSummary.LifecycleState
ExadataInfrastructureSummary.LifecycleState. create(String key)
ExadataInfrastructureSummary.LifecycleState
ExadataInfrastructureSummary. getLifecycleState()
The current lifecycle state of the Exadata infrastructure.static ExadataInfrastructureSummary.LifecycleState
ExadataInfrastructureSummary.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExadataInfrastructureSummary.LifecycleState[]
ExadataInfrastructureSummary.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 ExadataInfrastructureSummary.LifecycleState Modifier and Type Method Description ExadataInfrastructureSummary.Builder
ExadataInfrastructureSummary.Builder. lifecycleState(ExadataInfrastructureSummary.LifecycleState lifecycleState)
The current lifecycle state of the Exadata infrastructure.Constructors in com.oracle.bmc.database.model with parameters of type ExadataInfrastructureSummary.LifecycleState Constructor Description ExadataInfrastructureSummary(String id, String compartmentId, ExadataInfrastructureSummary.LifecycleState lifecycleState, String displayName, String shape, String timeZone, Integer cpusEnabled, Integer maxCpuCount, Integer memorySizeInGBs, Integer maxMemoryInGBs, Integer dbNodeStorageSizeInGBs, Integer maxDbNodeStorageInGBs, Double dataStorageSizeInTBs, Double maxDataStorageInTBs, String rackSerialNumber, Integer storageCount, Integer additionalStorageCount, Integer activatedStorageCount, Integer computeCount, Boolean isMultiRackDeployment, byte[] multiRackConfigurationFile, Integer additionalComputeCount, ExadataInfrastructureSummary.AdditionalComputeSystemModel additionalComputeSystemModel, String cloudControlPlaneServer1, String cloudControlPlaneServer2, String netmask, String gateway, String adminNetworkCIDR, String infiniBandNetworkCIDR, String corporateProxy, List<String> dnsServer, List<String> ntpServer, Date timeCreated, String lifecycleDetails, String csiNumber, List<ExadataInfrastructureContact> contacts, ExadataInfrastructureSummary.MaintenanceSLOStatus maintenanceSLOStatus, MaintenanceWindow maintenanceWindow, String storageServerVersion, String dbServerVersion, String monthlyDbServerVersion, String lastMaintenanceRunId, String nextMaintenanceRunId, Boolean isCpsOfflineReportEnabled, NetworkBondingModeDetails networkBondingModeDetails, String availabilityDomain, List<DefinedFileSystemConfiguration> definedFileSystemConfigurations, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Boolean isSchedulingPolicyAssociated, ExascaleConfigDetails exascaleConfig, String databaseServerType, String storageServerType, ExadataInfrastructureSummary.ComputeModel computeModel)
Deprecated. -
Uses of ExadataInfrastructureSummary.LifecycleState in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return ExadataInfrastructureSummary.LifecycleState Modifier and Type Method Description ExadataInfrastructureSummary.LifecycleState
ListExadataInfrastructuresRequest. getLifecycleState()
A filter to return only resources that match the given lifecycle state exactly.Methods in com.oracle.bmc.database.requests with parameters of type ExadataInfrastructureSummary.LifecycleState Modifier and Type Method Description ListExadataInfrastructuresRequest.Builder
ListExadataInfrastructuresRequest.Builder. lifecycleState(ExadataInfrastructureSummary.LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state exactly.
-