Package | Description |
---|---|
com.oracle.bmc.database.model | |
com.oracle.bmc.database.requests |
Modifier and Type | Method and Description |
---|---|
static CloudVmClusterSummary.LifecycleState |
CloudVmClusterSummary.LifecycleState.create(String key) |
CloudVmClusterSummary.LifecycleState |
CloudVmClusterSummary.getLifecycleState()
The current state of the cloud VM cluster.
|
static CloudVmClusterSummary.LifecycleState |
CloudVmClusterSummary.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CloudVmClusterSummary.LifecycleState[] |
CloudVmClusterSummary.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CloudVmClusterSummary.Builder |
CloudVmClusterSummary.Builder.lifecycleState(CloudVmClusterSummary.LifecycleState lifecycleState)
The current state of the cloud VM cluster.
|
Constructor and Description |
---|
CloudVmClusterSummary(String id,
String compartmentId,
String subscriptionId,
String availabilityDomain,
String subnetId,
String backupSubnetId,
List<String> nsgIds,
List<String> backupNetworkNsgIds,
String lastUpdateHistoryEntryId,
String shape,
Long listenerPort,
CloudVmClusterSummary.LifecycleState lifecycleState,
Integer nodeCount,
Integer storageSizeInGBs,
String displayName,
Date timeCreated,
String lifecycleDetails,
String timeZone,
String hostname,
String domain,
Integer cpuCoreCount,
Float ocpuCount,
Integer memorySizeInGBs,
Integer dbNodeStorageSizeInGBs,
Double dataStorageSizeInTBs,
List<String> dbServers,
String clusterName,
Integer dataStoragePercentage,
Boolean isLocalBackupEnabled,
String cloudExadataInfrastructureId,
Boolean isSparseDiskgroupEnabled,
String giVersion,
String systemVersion,
List<String> sshPublicKeys,
CloudVmClusterSummary.LicenseModel licenseModel,
CloudVmClusterSummary.DiskRedundancy diskRedundancy,
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,
DataCollectionOptions dataCollectionOptions,
String giSoftwareImageId,
List<FileSystemConfigurationDetail> fileSystemConfigurationDetails,
CloudAutomationUpdateDetails cloudAutomationUpdateDetails)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
CloudVmClusterSummary.LifecycleState |
ListCloudVmClustersRequest.getLifecycleState()
A filter to return only cloud VM clusters that match the given lifecycle state exactly.
|
Modifier and Type | Method and Description |
---|---|
ListCloudVmClustersRequest.Builder |
ListCloudVmClustersRequest.Builder.lifecycleState(CloudVmClusterSummary.LifecycleState lifecycleState)
A filter to return only cloud VM clusters that match the given lifecycle state exactly.
|
Copyright © 2016–2024. All rights reserved.