Show / Hide Table of Contents

Class BaseccVmClusterSummary

Details of the Base Cloud@Customer VM Cluster.

Inheritance
object
BaseccVmClusterSummary
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class BaseccVmClusterSummary

Properties

AdditionalVmStorageSizeInGBs

Declaration
[JsonProperty(PropertyName = "additionalVmStorageSizeInGBs")]
public int? AdditionalVmStorageSizeInGBs { get; set; }
Property Value
Type Description
int?

Total /u01 partition size (GB) for the Base Database Service on Cloud@Customer (BaseDB-C@C) VM cluster.

AvailabilityDomain

Declaration
[Required(ErrorMessage = "AvailabilityDomain is required.")]
[JsonProperty(PropertyName = "availabilityDomain")]
public string AvailabilityDomain { get; set; }
Property Value
Type Description
string

The name of the availability domain in which the Base Database Service on Cloud@Customer (BaseDB-C@C) VM cluster is located.

Remarks

Required

BaseInfrastructureId

Declaration
[Required(ErrorMessage = "BaseInfrastructureId is required.")]
[JsonProperty(PropertyName = "baseInfrastructureId")]
public string BaseInfrastructureId { get; set; }
Property Value
Type Description
string

The OCID of Oracle Data Cloud@Customer Infrastructure.

Remarks

Required

BaseVmClusterNetworkId

Declaration
[Required(ErrorMessage = "BaseVmClusterNetworkId is required.")]
[JsonProperty(PropertyName = "baseVmClusterNetworkId")]
public string BaseVmClusterNetworkId { get; set; }
Property Value
Type Description
string

The OCID of BaseDB-C@C VM Cluster Network.

Remarks

Required

BootStorageSizeInGBs

Declaration
[JsonProperty(PropertyName = "bootStorageSizeInGBs")]
public int? BootStorageSizeInGBs { get; set; }
Property Value
Type Description
int?

Total boot partition size (GB) for the Base Database Service on Cloud@Customer (BaseDB-C@C) VM cluster.

CloudAutomationUpdateDetails

Declaration
[JsonProperty(PropertyName = "cloudAutomationUpdateDetails")]
public CloudAutomationUpdateDetails CloudAutomationUpdateDetails { get; set; }
Property Value
Type Description
CloudAutomationUpdateDetails

ClusterName

Declaration
[JsonProperty(PropertyName = "clusterName")]
public string ClusterName { get; set; }
Property Value
Type Description
string

The cluster name for Base Database Service on Cloud@Customer (BaseDB-C@C) VM cluster.

CompartmentId

Declaration
[Required(ErrorMessage = "CompartmentId is required.")]
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }
Property Value
Type Description
string

The OCID of the compartment.

Remarks

Required

CpusEnabled

Declaration
[Required(ErrorMessage = "CpusEnabled is required.")]
[JsonProperty(PropertyName = "cpusEnabled")]
public int? CpusEnabled { get; set; }
Property Value
Type Description
int?

Total CPU cores for the BaseDB C@C VM cluster.

Remarks

Required

DataCollectionOptions

Declaration
[JsonProperty(PropertyName = "dataCollectionOptions")]
public DataCollectionOptions DataCollectionOptions { get; set; }
Property Value
Type Description
DataCollectionOptions

DataStorageSizeInGBs

Declaration
[JsonProperty(PropertyName = "dataStorageSizeInGBs")]
public int? DataStorageSizeInGBs { get; set; }
Property Value
Type Description
int?

The DATA Disk Group size in GB for the Base Database Service on Cloud@Customer (BaseDB-C@C) VM cluster.

DatabaseEdition

Declaration
[JsonProperty(PropertyName = "databaseEdition")]
[JsonConverter(typeof(ResponseEnumConverter))]
public BaseccVmClusterSummary.DatabaseEditionEnum? DatabaseEdition { get; set; }
Property Value
Type Description
BaseccVmClusterSummary.DatabaseEditionEnum?

The Oracle Database Edition that applies to all the databases on the DB system. Exadata DB systems and 2-node RAC DB systems require ENTERPRISE_EDITION_EXTREME_PERFORMANCE.

DbServers

Declaration
[JsonProperty(PropertyName = "dbServers")]
public List<string> DbServers { get; set; }
Property Value
Type Description
List<string>

List of Base server OCIDs.

DefinedTags

Declaration
[Required(ErrorMessage = "DefinedTags is required.")]
[JsonProperty(PropertyName = "definedTags")]
public Dictionary<string, Dictionary<string, object>> DefinedTags { get; set; }
Property Value
Type Description
Dictionary<string, Dictionary<string, object>>

Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.

Remarks

Required

Description

Declaration
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
Property Value
Type Description
string

The description for Base Database Service on Cloud@Customer (BaseDB-C@C) VM cluster.

DisplayName

Declaration
[Required(ErrorMessage = "DisplayName is required.")]
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
Property Value
Type Description
string

The user-friendly name for the Base Database Service on Cloud@Customer (BaseDB-C@C) VM cluster. The name does not need to be unique.

Remarks

Required

FreeformTags

Declaration
[Required(ErrorMessage = "FreeformTags is required.")]
[JsonProperty(PropertyName = "freeformTags")]
public Dictionary<string, string> FreeformTags { get; set; }
Property Value
Type Description
Dictionary<string, string>

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"}

Remarks

Required

GiVersion

