Uses of Class
com.oracle.bmc.database.model.VmClusterSummary.LifecycleState
-
Packages that use VmClusterSummary.LifecycleState Package Description com.oracle.bmc.database.model com.oracle.bmc.database.requests -
-
Uses of VmClusterSummary.LifecycleState in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return VmClusterSummary.LifecycleState Modifier and Type Method Description static VmClusterSummary.LifecycleState
VmClusterSummary.LifecycleState. create(String key)
VmClusterSummary.LifecycleState
VmClusterSummary. getLifecycleState()
The current state of the VM cluster.static VmClusterSummary.LifecycleState
VmClusterSummary.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static VmClusterSummary.LifecycleState[]
VmClusterSummary.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 VmClusterSummary.LifecycleState Modifier and Type Method Description VmClusterSummary.Builder
VmClusterSummary.Builder. lifecycleState(VmClusterSummary.LifecycleState lifecycleState)
The current state of the VM cluster.Constructors in com.oracle.bmc.database.model with parameters of type VmClusterSummary.LifecycleState Constructor Description VmClusterSummary(String id, String compartmentId, String lastPatchHistoryEntryId, VmClusterSummary.LifecycleState lifecycleState, String displayName, Date timeCreated, String lifecycleDetails, String timeZone, Boolean isLocalBackupEnabled, String exadataInfrastructureId, Boolean isSparseDiskgroupEnabled, String vmClusterNetworkId, Integer cpusEnabled, Float ocpusEnabled, Integer memorySizeInGBs, Integer dbNodeStorageSizeInGBs, Double dataStorageSizeInTBs, Double dataStorageSizeInGBs, String shape, String giVersion, String systemVersion, List<String> sshPublicKeys, VmClusterSummary.LicenseModel licenseModel, List<String> dbServers, String availabilityDomain, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, DataCollectionOptions dataCollectionOptions, String giSoftwareImageId, List<FileSystemConfigurationDetail> fileSystemConfigurationDetails, VmClusterSummary.VmClusterType vmClusterType, CloudAutomationUpdateDetails cloudAutomationUpdateDetails, String exascaleDbStorageVaultId, VmClusterSummary.StorageManagementType storageManagementType, VmClusterSummary.ComputeModel computeModel)
Deprecated. -
Uses of VmClusterSummary.LifecycleState in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return VmClusterSummary.LifecycleState Modifier and Type Method Description VmClusterSummary.LifecycleState
ListVmClustersRequest. 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 VmClusterSummary.LifecycleState Modifier and Type Method Description ListVmClustersRequest.Builder
ListVmClustersRequest.Builder. lifecycleState(VmClusterSummary.LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state exactly.
-