Uses of Class
com.oracle.bmc.database.model.ExadbVmClusterSummary.LifecycleState
-
Packages that use ExadbVmClusterSummary.LifecycleState Package Description com.oracle.bmc.database.model com.oracle.bmc.database.requests -
-
Uses of ExadbVmClusterSummary.LifecycleState in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return ExadbVmClusterSummary.LifecycleState Modifier and Type Method Description static ExadbVmClusterSummary.LifecycleState
ExadbVmClusterSummary.LifecycleState. create(String key)
ExadbVmClusterSummary.LifecycleState
ExadbVmClusterSummary. getLifecycleState()
The current state of the Exadata VM cluster on Exascale Infrastructure.static ExadbVmClusterSummary.LifecycleState
ExadbVmClusterSummary.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExadbVmClusterSummary.LifecycleState[]
ExadbVmClusterSummary.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 ExadbVmClusterSummary.LifecycleState Modifier and Type Method Description ExadbVmClusterSummary.Builder
ExadbVmClusterSummary.Builder. lifecycleState(ExadbVmClusterSummary.LifecycleState lifecycleState)
The current state of the Exadata VM cluster on Exascale Infrastructure.Constructors in com.oracle.bmc.database.model with parameters of type ExadbVmClusterSummary.LifecycleState Constructor Description ExadbVmClusterSummary(String id, String compartmentId, String availabilityDomain, String subnetId, String backupSubnetId, List<String> nsgIds, List<String> backupNetworkNsgIds, String lastUpdateHistoryEntryId, Long listenerPort, ExadbVmClusterSummary.LifecycleState lifecycleState, Integer nodeCount, String shape, String displayName, Date timeCreated, String lifecycleDetails, String timeZone, String hostname, String domain, String clusterName, String giVersion, String gridImageId, ExadbVmClusterSummary.GridImageType gridImageType, String systemVersion, List<String> sshPublicKeys, ExadbVmClusterSummary.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. -
Uses of ExadbVmClusterSummary.LifecycleState in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return ExadbVmClusterSummary.LifecycleState Modifier and Type Method Description ExadbVmClusterSummary.LifecycleState
ListExadbVmClustersRequest. getLifecycleState()
A filter to return only Exadata VM clusters on Exascale Infrastructure that match the given lifecycle state exactly.Methods in com.oracle.bmc.database.requests with parameters of type ExadbVmClusterSummary.LifecycleState Modifier and Type Method Description ListExadbVmClustersRequest.Builder
ListExadbVmClustersRequest.Builder. lifecycleState(ExadbVmClusterSummary.LifecycleState lifecycleState)
A filter to return only Exadata VM clusters on Exascale Infrastructure that match the given lifecycle state exactly.
-