@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class CloudAutonomousVmClusterSummary extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Details of the cloud Autonomous VM cluster.
Note: Objects should always be created or deserialized using the CloudAutonomousVmClusterSummary.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 CloudAutonomousVmClusterSummary.Builder
, which maintain a
set of all explicitly set fields called ExplicitlySetBmcModel.__explicitlySet__
. The hashCode()
and
equals(Object)
methods are implemented to take ExplicitlySetBmcModel.__explicitlySet__
into account.
The constructor, on the other hand, does not set ExplicitlySetBmcModel.__explicitlySet__
(since the
constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
CloudAutonomousVmClusterSummary.Builder |
static class |
CloudAutonomousVmClusterSummary.ComputeModel
The compute model of the Cloud Autonomous VM Cluster.
|
static class |
CloudAutonomousVmClusterSummary.LicenseModel
The Oracle license model that applies to the Oracle Autonomous Database.
|
static class |
CloudAutonomousVmClusterSummary.LifecycleState
The current state of the cloud Autonomous VM cluster.
|
Constructor and Description |
---|
CloudAutonomousVmClusterSummary(String id,
String compartmentId,
String description,
String availabilityDomain,
String subnetId,
List<String> nsgIds,
String lastUpdateHistoryEntryId,
CloudAutonomousVmClusterSummary.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,
CloudAutonomousVmClusterSummary.ComputeModel computeModel,
Integer cpuCoreCountPerNode,
Integer memorySizeInGBs,
CloudAutonomousVmClusterSummary.LicenseModel licenseModel,
String lastMaintenanceRunId,
String nextMaintenanceRunId,
MaintenanceWindow maintenanceWindow,
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 CloudAutonomousVmClusterSummary.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
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.
|
CloudAutonomousVmClusterSummary.ComputeModel |
getComputeModel()
The compute model of the Cloud Autonomous VM Cluster.
|
Integer |
getCpuCoreCount()
The number of CPU cores on the cloud Autonomous VM cluster.
|
Integer |
getCpuCoreCountPerNode()
The number of OCPU cores enabled per VM cluster node.
|
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.
|
CloudAutonomousVmClusterSummary.LicenseModel |
getLicenseModel()
The Oracle license model that applies to the Oracle Autonomous Database.
|
String |
getLifecycleDetails()
Additional information about the current lifecycle state.
|
CloudAutonomousVmClusterSummary.LifecycleState |
getLifecycleState()
The current state of the cloud Autonomous VM cluster.
|
MaintenanceWindow |
getMaintenanceWindow() |
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 on the cloud Autonomous VM cluster.
|
Float |
getReclaimableCpus()
CPU cores that continue to be included in the count of OCPUs available to the Autonomous
Container Database even after one of its Autonomous Database is terminated or scaled down.
|
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() |
CloudAutonomousVmClusterSummary.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@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","computeModel","cpuCoreCountPerNode","memorySizeInGBs","licenseModel","lastMaintenanceRunId","nextMaintenanceRunId","maintenanceWindow","freeformTags","definedTags","availableCpus","reclaimableCpus","availableContainerDatabases","totalContainerDatabases","availableAutonomousDataStorageSizeInTBs","autonomousDataStorageSizeInTBs","dbNodeStorageSizeInGBs","memoryPerOracleComputeUnitInGBs"}) public CloudAutonomousVmClusterSummary(String id, String compartmentId, String description, String availabilityDomain, String subnetId, List<String> nsgIds, String lastUpdateHistoryEntryId, CloudAutonomousVmClusterSummary.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, CloudAutonomousVmClusterSummary.ComputeModel computeModel, Integer cpuCoreCountPerNode, Integer memorySizeInGBs, CloudAutonomousVmClusterSummary.LicenseModel licenseModel, String lastMaintenanceRunId, String nextMaintenanceRunId, MaintenanceWindow maintenanceWindow, 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 CloudAutonomousVmClusterSummary.Builder builder()
Create a new builder.
public CloudAutonomousVmClusterSummary.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: - A network security group (NSG) is optional for Autonomous Databases with private access. The nsgIds list can be empty.
public String getLastUpdateHistoryEntryId()
The OCID of the last maintenance update history. This value is updated when a maintenance update starts.
public CloudAutonomousVmClusterSummary.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 on the cloud Autonomous VM cluster.
public Float getOcpuCount()
The number of CPU cores on the cloud Autonomous VM cluster. Only 1 decimal place is allowed for the fractional part.
public CloudAutonomousVmClusterSummary.ComputeModel getComputeModel()
The compute model of the Cloud Autonomous VM Cluster.
public Integer getCpuCoreCountPerNode()
The number of OCPU cores enabled per VM cluster node.
public Integer getMemorySizeInGBs()
The memory allocated in GBs.
public CloudAutonomousVmClusterSummary.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 MaintenanceWindow getMaintenanceWindow()
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 continue to be included in the count of OCPUs available to the Autonomous Container Database even after one of its Autonomous Database is terminated or scaled down. You can release them to the available OCPUs at its parent AVMC level by restarting the Autonomous Container Database.
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.
public String toString()
toString
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public int hashCode()
hashCode
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Copyright © 2016–2023. All rights reserved.