@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class AutonomousVmCluster extends ExplicitlySetBmcModel
Details of the Autonomous VM cluster.
AutonomousVmCluster.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 AutonomousVmCluster.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 |
AutonomousVmCluster.Builder |
static class |
AutonomousVmCluster.LicenseModel
The Oracle license model that applies to the Autonomous VM cluster.
|
static class |
AutonomousVmCluster.LifecycleState
The current state of the Autonomous VM cluster.
|
Constructor and Description |
---|
AutonomousVmCluster(String id,
String compartmentId,
String displayName,
Date timeCreated,
AutonomousVmCluster.LifecycleState lifecycleState,
String lifecycleDetails,
String timeZone,
String exadataInfrastructureId,
String vmClusterNetworkId,
Boolean isLocalBackupEnabled,
Integer cpusEnabled,
Float ocpusEnabled,
Integer availableCpus,
Integer totalContainerDatabases,
Integer memoryPerOracleComputeUnitInGBs,
Integer cpuCoreCountPerNode,
Double autonomousDataStorageSizeInTBs,
MaintenanceWindow maintenanceWindow,
String lastMaintenanceRunId,
String nextMaintenanceRunId,
Integer memorySizeInGBs,
Integer dbNodeStorageSizeInGBs,
Double dataStorageSizeInTBs,
Double dataStorageSizeInGBs,
Double availableDataStorageSizeInTBs,
AutonomousVmCluster.LicenseModel licenseModel,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Integer reclaimableCpus,
Integer availableContainerDatabases,
Double availableAutonomousDataStorageSizeInTBs)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static AutonomousVmCluster.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Double |
getAutonomousDataStorageSizeInTBs()
The data disk group size allocated for Autonomous Databases, in TBs.
|
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.
|
Integer |
getAvailableCpus()
The numnber of CPU cores available.
|
Double |
getAvailableDataStorageSizeInTBs()
Deprecated. Use
availableAutonomousDataStorageSizeInTBs for Autonomous Databases’ data storage availability in TBs. |
String |
getCompartmentId()
The OCID of the compartment.
|
Integer |
getCpuCoreCountPerNode()
The number of OCPU cores enabled per VM cluster node.
|
Integer |
getCpusEnabled()
The number of enabled CPU cores.
|
Double |
getDataStorageSizeInGBs()
The total data storage allocated in GBs.
|
Double |
getDataStorageSizeInTBs()
The total data storage allocated in TBs
|
Integer |
getDbNodeStorageSizeInGBs()
The local node storage allocated in GBs.
|
Map<String,Map<String,Object>> |
getDefinedTags()
Defined tags for this resource.
|
String |
getDisplayName()
The user-friendly name for the Autonomous VM cluster.
|
String |
getExadataInfrastructureId()
The OCID of the Exadata infrastructure.
|
Map<String,String> |
getFreeformTags()
Free-form tags for this resource.
|
String |
getId()
The OCID of the Autonomous VM cluster.
|
Boolean |
getIsLocalBackupEnabled()
If true, database backup on local Exadata storage is configured for the Autonomous VM cluster.
|
String |
getLastMaintenanceRunId()
The OCID of the last maintenance run.
|
AutonomousVmCluster.LicenseModel |
getLicenseModel()
The Oracle license model that applies to the Autonomous VM cluster.
|
String |
getLifecycleDetails()
Additional information about the current lifecycle state.
|
AutonomousVmCluster.LifecycleState |
getLifecycleState()
The current state of the 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.
|
Float |
getOcpusEnabled()
The number of enabled OCPU cores.
|
Integer |
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.
|
Date |
getTimeCreated()
The date and time that the Autonomous VM cluster was created.
|
String |
getTimeZone()
The time zone to use for the Autonomous VM cluster.
|
Integer |
getTotalContainerDatabases()
The total number of Autonomous Container Databases that can be created.
|
String |
getVmClusterNetworkId()
The OCID of the VM cluster network.
|
int |
hashCode() |
AutonomousVmCluster.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"id","compartmentId","displayName","timeCreated","lifecycleState","lifecycleDetails","timeZone","exadataInfrastructureId","vmClusterNetworkId","isLocalBackupEnabled","cpusEnabled","ocpusEnabled","availableCpus","totalContainerDatabases","memoryPerOracleComputeUnitInGBs","cpuCoreCountPerNode","autonomousDataStorageSizeInTBs","maintenanceWindow","lastMaintenanceRunId","nextMaintenanceRunId","memorySizeInGBs","dbNodeStorageSizeInGBs","dataStorageSizeInTBs","dataStorageSizeInGBs","availableDataStorageSizeInTBs","licenseModel","freeformTags","definedTags","reclaimableCpus","availableContainerDatabases","availableAutonomousDataStorageSizeInTBs"}) public AutonomousVmCluster(String id, String compartmentId, String displayName, Date timeCreated, AutonomousVmCluster.LifecycleState lifecycleState, String lifecycleDetails, String timeZone, String exadataInfrastructureId, String vmClusterNetworkId, Boolean isLocalBackupEnabled, Integer cpusEnabled, Float ocpusEnabled, Integer availableCpus, Integer totalContainerDatabases, Integer memoryPerOracleComputeUnitInGBs, Integer cpuCoreCountPerNode, Double autonomousDataStorageSizeInTBs, MaintenanceWindow maintenanceWindow, String lastMaintenanceRunId, String nextMaintenanceRunId, Integer memorySizeInGBs, Integer dbNodeStorageSizeInGBs, Double dataStorageSizeInTBs, Double dataStorageSizeInGBs, Double availableDataStorageSizeInTBs, AutonomousVmCluster.LicenseModel licenseModel, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Integer reclaimableCpus, Integer availableContainerDatabases, Double availableAutonomousDataStorageSizeInTBs)
public static AutonomousVmCluster.Builder builder()
Create a new builder.
public AutonomousVmCluster.Builder toBuilder()
public String getDisplayName()
The user-friendly name for the Autonomous VM cluster. The name does not need to be unique.
public Date getTimeCreated()
The date and time that the Autonomous VM cluster was created.
public AutonomousVmCluster.LifecycleState getLifecycleState()
The current state of the Autonomous VM cluster.
public String getLifecycleDetails()
Additional information about the current lifecycle state.
public String getTimeZone()
The time zone to use for the Autonomous VM cluster. For details, see DB System Time Zones.
public String getExadataInfrastructureId()
The OCID of the Exadata infrastructure.
public String getVmClusterNetworkId()
The OCID of the VM cluster network.
public Boolean getIsLocalBackupEnabled()
If true, database backup on local Exadata storage is configured for the Autonomous VM cluster. If false, database backup on local Exadata storage is not available in the Autonomous VM cluster.
public Integer getCpusEnabled()
The number of enabled CPU cores.
public Float getOcpusEnabled()
The number of enabled OCPU cores.
public Integer getAvailableCpus()
The numnber of CPU cores available.
public Integer getTotalContainerDatabases()
The total number of Autonomous Container Databases that can be created.
public Integer getMemoryPerOracleComputeUnitInGBs()
The amount of memory (in GBs) enabled per each OCPU core.
public Integer getCpuCoreCountPerNode()
The number of OCPU cores enabled per VM cluster node.
public Double getAutonomousDataStorageSizeInTBs()
The data disk group size allocated for Autonomous Databases, in TBs.
public MaintenanceWindow getMaintenanceWindow()
public String getLastMaintenanceRunId()
The OCID of the last maintenance run.
public String getNextMaintenanceRunId()
The OCID of the next maintenance run.
public Integer getMemorySizeInGBs()
The memory allocated in GBs.
public Integer getDbNodeStorageSizeInGBs()
The local node storage allocated in GBs.
public Double getDataStorageSizeInTBs()
The total data storage allocated in TBs
public Double getDataStorageSizeInGBs()
The total data storage allocated in GBs.
public Double getAvailableDataStorageSizeInTBs()
Deprecated. Use availableAutonomousDataStorageSizeInTBs
for Autonomous Databases’ data storage availability in TBs.
public AutonomousVmCluster.LicenseModel getLicenseModel()
The Oracle license model that applies to the Autonomous VM cluster. The default is LICENSE_INCLUDED.
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 Integer 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 Double getAvailableAutonomousDataStorageSizeInTBs()
The data disk group size available for Autonomous Databases, in TBs.
public String toString()
toString
in class 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 ExplicitlySetBmcModel
public int hashCode()
hashCode
in class ExplicitlySetBmcModel
Copyright © 2016–2022. All rights reserved.