Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace VmCluster

Details of the VM cluster resource. Applies to Exadata Cloud@Customer instances only.

Properties

Optional availabilityDomain

availabilityDomain: undefined | string

The name of the availability domain that the VM cluster is located in.

Optional compartmentId

compartmentId: undefined | string

The OCID of the compartment.

Optional cpusEnabled

cpusEnabled: undefined | number

The number of enabled CPU cores. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional dataCollectionOptions

dataCollectionOptions: model.DataCollectionOptions

Optional dataStorageSizeInGBs

dataStorageSizeInGBs: undefined | number

Size of the DATA disk group in GBs. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional dataStorageSizeInTBs

dataStorageSizeInTBs: undefined | number

Size, in terabytes, of the DATA disk group. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional dbNodeStorageSizeInGBs

dbNodeStorageSizeInGBs: undefined | number

The local node storage allocated in GBs. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional dbServers

dbServers: Array<string>

The list of Db server.

Optional definedTags

definedTags: undefined | object

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

Optional displayName

displayName: undefined | string

The user-friendly name for the Exadata Cloud@Customer VM cluster. The name does not need to be unique.

Optional exadataInfrastructureId

exadataInfrastructureId: undefined | string

The OCID of the Exadata infrastructure.

Optional freeformTags

freeformTags: undefined | object

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: {@code {\"Department\": \"Finance\"}}

Optional giVersion

giVersion: undefined | string

The Oracle Grid Infrastructure software version for the VM cluster.

Optional id

id: undefined | string

The OCID of the VM cluster.

Optional isLocalBackupEnabled

isLocalBackupEnabled: undefined | false | true

If true, database backup on local Exadata storage is configured for the VM cluster. If false, database backup on local Exadata storage is not available in the VM cluster.

Optional isSparseDiskgroupEnabled

isSparseDiskgroupEnabled: undefined | false | true

If true, sparse disk group is configured for the VM cluster. If false, sparse disk group is not created.

Optional lastPatchHistoryEntryId

lastPatchHistoryEntryId: undefined | string

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

Optional licenseModel

licenseModel: LicenseModel

The Oracle license model that applies to the VM cluster. The default is LICENSE_INCLUDED.

Optional lifecycleDetails

lifecycleDetails: undefined | string

Additional information about the current lifecycle state.

Optional lifecycleState

lifecycleState: LifecycleState

The current state of the VM cluster.

Optional memorySizeInGBs

memorySizeInGBs: undefined | number

The memory allocated in GBs. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional ocpusEnabled

ocpusEnabled: undefined | number

The number of enabled OCPU cores. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional shape

shape: undefined | string

The shape of the Exadata infrastructure. The shape determines the amount of CPU, storage, and memory resources allocated to the instance.

Optional sshPublicKeys

sshPublicKeys: Array<string>

The public key portion of one or more key pairs used for SSH access to the VM cluster.

Optional systemVersion

systemVersion: undefined | string

Operating system version of the image.

Optional timeCreated

timeCreated: Date

The date and time that the VM cluster was created.

Optional timeZone

timeZone: undefined | string

The time zone of the Exadata infrastructure. For details, see Exadata Infrastructure Time Zones.

Optional vmClusterNetworkId

vmClusterNetworkId: undefined | string

The OCID of the VM cluster network.

Functions

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: VmCluster): object

getJsonObj