@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class CloudAutonomousVmCluster extends Object
Details of the cloud Autonomous VM cluster.
CloudAutonomousVmCluster.Builder
. This model distinguishes fields
that are null
because they are unset from fields that are explicitly set to null
. This is done in
the setter methods of the CloudAutonomousVmCluster.Builder
, which maintain a set of all explicitly set fields called
__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take
__explicitlySet__
into account. The constructor, on the other hand, does not set __explicitlySet__
(since the constructor cannot distinguish explicit null
from unset null
).Modifier and Type | Class and Description |
---|---|
static class |
CloudAutonomousVmCluster.Builder |
static class |
CloudAutonomousVmCluster.LicenseModel
The Oracle license model that applies to the Oracle Autonomous Database.
|
static class |
CloudAutonomousVmCluster.LifecycleState
The current state of the cloud Autonomous VM cluster.
|
Constructor and Description |
---|
CloudAutonomousVmCluster(String id,
String compartmentId,
String description,
String availabilityDomain,
String subnetId,
List<String> nsgIds,
String lastUpdateHistoryEntryId,
CloudAutonomousVmCluster.LifecycleState lifecycleState,
String displayName,
Date timeCreated,
Date timeUpdated,
String clusterTimeZone,
String lifecycleDetails,
String hostname,
String domain,
String cloudExadataInfrastructureId,
String shape,
Integer nodeCount,
Double dataStorageSizeInTBs,
Double dataStorageSizeInGBs,
Integer cpuCoreCount,
Float ocpuCount,
Integer memorySizeInGBs,
CloudAutonomousVmCluster.LicenseModel licenseModel,
String lastMaintenanceRunId,
String nextMaintenanceRunId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Float availableCpus,
Float reclaimableCpus,
Integer availableContainerDatabases,
Integer totalContainerDatabases,
Double availableAutonomousDataStorageSizeInTBs,
Double autonomousDataStorageSizeInTBs,
Integer dbNodeStorageSizeInGBs,
Integer memoryPerOracleComputeUnitInGBs)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static CloudAutonomousVmCluster.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
Double |
getAutonomousDataStorageSizeInTBs()
The data disk group size allocated for Autonomous Databases, in TBs.
|
String |
getAvailabilityDomain()
The name of the availability domain that the cloud Autonomous VM cluster is located in.
|
Double |
getAvailableAutonomousDataStorageSizeInTBs()
The data disk group size available for Autonomous Databases, in TBs.
|
Integer |
getAvailableContainerDatabases()
The number of Autonomous Container Databases that can be created with the currently available local storage.
|
Float |
getAvailableCpus()
CPU cores available for allocation to Autonomous Databases.
|
String |
getCloudExadataInfrastructureId()
The OCID of the cloud Exadata infrastructure.
|
String |
getClusterTimeZone()
The time zone of the Cloud Autonomous VM Cluster.
|
String |
getCompartmentId()
The OCID of the compartment.
|
Integer |
getCpuCoreCount()
The number of CPU cores enabled on the cloud Autonomous VM cluster.
|
Double |
getDataStorageSizeInGBs()
The total data storage allocated, in gigabytes (GB).
|
Double |
getDataStorageSizeInTBs()
The total data storage allocated, in terabytes (TB).
|
Integer |
getDbNodeStorageSizeInGBs()
The local node storage allocated in GBs.
|
Map<String,Map<String,Object>> |
getDefinedTags()
Defined tags for this resource.
|
String |
getDescription()
User defined description of the cloud Autonomous VM cluster.
|
String |
getDisplayName()
The user-friendly name for the cloud Autonomous VM cluster.
|
String |
getDomain()
The domain name for the cloud Autonomous VM cluster.
|
Map<String,String> |
getFreeformTags()
Free-form tags for this resource.
|
String |
getHostname()
The hostname for the cloud Autonomous VM cluster.
|
String |
getId()
The OCID of the Cloud Autonomous VM cluster.
|
String |
getLastMaintenanceRunId()
The OCID of the last maintenance run.
|
String |
getLastUpdateHistoryEntryId()
The OCID of the last maintenance update history.
|
CloudAutonomousVmCluster.LicenseModel |
getLicenseModel()
The Oracle license model that applies to the Oracle Autonomous Database.
|
String |
getLifecycleDetails()
Additional information about the current lifecycle state.
|
CloudAutonomousVmCluster.LifecycleState |
getLifecycleState()
The current state of the cloud Autonomous VM cluster.
|
Integer |
getMemoryPerOracleComputeUnitInGBs()
The amount of memory (in GBs) enabled per each OCPU core.
|
Integer |
getMemorySizeInGBs()
The memory allocated in GBs.
|
String |
getNextMaintenanceRunId()
The OCID of the next maintenance run.
|
Integer |
getNodeCount()
The number of database servers in the cloud VM cluster.
|
List<String> |
getNsgIds()
The list of OCIDs for the network security groups (NSGs) to which this resource belongs.
|
Float |
getOcpuCount()
The number of CPU cores enabled on the cloud Autonomous VM cluster.
|
Float |
getReclaimableCpus()
CPU cores that are not released to available pool after an Autonomous Database is terminated (Requires Autonomous Container Database restart).
|
String |
getShape()
The model name of the Exadata hardware running the cloud Autonomous VM cluster.
|
String |
getSubnetId()
The OCID of the subnet the cloud Autonomous VM Cluster is associated with.
|
Date |
getTimeCreated()
The date and time that the cloud Autonomous VM cluster was created.
|
Date |
getTimeUpdated()
The last date and time that the cloud Autonomous VM cluster was updated.
|
Integer |
getTotalContainerDatabases()
The total number of Autonomous Container Databases that can be created with the allocated local storage.
|
int |
hashCode() |
CloudAutonomousVmCluster.Builder |
toBuilder() |
String |
toString() |
@Deprecated @ConstructorProperties(value={"id","compartmentId","description","availabilityDomain","subnetId","nsgIds","lastUpdateHistoryEntryId","lifecycleState","displayName","timeCreated","timeUpdated","clusterTimeZone","lifecycleDetails","hostname","domain","cloudExadataInfrastructureId","shape","nodeCount","dataStorageSizeInTBs","dataStorageSizeInGBs","cpuCoreCount","ocpuCount","memorySizeInGBs","licenseModel","lastMaintenanceRunId","nextMaintenanceRunId","freeformTags","definedTags","availableCpus","reclaimableCpus","availableContainerDatabases","totalContainerDatabases","availableAutonomousDataStorageSizeInTBs","autonomousDataStorageSizeInTBs","dbNodeStorageSizeInGBs","memoryPerOracleComputeUnitInGBs"}) public CloudAutonomousVmCluster(String id, String compartmentId, String description, String availabilityDomain, String subnetId, List<String> nsgIds, String lastUpdateHistoryEntryId, CloudAutonomousVmCluster.LifecycleState lifecycleState, String displayName, Date timeCreated, Date timeUpdated, String clusterTimeZone, String lifecycleDetails, String hostname, String domain, String cloudExadataInfrastructureId, String shape, Integer nodeCount, Double dataStorageSizeInTBs, Double dataStorageSizeInGBs, Integer cpuCoreCount, Float ocpuCount, Integer memorySizeInGBs, CloudAutonomousVmCluster.LicenseModel licenseModel, String lastMaintenanceRunId, String nextMaintenanceRunId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Float availableCpus, Float reclaimableCpus, Integer availableContainerDatabases, Integer totalContainerDatabases, Double availableAutonomousDataStorageSizeInTBs, Double autonomousDataStorageSizeInTBs, Integer dbNodeStorageSizeInGBs, Integer memoryPerOracleComputeUnitInGBs)
public static CloudAutonomousVmCluster.Builder builder()
Create a new builder.
public CloudAutonomousVmCluster.Builder toBuilder()
public String getDescription()
User defined description of the cloud Autonomous VM cluster.
public String getAvailabilityDomain()
The name of the availability domain that the cloud Autonomous VM cluster is located in.
public String getSubnetId()
The OCID of the subnet the cloud Autonomous VM Cluster is associated with.
Subnet Restrictions:** - For Exadata and virtual machine 2-node RAC DB systems, do not use a subnet that overlaps with 192.168.128.0/20.
These subnets are used by the Oracle Clusterware private interconnect on the database instance. Specifying an overlapping subnet will cause the private interconnect to malfunction. This restriction applies to both the client subnet and backup subnet.
public List<String> getNsgIds()
The list of OCIDs for the network security groups (NSGs) to which this resource belongs. Setting this to an empty list removes all resources from all NSGs. For more information about NSGs, see Security Rules. NsgIds restrictions:
public String getLastUpdateHistoryEntryId()
The OCID of the last maintenance update history. This value is updated when a maintenance update starts.
public CloudAutonomousVmCluster.LifecycleState getLifecycleState()
The current state of the cloud Autonomous VM cluster.
public String getDisplayName()
The user-friendly name for the cloud Autonomous VM cluster. The name does not need to be unique.
public Date getTimeCreated()
The date and time that the cloud Autonomous VM cluster was created.
public Date getTimeUpdated()
The last date and time that the cloud Autonomous VM cluster was updated.
public String getClusterTimeZone()
The time zone of the Cloud Autonomous VM Cluster.
public String getLifecycleDetails()
Additional information about the current lifecycle state.
public String getHostname()
The hostname for the cloud Autonomous VM cluster.
public String getDomain()
The domain name for the cloud Autonomous VM cluster.
public String getCloudExadataInfrastructureId()
The OCID of the cloud Exadata infrastructure.
public String getShape()
The model name of the Exadata hardware running the cloud Autonomous VM cluster.
public Integer getNodeCount()
The number of database servers in the cloud VM cluster.
public Double getDataStorageSizeInTBs()
The total data storage allocated, in terabytes (TB).
public Double getDataStorageSizeInGBs()
The total data storage allocated, in gigabytes (GB).
public Integer getCpuCoreCount()
The number of CPU cores enabled on the cloud Autonomous VM cluster.
public Float getOcpuCount()
The number of CPU cores enabled on the cloud Autonomous VM cluster. Only 1 decimal place is allowed for the fractional part.
public Integer getMemorySizeInGBs()
The memory allocated in GBs.
public CloudAutonomousVmCluster.LicenseModel getLicenseModel()
The Oracle license model that applies to the Oracle Autonomous Database. Bring your own license (BYOL) allows you to apply your current on-premises Oracle software licenses to equivalent, highly automated Oracle PaaS and IaaS services in the cloud.
License Included allows you to subscribe to new Oracle Database software licenses and the Database service.
Note that when provisioning an Autonomous Database on dedicated Exadata infrastructure, this attribute must be null because the attribute is already set at the
Autonomous Exadata Infrastructure level. When using shared Exadata infrastructure, if a value is not specified, the system will supply the value of BRING_YOUR_OWN_LICENSE
.
public String getLastMaintenanceRunId()
The OCID of the last maintenance run.
public String getNextMaintenanceRunId()
The OCID of the next maintenance run.
public Map<String,String> getFreeformTags()
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.
Example: {"Department": "Finance"}
public Map<String,Map<String,Object>> getDefinedTags()
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
public Float getAvailableCpus()
CPU cores available for allocation to Autonomous Databases.
public Float getReclaimableCpus()
CPU cores that are not released to available pool after an Autonomous Database is terminated (Requires Autonomous Container Database restart).
public Integer getAvailableContainerDatabases()
The number of Autonomous Container Databases that can be created with the currently available local storage.
public Integer getTotalContainerDatabases()
The total number of Autonomous Container Databases that can be created with the allocated local storage.
public Double getAvailableAutonomousDataStorageSizeInTBs()
The data disk group size available for Autonomous Databases, in TBs.
public Double getAutonomousDataStorageSizeInTBs()
The data disk group size allocated for Autonomous Databases, in TBs.
public Integer getDbNodeStorageSizeInGBs()
The local node storage allocated in GBs.
public Integer getMemoryPerOracleComputeUnitInGBs()
The amount of memory (in GBs) enabled per each OCPU core.
Copyright © 2016–2022. All rights reserved.