Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace DbSystemSnapshot

Snapshot of the DbSystem details at the time of the backup

Properties

Optional adminUsername

adminUsername: undefined | string

The username for the administrative user.

Optional availabilityDomain

availabilityDomain: undefined | string

The Availability Domain where the primary DB System should be located.

Optional backupPolicy

backupPolicy: model.BackupPolicy

compartmentId

compartmentId: string

The OCID of the compartment the DB System belongs in.

Optional configurationId

configurationId: undefined | string

The OCID of the Configuration to be used for Instances in this DB System.

Optional crashRecovery

crashRecovery: model.CrashRecoveryStatus

Whether to run the DB System with InnoDB Redo Logs and the Double Write Buffer enabled or disabled, and whether to enable or disable syncing of the Binary Logs.

dataStorageSizeInGBs

dataStorageSizeInGBs: number

Initial size of the data volume in GiBs that will be created and attached. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional databaseManagement

databaseManagement: model.DatabaseManagementStatus

Whether to enable monitoring via the Database Management service.

Optional definedTags

definedTags: undefined | object

Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {@code {"foo-namespace": {"bar-key": "value"}}}

deletionPolicy

deletionPolicy: DeletionPolicyDetails

Optional description

description: undefined | string

User-provided data about the DB System.

displayName

displayName: string

The user-friendly name for the DB System. It does not have to be unique.

Optional endpoints

The network endpoints available for this DB System.

Optional faultDomain

faultDomain: undefined | string

The name of the Fault Domain the DB System is located in.

Optional freeformTags

freeformTags: undefined | object

Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {@code {"bar-key": "value"}}

Optional hostnameLabel

hostnameLabel: undefined | string

The hostname for the primary endpoint of the DB System. Used for DNS. The value is the hostname portion of the primary private IP's fully qualified domain name (FQDN) (for example, "dbsystem-1" in FQDN "dbsystem-1.subnet123.vcn1.oraclevcn.com"). Must be unique across all VNICs in the subnet and comply with RFC 952 and RFC 1123.

id

id: string

The OCID of the DB System.

Optional ipAddress

ipAddress: undefined | string

The IP address the DB System is configured to listen on. A private IP address of the primary endpoint of the DB System. Must be an available IP address within the subnet's CIDR. This will be a "dotted-quad" style IPv4 address.

Optional isHighlyAvailable

isHighlyAvailable: undefined | false | true

Specifies if the DB System is highly available.

maintenance

maintenance: MaintenanceDetails

mysqlVersion

mysqlVersion: string

Name of the MySQL Version in use for the DB System.

Optional port

port: undefined | number

The port for primary endpoint of the DB System to listen on. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional portX

portX: undefined | number

The network port on which X Plugin listens for TCP/IP connections. This is the X Plugin equivalent of port. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional secureConnections

secureConnections: model.SecureConnectionDetails

Optional shapeName

shapeName: undefined | string

The shape of the primary instances of the DB System. The shape determines resources allocated to a DB System - CPU cores and memory for VM shapes; CPU cores, memory and storage for non-VM (or bare metal) shapes. To get a list of shapes, use (the {@link #listShapes(ListShapesRequest) listShapes} operation.

subnetId

subnetId: string

The OCID of the subnet the DB System is associated with.

Functions

getDeserializedJsonObj

getJsonObj