Oracle Cloud Infrastructure
getMysqlDbSystem
This data source provides details about a specific Mysql Db System resource in Oracle Cloud Infrastructure MySQL Database service.
Get information about the specified DB System.
Example Usage
using Pulumi;
using Oci = Pulumi.Oci;
class MyStack : Stack
{
public MyStack()
{
var testMysqlDbSystem = Output.Create(Oci.Mysql.GetMysqlDbSystem.InvokeAsync(new Oci.Mysql.GetMysqlDbSystemArgs
{
DbSystemId = oci_mysql_mysql_db_system.Test_db_system.Id,
}));
}
}
package main
import (
"github.com/pulumi/pulumi-oci/sdk/go/oci/Mysql"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := Mysql.GetMysqlDbSystem(ctx, &mysql.GetMysqlDbSystemArgs{
DbSystemId: oci_mysql_mysql_db_system.Test_db_system.Id,
}, nil)
if err != nil {
return err
}
return nil
})
}
Coming soon!
import pulumi
import pulumi_oci as oci
test_mysql_db_system = oci.Mysql.get_mysql_db_system(db_system_id=oci_mysql_mysql_db_system["test_db_system"]["id"])
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testMysqlDbSystem = oci.Mysql.getMysqlDbSystem({
dbSystemId: oci_mysql_mysql_db_system.test_db_system.id,
});
Coming soon!
Using getMysqlDbSystem
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getMysqlDbSystem(args: GetMysqlDbSystemArgs, opts?: InvokeOptions): Promise<GetMysqlDbSystemResult>
function getMysqlDbSystemOutput(args: GetMysqlDbSystemOutputArgs, opts?: InvokeOptions): Output<GetMysqlDbSystemResult>
def get_mysql_db_system(db_system_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetMysqlDbSystemResult
def get_mysql_db_system_output(db_system_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetMysqlDbSystemResult]
func GetMysqlDbSystem(ctx *Context, args *GetMysqlDbSystemArgs, opts ...InvokeOption) (*GetMysqlDbSystemResult, error)
func GetMysqlDbSystemOutput(ctx *Context, args *GetMysqlDbSystemOutputArgs, opts ...InvokeOption) GetMysqlDbSystemResultOutput
> Note: This function is named GetMysqlDbSystem
in the Go SDK.
public static class GetMysqlDbSystem
{
public static Task<GetMysqlDbSystemResult> InvokeAsync(GetMysqlDbSystemArgs args, InvokeOptions? opts = null)
public static Output<GetMysqlDbSystemResult> Invoke(GetMysqlDbSystemInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetMysqlDbSystemResult> getMysqlDbSystem(GetMysqlDbSystemArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
Fn::Invoke:
Function: oci:Mysql/getMysqlDbSystem:getMysqlDbSystem
Arguments:
# Arguments dictionary
The following arguments are supported:
- Db
System stringId The DB System OCID.
- Db
System stringId The DB System OCID.
- db
System StringId The DB System OCID.
- db
System stringId The DB System OCID.
- db_
system_ strid The DB System OCID.
- db
System StringId The DB System OCID.
getMysqlDbSystem Result
The following output properties are available:
- Admin
Password string - Admin
Username string - Analytics
Clusters List<GetMysql Db System Analytics Cluster> DEPRECATED -- please use HeatWave API instead. A summary of an Analytics Cluster.
- Availability
Domain string The availability domain in which the DB System is placed.
- Backup
Policies List<GetMysql Db System Backup Policy> The Backup policy for the DB System.
- Channels
List<Get
Mysql Db System Channel> A list with a summary of all the Channels attached to the DB System.
- Compartment
Id string The OCID of the compartment the DB System belongs in.
- Configuration
Id string The OCID of the Configuration to be used for Instances in this DB System.
- Crash
Recovery string 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.
- Current
Placements List<GetMysql Db System Current Placement> The availability domain and fault domain a DB System is placed in.
- Data
Storage intSize In Gb Initial size of the data volume in GiBs that will be created and attached.
- Db
System stringId The OCID of the source DB System.
- Dictionary<string, object>
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Deletion
Policies List<GetMysql Db System Deletion Policy> The Deletion policy for the DB System.
- Description string
User-provided data about the DB System.
- Display
Name string The user-friendly name for the DB System. It does not have to be unique.
- Endpoints
List<Get
Mysql Db System Endpoint> The network endpoints available for this DB System.
- Fault
Domain string The fault domain on which to deploy the Read/Write endpoint. This defines the preferred primary instance.
- Dictionary<string, object>
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Heat
Wave List<GetClusters Mysql Db System Heat Wave Cluster> A summary of a HeatWave cluster.
- Hostname
Label 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 string
The OCID of the DB System.
- Ip
Address 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.
- Is
Analytics boolCluster Attached DEPRECATED -- please use
isHeatWaveClusterAttached
instead. If the DB System has an Analytics Cluster attached.- Is
Heat boolWave Cluster Attached If the DB System has a HeatWave Cluster attached.
- Is
Highly boolAvailable If the policy is to enable high availability of the instance, by maintaining secondary/failover capacity as necessary.
- Lifecycle
Details string Additional information about the current lifecycleState.
- Maintenances
List<Get
Mysql Db System Maintenance> The Maintenance Policy for the DB System.
- Mysql
Version string Name of the MySQL Version in use for the DB System.
The 'mysql_version' field has been deprecated and may be removed in a future version. Do not use this field.
- Port int
The port for primary endpoint of the DB System to listen on.
- Port
X int The network port on which X Plugin listens for TCP/IP connections. This is the X Plugin equivalent of port.
- Shape
Name 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 ListShapes operation.
- Shutdown
Type string - Sources
List<Get
Mysql Db System Source> Parameters detailing how to provision the initial data of the DB System.
- State string
The current state of the DB System.
- Subnet
Id string The OCID of the subnet the DB System is associated with.
- Time
Created string The date and time the DB System was created.
- Time
Updated string The time the DB System was last updated.
- Admin
Password string - Admin
Username string - Analytics
Clusters []GetMysql Db System Analytics Cluster DEPRECATED -- please use HeatWave API instead. A summary of an Analytics Cluster.
- Availability
Domain string The availability domain in which the DB System is placed.
- Backup
Policies []GetMysql Db System Backup Policy The Backup policy for the DB System.
- Channels
[]Get
Mysql Db System Channel A list with a summary of all the Channels attached to the DB System.
- Compartment
Id string The OCID of the compartment the DB System belongs in.
- Configuration
Id string The OCID of the Configuration to be used for Instances in this DB System.
- Crash
Recovery string 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.
- Current
Placements []GetMysql Db System Current Placement The availability domain and fault domain a DB System is placed in.
- Data
Storage intSize In Gb Initial size of the data volume in GiBs that will be created and attached.
- Db
System stringId The OCID of the source DB System.
- map[string]interface{}
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Deletion
Policies []GetMysql Db System Deletion Policy The Deletion policy for the DB System.
- Description string
User-provided data about the DB System.
- Display
Name string The user-friendly name for the DB System. It does not have to be unique.
- Endpoints
[]Get
Mysql Db System Endpoint The network endpoints available for this DB System.
- Fault
Domain string The fault domain on which to deploy the Read/Write endpoint. This defines the preferred primary instance.
- map[string]interface{}
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Heat
Wave []GetClusters Mysql Db System Heat Wave Cluster A summary of a HeatWave cluster.
- Hostname
Label 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 string
The OCID of the DB System.
- Ip
Address 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.
- Is
Analytics boolCluster Attached DEPRECATED -- please use
isHeatWaveClusterAttached
instead. If the DB System has an Analytics Cluster attached.- Is
Heat boolWave Cluster Attached If the DB System has a HeatWave Cluster attached.
- Is
Highly boolAvailable If the policy is to enable high availability of the instance, by maintaining secondary/failover capacity as necessary.
- Lifecycle
Details string Additional information about the current lifecycleState.
- Maintenances
[]Get
Mysql Db System Maintenance The Maintenance Policy for the DB System.
- Mysql
Version string Name of the MySQL Version in use for the DB System.
The 'mysql_version' field has been deprecated and may be removed in a future version. Do not use this field.
- Port int
The port for primary endpoint of the DB System to listen on.
- Port
X int The network port on which X Plugin listens for TCP/IP connections. This is the X Plugin equivalent of port.
- Shape
Name 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 ListShapes operation.
- Shutdown
Type string - Sources
[]Get
Mysql Db System Source Parameters detailing how to provision the initial data of the DB System.
- State string
The current state of the DB System.
- Subnet
Id string The OCID of the subnet the DB System is associated with.
- Time
Created string The date and time the DB System was created.
- Time
Updated string The time the DB System was last updated.
- admin
Password String - admin
Username String - analytics
Clusters List<GetDb System Analytics Cluster> DEPRECATED -- please use HeatWave API instead. A summary of an Analytics Cluster.
- availability
Domain String The availability domain in which the DB System is placed.
- backup
Policies List<GetDb System Backup Policy> The Backup policy for the DB System.
- channels
List<Get
Db System Channel> A list with a summary of all the Channels attached to the DB System.
- compartment
Id String The OCID of the compartment the DB System belongs in.
- configuration
Id String The OCID of the Configuration to be used for Instances in this DB System.
- crash
Recovery String 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.
- current
Placements List<GetDb System Current Placement> The availability domain and fault domain a DB System is placed in.
- data
Storage IntegerSize In Gb Initial size of the data volume in GiBs that will be created and attached.
- db
System StringId The OCID of the source DB System.
- Map<String,Object>
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- deletion
Policies List<GetDb System Deletion Policy> The Deletion policy for the DB System.
- description String
User-provided data about the DB System.
- display
Name String The user-friendly name for the DB System. It does not have to be unique.
- endpoints
List<Get
Db System Endpoint> The network endpoints available for this DB System.
- fault
Domain String The fault domain on which to deploy the Read/Write endpoint. This defines the preferred primary instance.
- Map<String,Object>
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- heat
Wave List<GetClusters Db System Heat Wave Cluster> A summary of a HeatWave cluster.
- hostname
Label 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 String
The OCID of the DB System.
- ip
Address 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.
- is
Analytics BooleanCluster Attached DEPRECATED -- please use
isHeatWaveClusterAttached
instead. If the DB System has an Analytics Cluster attached.- is
Heat BooleanWave Cluster Attached If the DB System has a HeatWave Cluster attached.
- is
Highly BooleanAvailable If the policy is to enable high availability of the instance, by maintaining secondary/failover capacity as necessary.
- lifecycle
Details String Additional information about the current lifecycleState.
- maintenances
List<Get
Db System Maintenance> The Maintenance Policy for the DB System.
- mysql
Version String Name of the MySQL Version in use for the DB System.
The 'mysql_version' field has been deprecated and may be removed in a future version. Do not use this field.
- port Integer
The port for primary endpoint of the DB System to listen on.
- port
X Integer The network port on which X Plugin listens for TCP/IP connections. This is the X Plugin equivalent of port.
- shape
Name 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 ListShapes operation.
- shutdown
Type String - sources
List<Get
Db System Source> Parameters detailing how to provision the initial data of the DB System.
- state String
The current state of the DB System.
- subnet
Id String The OCID of the subnet the DB System is associated with.
- time
Created String The date and time the DB System was created.
- time
Updated String The time the DB System was last updated.
- admin
Password string - admin
Username string - analytics
Clusters GetMysql Db System Analytics Cluster[] DEPRECATED -- please use HeatWave API instead. A summary of an Analytics Cluster.
- availability
Domain string The availability domain in which the DB System is placed.
- backup
Policies GetMysql Db System Backup Policy[] The Backup policy for the DB System.
- channels
Get
Mysql Db System Channel[] A list with a summary of all the Channels attached to the DB System.
- compartment
Id string The OCID of the compartment the DB System belongs in.
- configuration
Id string The OCID of the Configuration to be used for Instances in this DB System.
- crash
Recovery string 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.
- current
Placements GetMysql Db System Current Placement[] The availability domain and fault domain a DB System is placed in.
- data
Storage numberSize In Gb Initial size of the data volume in GiBs that will be created and attached.
- db
System stringId The OCID of the source DB System.
- {[key: string]: any}
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- deletion
Policies GetMysql Db System Deletion Policy[] The Deletion policy for the DB System.
- description string
User-provided data about the DB System.
- display
Name string The user-friendly name for the DB System. It does not have to be unique.
- endpoints
Get
Mysql Db System Endpoint[] The network endpoints available for this DB System.
- fault
Domain string The fault domain on which to deploy the Read/Write endpoint. This defines the preferred primary instance.
- {[key: string]: any}
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- heat
Wave GetClusters Mysql Db System Heat Wave Cluster[] A summary of a HeatWave cluster.
- hostname
Label 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 string
The OCID of the DB System.
- ip
Address 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.
- is
Analytics booleanCluster Attached DEPRECATED -- please use
isHeatWaveClusterAttached
instead. If the DB System has an Analytics Cluster attached.- is
Heat booleanWave Cluster Attached If the DB System has a HeatWave Cluster attached.
- is
Highly booleanAvailable If the policy is to enable high availability of the instance, by maintaining secondary/failover capacity as necessary.
- lifecycle
Details string Additional information about the current lifecycleState.
- maintenances
Get
Mysql Db System Maintenance[] The Maintenance Policy for the DB System.
- mysql
Version string Name of the MySQL Version in use for the DB System.
The 'mysql_version' field has been deprecated and may be removed in a future version. Do not use this field.
- port number
The port for primary endpoint of the DB System to listen on.
- port
X number The network port on which X Plugin listens for TCP/IP connections. This is the X Plugin equivalent of port.
- shape
Name 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 ListShapes operation.
- shutdown
Type string - sources
Get
Mysql Db System Source[] Parameters detailing how to provision the initial data of the DB System.
- state string
The current state of the DB System.
- subnet
Id string The OCID of the subnet the DB System is associated with.
- time
Created string The date and time the DB System was created.
- time
Updated string The time the DB System was last updated.
- admin_
password str - admin_
username str - analytics_
clusters GetMysql Db System Analytics Cluster] DEPRECATED -- please use HeatWave API instead. A summary of an Analytics Cluster.
- availability_
domain str The availability domain in which the DB System is placed.
- backup_
policies GetMysql Db System Backup Policy] The Backup policy for the DB System.
- channels
Get
Mysql Db System Channel] A list with a summary of all the Channels attached to the DB System.
- compartment_
id str The OCID of the compartment the DB System belongs in.
- configuration_
id str The OCID of the Configuration to be used for Instances in this DB System.
- crash_
recovery str 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.
- current_
placements GetMysql Db System Current Placement] The availability domain and fault domain a DB System is placed in.
- data_
storage_ intsize_ in_ gb Initial size of the data volume in GiBs that will be created and attached.
- db_
system_ strid The OCID of the source DB System.
- Mapping[str, Any]
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- deletion_
policies GetMysql Db System Deletion Policy] The Deletion policy for the DB System.
- description str
User-provided data about the DB System.
- display_
name str The user-friendly name for the DB System. It does not have to be unique.
- endpoints
Get
Mysql Db System Endpoint] The network endpoints available for this DB System.
- fault_
domain str The fault domain on which to deploy the Read/Write endpoint. This defines the preferred primary instance.
- Mapping[str, Any]
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- heat_
wave_ Getclusters Mysql Db System Heat Wave Cluster] A summary of a HeatWave cluster.
- hostname_
label str 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 str
The OCID of the DB System.
- ip_
address str 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.
- is_
analytics_ boolcluster_ attached DEPRECATED -- please use
isHeatWaveClusterAttached
instead. If the DB System has an Analytics Cluster attached.- is_
heat_ boolwave_ cluster_ attached If the DB System has a HeatWave Cluster attached.
- is_
highly_ boolavailable If the policy is to enable high availability of the instance, by maintaining secondary/failover capacity as necessary.
- lifecycle_
details str Additional information about the current lifecycleState.
- maintenances
Get
Mysql Db System Maintenance] The Maintenance Policy for the DB System.
- mysql_
version str Name of the MySQL Version in use for the DB System.
The 'mysql_version' field has been deprecated and may be removed in a future version. Do not use this field.
- port int
The port for primary endpoint of the DB System to listen on.
- port_
x int The network port on which X Plugin listens for TCP/IP connections. This is the X Plugin equivalent of port.
- shape_
name str 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 ListShapes operation.
- shutdown_
type str - sources
Get
Mysql Db System Source] Parameters detailing how to provision the initial data of the DB System.
- state str
The current state of the DB System.
- subnet_
id str The OCID of the subnet the DB System is associated with.
- time_
created str The date and time the DB System was created.
- time_
updated str The time the DB System was last updated.
- admin
Password String - admin
Username String - analytics
Clusters List<Property Map> DEPRECATED -- please use HeatWave API instead. A summary of an Analytics Cluster.
- availability
Domain String The availability domain in which the DB System is placed.
- backup
Policies List<Property Map> The Backup policy for the DB System.
- channels List<Property Map>
A list with a summary of all the Channels attached to the DB System.
- compartment
Id String The OCID of the compartment the DB System belongs in.
- configuration
Id String The OCID of the Configuration to be used for Instances in this DB System.
- crash
Recovery String 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.
- current
Placements List<Property Map> The availability domain and fault domain a DB System is placed in.
- data
Storage NumberSize In Gb Initial size of the data volume in GiBs that will be created and attached.
- db
System StringId The OCID of the source DB System.
- Map<Any>
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- deletion
Policies List<Property Map> The Deletion policy for the DB System.
- description String
User-provided data about the DB System.
- display
Name String The user-friendly name for the DB System. It does not have to be unique.
- endpoints List<Property Map>
The network endpoints available for this DB System.
- fault
Domain String The fault domain on which to deploy the Read/Write endpoint. This defines the preferred primary instance.
- Map<Any>
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- heat
Wave List<Property Map>Clusters A summary of a HeatWave cluster.
- hostname
Label 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 String
The OCID of the DB System.
- ip
Address 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.
- is
Analytics BooleanCluster Attached DEPRECATED -- please use
isHeatWaveClusterAttached
instead. If the DB System has an Analytics Cluster attached.- is
Heat BooleanWave Cluster Attached If the DB System has a HeatWave Cluster attached.
- is
Highly BooleanAvailable If the policy is to enable high availability of the instance, by maintaining secondary/failover capacity as necessary.
- lifecycle
Details String Additional information about the current lifecycleState.
- maintenances List<Property Map>
The Maintenance Policy for the DB System.
- mysql
Version String Name of the MySQL Version in use for the DB System.
The 'mysql_version' field has been deprecated and may be removed in a future version. Do not use this field.
- port Number
The port for primary endpoint of the DB System to listen on.
- port
X Number The network port on which X Plugin listens for TCP/IP connections. This is the X Plugin equivalent of port.
- shape
Name 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 ListShapes operation.
- shutdown
Type String - sources List<Property Map>
Parameters detailing how to provision the initial data of the DB System.
- state String
The current state of the DB System.
- subnet
Id String The OCID of the subnet the DB System is associated with.
- time
Created String The date and time the DB System was created.
- time
Updated String The time the DB System was last updated.
Supporting Types
GetMysqlDbSystemAnalyticsCluster
- Cluster
Size int The number of analytics-processing compute instances, of the specified shape, in the HeatWave cluster.
- Shape
Name 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 ListShapes operation.
- State string
The current state of the DB System.
- Time
Created string The date and time the DB System was created.
- Time
Updated string The time the DB System was last updated.
- Cluster
Size int The number of analytics-processing compute instances, of the specified shape, in the HeatWave cluster.
- Shape
Name 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 ListShapes operation.
- State string
The current state of the DB System.
- Time
Created string The date and time the DB System was created.
- Time
Updated string The time the DB System was last updated.
- cluster
Size Integer The number of analytics-processing compute instances, of the specified shape, in the HeatWave cluster.
- shape
Name 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 ListShapes operation.
- state String
The current state of the DB System.
- time
Created String The date and time the DB System was created.
- time
Updated String The time the DB System was last updated.
- cluster
Size number The number of analytics-processing compute instances, of the specified shape, in the HeatWave cluster.
- shape
Name 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 ListShapes operation.
- state string
The current state of the DB System.
- time
Created string The date and time the DB System was created.
- time
Updated string The time the DB System was last updated.
- cluster_
size int The number of analytics-processing compute instances, of the specified shape, in the HeatWave cluster.
- shape_
name str 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 ListShapes operation.
- state str
The current state of the DB System.
- time_
created str The date and time the DB System was created.
- time_
updated str The time the DB System was last updated.
- cluster
Size Number The number of analytics-processing compute instances, of the specified shape, in the HeatWave cluster.
- shape
Name 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 ListShapes operation.
- state String
The current state of the DB System.
- time
Created String The date and time the DB System was created.
- time
Updated String The time the DB System was last updated.
GetMysqlDbSystemBackupPolicy
- Dictionary<string, object>
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Dictionary<string, object>
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Is
Enabled bool Whether the Channel has been enabled by the user.
- Retention
In intDays The number of days automated backups are retained.
- Window
Start stringTime The start time of the maintenance window.
- map[string]interface{}
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- map[string]interface{}
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Is
Enabled bool Whether the Channel has been enabled by the user.
- Retention
In intDays The number of days automated backups are retained.
- Window
Start stringTime The start time of the maintenance window.
- Map<String,Object>
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Map<String,Object>
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- is
Enabled Boolean Whether the Channel has been enabled by the user.
- retention
In IntegerDays The number of days automated backups are retained.
- window
Start StringTime The start time of the maintenance window.
- {[key: string]: any}
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- {[key: string]: any}
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- is
Enabled boolean Whether the Channel has been enabled by the user.
- retention
In numberDays The number of days automated backups are retained.
- window
Start stringTime The start time of the maintenance window.
- Mapping[str, Any]
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Mapping[str, Any]
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- is_
enabled bool Whether the Channel has been enabled by the user.
- retention_
in_ intdays The number of days automated backups are retained.
- window_
start_ strtime The start time of the maintenance window.
- Map<Any>
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Map<Any>
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- is
Enabled Boolean Whether the Channel has been enabled by the user.
- retention
In NumberDays The number of days automated backups are retained.
- window
Start StringTime The start time of the maintenance window.
GetMysqlDbSystemChannel
- Compartment
Id string The OCID of the compartment the DB System belongs in.
- Dictionary<string, object>
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Display
Name string The user-friendly name for the DB System. It does not have to be unique.
- Dictionary<string, object>
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Id string
The OCID of the DB System.
- Is
Enabled bool Whether the Channel has been enabled by the user.
- Lifecycle
Details string Additional information about the current lifecycleState.
- Sources
List<Get
Mysql Db System Channel Source> Parameters detailing how to provision the initial data of the DB System.
- State string
The current state of the DB System.
- Targets
List<Get
Mysql Db System Channel Target> Details about the Channel target.
- Time
Created string The date and time the DB System was created.
- Time
Updated string The time the DB System was last updated.
- Compartment
Id string The OCID of the compartment the DB System belongs in.
- map[string]interface{}
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Display
Name string The user-friendly name for the DB System. It does not have to be unique.
- map[string]interface{}
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Id string
The OCID of the DB System.
- Is
Enabled bool Whether the Channel has been enabled by the user.
- Lifecycle
Details string Additional information about the current lifecycleState.
- Sources
[]Get
Mysql Db System Channel Source Parameters detailing how to provision the initial data of the DB System.
- State string
The current state of the DB System.
- Targets
[]Get
Mysql Db System Channel Target Details about the Channel target.
- Time
Created string The date and time the DB System was created.
- Time
Updated string The time the DB System was last updated.
- compartment
Id String The OCID of the compartment the DB System belongs in.
- Map<String,Object>
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display
Name String The user-friendly name for the DB System. It does not have to be unique.
- Map<String,Object>
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id String
The OCID of the DB System.
- is
Enabled Boolean Whether the Channel has been enabled by the user.
- lifecycle
Details String Additional information about the current lifecycleState.
- sources
List<Get
Db System Channel Source> Parameters detailing how to provision the initial data of the DB System.
- state String
The current state of the DB System.
- targets
List<Get
Db System Channel Target> Details about the Channel target.
- time
Created String The date and time the DB System was created.
- time
Updated String The time the DB System was last updated.
- compartment
Id string The OCID of the compartment the DB System belongs in.
- {[key: string]: any}
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display
Name string The user-friendly name for the DB System. It does not have to be unique.
- {[key: string]: any}
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id string
The OCID of the DB System.
- is
Enabled boolean Whether the Channel has been enabled by the user.
- lifecycle
Details string Additional information about the current lifecycleState.
- sources
Get
Mysql Db System Channel Source[] Parameters detailing how to provision the initial data of the DB System.
- state string
The current state of the DB System.
- targets
Get
Mysql Db System Channel Target[] Details about the Channel target.
- time
Created string The date and time the DB System was created.
- time
Updated string The time the DB System was last updated.
- compartment_
id str The OCID of the compartment the DB System belongs in.
- Mapping[str, Any]
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display_
name str The user-friendly name for the DB System. It does not have to be unique.
- Mapping[str, Any]
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id str
The OCID of the DB System.
- is_
enabled bool Whether the Channel has been enabled by the user.
- lifecycle_
details str Additional information about the current lifecycleState.
- sources
Get
Mysql Db System Channel Source] Parameters detailing how to provision the initial data of the DB System.
- state str
The current state of the DB System.
- targets
Get
Mysql Db System Channel Target] Details about the Channel target.
- time_
created str The date and time the DB System was created.
- time_
updated str The time the DB System was last updated.
- compartment
Id String The OCID of the compartment the DB System belongs in.
- Map<Any>
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display
Name String The user-friendly name for the DB System. It does not have to be unique.
- Map<Any>
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id String
The OCID of the DB System.
- is
Enabled Boolean Whether the Channel has been enabled by the user.
- lifecycle
Details String Additional information about the current lifecycleState.
- sources List<Property Map>
Parameters detailing how to provision the initial data of the DB System.
- state String
The current state of the DB System.
- targets List<Property Map>
Details about the Channel target.
- time
Created String The date and time the DB System was created.
- time
Updated String The time the DB System was last updated.
GetMysqlDbSystemChannelSource
- Hostname string
The network address of the DB System.
- Port int
The port for primary endpoint of the DB System to listen on.
- Source
Type string The specific source identifier.
- Ssl
Ca List<GetCertificates Mysql Db System Channel Source Ssl Ca Certificate> The CA certificate of the server used for VERIFY_IDENTITY and VERIFY_CA ssl modes.
- Ssl
Mode string The SSL mode of the Channel.
- Username string
The name of the replication user on the source MySQL instance. The username has a maximum length of 96 characters. For more information, please see the MySQL documentation
- Hostname string
The network address of the DB System.
- Port int
The port for primary endpoint of the DB System to listen on.
- Source
Type string The specific source identifier.
- Ssl
Ca []GetCertificates Mysql Db System Channel Source Ssl Ca Certificate The CA certificate of the server used for VERIFY_IDENTITY and VERIFY_CA ssl modes.
- Ssl
Mode string The SSL mode of the Channel.
- Username string
The name of the replication user on the source MySQL instance. The username has a maximum length of 96 characters. For more information, please see the MySQL documentation
- hostname String
The network address of the DB System.
- port Integer
The port for primary endpoint of the DB System to listen on.
- source
Type String The specific source identifier.
- ssl
Ca List<GetCertificates Db System Channel Source Ssl Ca Certificate> The CA certificate of the server used for VERIFY_IDENTITY and VERIFY_CA ssl modes.
- ssl
Mode String The SSL mode of the Channel.
- username String
The name of the replication user on the source MySQL instance. The username has a maximum length of 96 characters. For more information, please see the MySQL documentation
- hostname string
The network address of the DB System.
- port number
The port for primary endpoint of the DB System to listen on.
- source
Type string The specific source identifier.
- ssl
Ca GetCertificates Mysql Db System Channel Source Ssl Ca Certificate[] The CA certificate of the server used for VERIFY_IDENTITY and VERIFY_CA ssl modes.
- ssl
Mode string The SSL mode of the Channel.
- username string
The name of the replication user on the source MySQL instance. The username has a maximum length of 96 characters. For more information, please see the MySQL documentation
- hostname str
The network address of the DB System.
- port int
The port for primary endpoint of the DB System to listen on.
- source_
type str The specific source identifier.
- ssl_
ca_ Getcertificates Mysql Db System Channel Source Ssl Ca Certificate] The CA certificate of the server used for VERIFY_IDENTITY and VERIFY_CA ssl modes.
- ssl_
mode str The SSL mode of the Channel.
- username str
The name of the replication user on the source MySQL instance. The username has a maximum length of 96 characters. For more information, please see the MySQL documentation
- hostname String
The network address of the DB System.
- port Number
The port for primary endpoint of the DB System to listen on.
- source
Type String The specific source identifier.
- ssl
Ca List<Property Map>Certificates The CA certificate of the server used for VERIFY_IDENTITY and VERIFY_CA ssl modes.
- ssl
Mode String The SSL mode of the Channel.
- username String
The name of the replication user on the source MySQL instance. The username has a maximum length of 96 characters. For more information, please see the MySQL documentation
GetMysqlDbSystemChannelSourceSslCaCertificate
- Certificate
Type string The type of CA certificate.
- Contents string
The string containing the CA certificate in PEM format.
- Certificate
Type string The type of CA certificate.
- Contents string
The string containing the CA certificate in PEM format.
- certificate
Type String The type of CA certificate.
- contents String
The string containing the CA certificate in PEM format.
- certificate
Type string The type of CA certificate.
- contents string
The string containing the CA certificate in PEM format.
- certificate_
type str The type of CA certificate.
- contents str
The string containing the CA certificate in PEM format.
- certificate
Type String The type of CA certificate.
- contents String
The string containing the CA certificate in PEM format.
GetMysqlDbSystemChannelTarget
- Applier
Username string The username for the replication applier of the target MySQL DB System.
- Channel
Name string The case-insensitive name that identifies the replication channel. Channel names must follow the rules defined for MySQL identifiers. The names of non-Deleted Channels must be unique for each DB System.
- Db
System stringId The DB System OCID.
- Target
Type string The specific target identifier.
- Applier
Username string The username for the replication applier of the target MySQL DB System.
- Channel
Name string The case-insensitive name that identifies the replication channel. Channel names must follow the rules defined for MySQL identifiers. The names of non-Deleted Channels must be unique for each DB System.
- Db
System stringId The DB System OCID.
- Target
Type string The specific target identifier.
- applier
Username String The username for the replication applier of the target MySQL DB System.
- channel
Name String The case-insensitive name that identifies the replication channel. Channel names must follow the rules defined for MySQL identifiers. The names of non-Deleted Channels must be unique for each DB System.
- db
System StringId The DB System OCID.
- target
Type String The specific target identifier.
- applier
Username string The username for the replication applier of the target MySQL DB System.
- channel
Name string The case-insensitive name that identifies the replication channel. Channel names must follow the rules defined for MySQL identifiers. The names of non-Deleted Channels must be unique for each DB System.
- db
System stringId The DB System OCID.
- target
Type string The specific target identifier.
- applier_
username str The username for the replication applier of the target MySQL DB System.
- channel_
name str The case-insensitive name that identifies the replication channel. Channel names must follow the rules defined for MySQL identifiers. The names of non-Deleted Channels must be unique for each DB System.
- db_
system_ strid The DB System OCID.
- target_
type str The specific target identifier.
- applier
Username String The username for the replication applier of the target MySQL DB System.
- channel
Name String The case-insensitive name that identifies the replication channel. Channel names must follow the rules defined for MySQL identifiers. The names of non-Deleted Channels must be unique for each DB System.
- db
System StringId The DB System OCID.
- target
Type String The specific target identifier.
GetMysqlDbSystemCurrentPlacement
- Availability
Domain string The availability domain in which the DB System is placed.
- Fault
Domain string The fault domain on which to deploy the Read/Write endpoint. This defines the preferred primary instance.
- Availability
Domain string The availability domain in which the DB System is placed.
- Fault
Domain string The fault domain on which to deploy the Read/Write endpoint. This defines the preferred primary instance.
- availability
Domain String The availability domain in which the DB System is placed.
- fault
Domain String The fault domain on which to deploy the Read/Write endpoint. This defines the preferred primary instance.
- availability
Domain string The availability domain in which the DB System is placed.
- fault
Domain string The fault domain on which to deploy the Read/Write endpoint. This defines the preferred primary instance.
- availability_
domain str The availability domain in which the DB System is placed.
- fault_
domain str The fault domain on which to deploy the Read/Write endpoint. This defines the preferred primary instance.
- availability
Domain String The availability domain in which the DB System is placed.
- fault
Domain String The fault domain on which to deploy the Read/Write endpoint. This defines the preferred primary instance.
GetMysqlDbSystemDeletionPolicy
- Automatic
Backup stringRetention Specifies if any automatic backups created for a DB System should be retained or deleted when the DB System is deleted.
- Final
Backup string Specifies whether or not a backup is taken when the DB System is deleted. REQUIRE_FINAL_BACKUP: a backup is taken if the DB System is deleted. SKIP_FINAL_BACKUP: a backup is not taken if the DB System is deleted.
- Is
Delete boolProtected Specifies whether the DB System can be deleted. Set to true to prevent deletion, false (default) to allow.
- Automatic
Backup stringRetention Specifies if any automatic backups created for a DB System should be retained or deleted when the DB System is deleted.
- Final
Backup string Specifies whether or not a backup is taken when the DB System is deleted. REQUIRE_FINAL_BACKUP: a backup is taken if the DB System is deleted. SKIP_FINAL_BACKUP: a backup is not taken if the DB System is deleted.
- Is
Delete boolProtected Specifies whether the DB System can be deleted. Set to true to prevent deletion, false (default) to allow.
- automatic
Backup StringRetention Specifies if any automatic backups created for a DB System should be retained or deleted when the DB System is deleted.
- final
Backup String Specifies whether or not a backup is taken when the DB System is deleted. REQUIRE_FINAL_BACKUP: a backup is taken if the DB System is deleted. SKIP_FINAL_BACKUP: a backup is not taken if the DB System is deleted.
- is
Delete BooleanProtected Specifies whether the DB System can be deleted. Set to true to prevent deletion, false (default) to allow.
- automatic
Backup stringRetention Specifies if any automatic backups created for a DB System should be retained or deleted when the DB System is deleted.
- final
Backup string Specifies whether or not a backup is taken when the DB System is deleted. REQUIRE_FINAL_BACKUP: a backup is taken if the DB System is deleted. SKIP_FINAL_BACKUP: a backup is not taken if the DB System is deleted.
- is
Delete booleanProtected Specifies whether the DB System can be deleted. Set to true to prevent deletion, false (default) to allow.
- automatic_
backup_ strretention Specifies if any automatic backups created for a DB System should be retained or deleted when the DB System is deleted.
- final_
backup str Specifies whether or not a backup is taken when the DB System is deleted. REQUIRE_FINAL_BACKUP: a backup is taken if the DB System is deleted. SKIP_FINAL_BACKUP: a backup is not taken if the DB System is deleted.
- is_
delete_ boolprotected Specifies whether the DB System can be deleted. Set to true to prevent deletion, false (default) to allow.
- automatic
Backup StringRetention Specifies if any automatic backups created for a DB System should be retained or deleted when the DB System is deleted.
- final
Backup String Specifies whether or not a backup is taken when the DB System is deleted. REQUIRE_FINAL_BACKUP: a backup is taken if the DB System is deleted. SKIP_FINAL_BACKUP: a backup is not taken if the DB System is deleted.
- is
Delete BooleanProtected Specifies whether the DB System can be deleted. Set to true to prevent deletion, false (default) to allow.
GetMysqlDbSystemEndpoint
- Hostname string
The network address of the DB System.
- Ip
Address 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.
- Modes List<string>
The access modes from the client that this endpoint supports.
- Port int
The port for primary endpoint of the DB System to listen on.
- Port
X int The network port on which X Plugin listens for TCP/IP connections. This is the X Plugin equivalent of port.
- Status string
The state of the endpoints, as far as it can seen from the DB System. There may be some inconsistency with the actual state of the MySQL service.
- Status
Details string Additional information about the current endpoint status.
- Hostname string
The network address of the DB System.
- Ip
Address 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.
- Modes []string
The access modes from the client that this endpoint supports.
- Port int
The port for primary endpoint of the DB System to listen on.
- Port
X int The network port on which X Plugin listens for TCP/IP connections. This is the X Plugin equivalent of port.
- Status string
The state of the endpoints, as far as it can seen from the DB System. There may be some inconsistency with the actual state of the MySQL service.
- Status
Details string Additional information about the current endpoint status.
- hostname String
The network address of the DB System.
- ip
Address 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.
- modes List<String>
The access modes from the client that this endpoint supports.
- port Integer
The port for primary endpoint of the DB System to listen on.
- port
X Integer The network port on which X Plugin listens for TCP/IP connections. This is the X Plugin equivalent of port.
- status String
The state of the endpoints, as far as it can seen from the DB System. There may be some inconsistency with the actual state of the MySQL service.
- status
Details String Additional information about the current endpoint status.
- hostname string
The network address of the DB System.
- ip
Address 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.
- modes string[]
The access modes from the client that this endpoint supports.
- port number
The port for primary endpoint of the DB System to listen on.
- port
X number The network port on which X Plugin listens for TCP/IP connections. This is the X Plugin equivalent of port.
- status string
The state of the endpoints, as far as it can seen from the DB System. There may be some inconsistency with the actual state of the MySQL service.
- status
Details string Additional information about the current endpoint status.
- hostname str
The network address of the DB System.
- ip_
address str 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.
- modes Sequence[str]
The access modes from the client that this endpoint supports.
- port int
The port for primary endpoint of the DB System to listen on.
- port_
x int The network port on which X Plugin listens for TCP/IP connections. This is the X Plugin equivalent of port.
- status str
The state of the endpoints, as far as it can seen from the DB System. There may be some inconsistency with the actual state of the MySQL service.
- status_
details str Additional information about the current endpoint status.
- hostname String
The network address of the DB System.
- ip
Address 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.
- modes List<String>
The access modes from the client that this endpoint supports.
- port Number
The port for primary endpoint of the DB System to listen on.
- port
X Number The network port on which X Plugin listens for TCP/IP connections. This is the X Plugin equivalent of port.
- status String
The state of the endpoints, as far as it can seen from the DB System. There may be some inconsistency with the actual state of the MySQL service.
- status
Details String Additional information about the current endpoint status.
GetMysqlDbSystemHeatWaveCluster
- Cluster
Size int The number of analytics-processing compute instances, of the specified shape, in the HeatWave cluster.
- Shape
Name 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 ListShapes operation.
- State string
The current state of the DB System.
- Time
Created string The date and time the DB System was created.
- Time
Updated string The time the DB System was last updated.
- Cluster
Size int The number of analytics-processing compute instances, of the specified shape, in the HeatWave cluster.
- Shape
Name 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 ListShapes operation.
- State string
The current state of the DB System.
- Time
Created string The date and time the DB System was created.
- Time
Updated string The time the DB System was last updated.
- cluster
Size Integer The number of analytics-processing compute instances, of the specified shape, in the HeatWave cluster.
- shape
Name 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 ListShapes operation.
- state String
The current state of the DB System.
- time
Created String The date and time the DB System was created.
- time
Updated String The time the DB System was last updated.
- cluster
Size number The number of analytics-processing compute instances, of the specified shape, in the HeatWave cluster.
- shape
Name 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 ListShapes operation.
- state string
The current state of the DB System.
- time
Created string The date and time the DB System was created.
- time
Updated string The time the DB System was last updated.
- cluster_
size int The number of analytics-processing compute instances, of the specified shape, in the HeatWave cluster.
- shape_
name str 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 ListShapes operation.
- state str
The current state of the DB System.
- time_
created str The date and time the DB System was created.
- time_
updated str The time the DB System was last updated.
- cluster
Size Number The number of analytics-processing compute instances, of the specified shape, in the HeatWave cluster.
- shape
Name 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 ListShapes operation.
- state String
The current state of the DB System.
- time
Created String The date and time the DB System was created.
- time
Updated String The time the DB System was last updated.
GetMysqlDbSystemMaintenance
- Window
Start stringTime The start time of the maintenance window.
- Window
Start stringTime The start time of the maintenance window.
- window
Start StringTime The start time of the maintenance window.
- window
Start stringTime The start time of the maintenance window.
- window_
start_ strtime The start time of the maintenance window.
- window
Start StringTime The start time of the maintenance window.
GetMysqlDbSystemSource
- Backup
Id string The OCID of the backup to be used as the source for the new DB System.
- Source
Type string The specific source identifier.
- Backup
Id string The OCID of the backup to be used as the source for the new DB System.
- Source
Type string The specific source identifier.
- backup
Id String The OCID of the backup to be used as the source for the new DB System.
- source
Type String The specific source identifier.
- backup
Id string The OCID of the backup to be used as the source for the new DB System.
- source
Type string The specific source identifier.
- backup_
id str The OCID of the backup to be used as the source for the new DB System.
- source_
type str The specific source identifier.
- backup
Id String The OCID of the backup to be used as the source for the new DB System.
- source
Type String The specific source identifier.
Package Details
- Repository
- https://github.com/pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
oci
Terraform Provider.