Declaration
[Required(ErrorMessage = "GiVersion is required.")]
[JsonProperty(PropertyName = "giVersion")]
public string GiVersion { get; set; }
Property Value
Type Description
string

A valid Oracle Grid Infrastructure (GI) software version.

Remarks

Required

Id

Declaration
[Required(ErrorMessage = "Id is required.")]
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
Property Value
Type Description
string

The OCID of the Base Database Service on Cloud@Customer (BaseDB-C@C) VM cluster.

Remarks

Required

LastPatchHistoryEntryId

Declaration
[JsonProperty(PropertyName = "lastPatchHistoryEntryId")]
public string LastPatchHistoryEntryId { get; set; }
Property Value
Type Description
string

The OCID of the last patch history. This value is updated as soon as a patch operation starts.

LicenseModel

Declaration
[JsonProperty(PropertyName = "licenseModel")]
[JsonConverter(typeof(ResponseEnumConverter))]
public BaseccVmClusterSummary.LicenseModelEnum? LicenseModel { get; set; }
Property Value
Type Description
BaseccVmClusterSummary.LicenseModelEnum?

The Oracle license model that applies to the Base Database Service on Cloud@Customer (BaseDB-C@C) VM cluster. The default is LICENSE_INCLUDED.

LifecycleDetails

Declaration
[JsonProperty(PropertyName = "lifecycleDetails")]
public string LifecycleDetails { get; set; }
Property Value
Type Description
string

Additional information about the current lifecycle state of the the Base Database Service on Cloud@Customer (BaseDB-C@C) VM cluster.

LifecycleState

Declaration
[Required(ErrorMessage = "LifecycleState is required.")]
[JsonProperty(PropertyName = "lifecycleState")]
[JsonConverter(typeof(ResponseEnumConverter))]
public BaseccVmClusterSummary.LifecycleStateEnum? LifecycleState { get; set; }
Property Value
Type Description
BaseccVmClusterSummary.LifecycleStateEnum?

The current state of the VM Cluster.

Remarks

Required

MemorySizeInGBs

Declaration
[JsonProperty(PropertyName = "memorySizeInGBs")]
public int? MemorySizeInGBs { get; set; }
Property Value
Type Description
int?

The total memory to be allocated, in GBs, for the Base Database Service on Cloud@Customer (BaseDB-C@C) VM cluster. The minimum is 11GB for every 4 ECPU.

NodeCount

Declaration
[JsonProperty(PropertyName = "nodeCount")]
public int? NodeCount { get; set; }
Property Value
Type Description
int?

The number of nodes in the Base Database Service on Cloud@Customer (BaseDB-C@C) VM cluster.

RecoStorageSizeInGBs

Declaration
[JsonProperty(PropertyName = "recoStorageSizeInGBs")]
public int? RecoStorageSizeInGBs { get; set; }
Property Value
Type Description
int?

The RECO Disk Group size in GB for the Base Database Service on Cloud@Customer (BaseDB-C@C) VM cluster.

SshPublicKeys

Declaration
[Required(ErrorMessage = "SshPublicKeys is required.")]
[JsonProperty(PropertyName = "sshPublicKeys")]
public List<string> SshPublicKeys { get; set; }
Property Value
Type Description
List<string>

The public key portion of one or more key pairs used for SSH access to the VMs of Base Database Service on Cloud@Customer (BaseDB-C@C) VM cluster.

Remarks

Required

SystemTags

Declaration
[Required(ErrorMessage = "SystemTags is required.")]
[JsonProperty(PropertyName = "systemTags")]
public Dictionary<string, Dictionary<string, object>> SystemTags { get; set; }
Property Value
Type Description
Dictionary<string, Dictionary<string, object>>

System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.

Remarks

Required

SystemVersion

Declaration
[JsonProperty(PropertyName = "systemVersion")]
public string SystemVersion { get; set; }
Property Value
Type Description
string

Operating system version of the image.

TimeCreated

Declaration
[Required(ErrorMessage = "TimeCreated is required.")]
[JsonProperty(PropertyName = "timeCreated")]
public DateTime? TimeCreated { get; set; }
Property Value
Type Description
DateTime?

The date and time that the Base Database Service on Cloud@Customer (BaseDB-C@C) VM cluster was created.

Remarks

Required

TimeUpdated

Declaration
[JsonProperty(PropertyName = "timeUpdated")]
public DateTime? TimeUpdated { get; set; }
Property Value
Type Description
DateTime?

The date and time that the Base Database Service on Cloud@Customer (BaseDB-C@C) VM cluster was updated.

TimeZone

Declaration
[JsonProperty(PropertyName = "timeZone")]
public string TimeZone { get; set; }
Property Value
Type Description
string

The time zone to use for the Base Database Service on Cloud@Customer (BaseDB-C@C) VM cluster. For details, see Time Zones.

TotalStorageSizeInGBs

Declaration
[JsonProperty(PropertyName = "totalStorageSizeInGBs")]
public int? TotalStorageSizeInGBs { get; set; }
Property Value
Type Description
int?

The total storage allocated in GBs.

VmClusterType

Declaration
[JsonProperty(PropertyName = "vmClusterType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public BaseccVmClusterSummary.VmClusterTypeEnum? VmClusterType { get; set; }
Property Value
Type Description
BaseccVmClusterSummary.VmClusterTypeEnum?

The cluster type for the Base Database Service on Cloud@Customer (BaseDB-C@C) VM cluster.

In this article
Back to top