Uses of Class
com.oracle.bmc.database.model.ExadbVmCluster.LifecycleState
-
Packages that use ExadbVmCluster.LifecycleState Package Description com.oracle.bmc.database com.oracle.bmc.database.model -
-
Uses of ExadbVmCluster.LifecycleState in com.oracle.bmc.database
Methods in com.oracle.bmc.database with parameters of type ExadbVmCluster.LifecycleState Modifier and Type Method Description Waiter<GetExadbVmClusterRequest,GetExadbVmClusterResponse>
DatabaseWaiters. forExadbVmCluster(GetExadbVmClusterRequest request, ExadbVmCluster.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetExadbVmClusterRequest,GetExadbVmClusterResponse>
DatabaseWaiters. forExadbVmCluster(GetExadbVmClusterRequest request, ExadbVmCluster.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetExadbVmClusterRequest,GetExadbVmClusterResponse>
DatabaseWaiters. forExadbVmCluster(GetExadbVmClusterRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, ExadbVmCluster.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of ExadbVmCluster.LifecycleState in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return ExadbVmCluster.LifecycleState Modifier and Type Method Description static ExadbVmCluster.LifecycleState
ExadbVmCluster.LifecycleState. create(String key)
ExadbVmCluster.LifecycleState
ExadbVmCluster. getLifecycleState()
The current state of the Exadata VM cluster on Exascale Infrastructure.static ExadbVmCluster.LifecycleState
ExadbVmCluster.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExadbVmCluster.LifecycleState[]
ExadbVmCluster.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 ExadbVmCluster.LifecycleState Modifier and Type Method Description ExadbVmCluster.Builder
ExadbVmCluster.Builder. lifecycleState(ExadbVmCluster.LifecycleState lifecycleState)
The current state of the Exadata VM cluster on Exascale Infrastructure.Constructors in com.oracle.bmc.database.model with parameters of type ExadbVmCluster.LifecycleState Constructor Description ExadbVmCluster(ExadataIormConfig iormConfigCache, String id, String compartmentId, String availabilityDomain, String subnetId, String backupSubnetId, List<String> nsgIds, List<String> backupNetworkNsgIds, String lastUpdateHistoryEntryId, Long listenerPort, ExadbVmCluster.LifecycleState lifecycleState, Integer nodeCount, String shape, String displayName, Date timeCreated, String lifecycleDetails, String timeZone, String hostname, String domain, String clusterName, String giVersion, String gridImageId, ExadbVmCluster.GridImageType gridImageType, String systemVersion, List<String> sshPublicKeys, ExadbVmCluster.LicenseModel licenseModel, List<String> scanIpIds, List<String> vipIds, String scanDnsRecordId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> securityAttributes, Map<String,Map<String,Object>> systemTags, String scanDnsName, String zoneId, Integer scanListenerPortTcp, Integer scanListenerPortTcpSsl, String privateZoneId, DataCollectionOptions dataCollectionOptions, Integer totalECpuCount, Integer enabledECpuCount, ExadbVmClusterStorageDetails vmFileSystemStorage, ExadbVmClusterStorageDetails snapshotFileSystemStorage, ExadbVmClusterStorageDetails totalFileSystemStorage, String exascaleDbStorageVaultId, Integer memorySizeInGBs, String clusterPlacementGroupId, String subscriptionId)
Deprecated.
-