Volcengine v0.0.27 published on Tuesday, Dec 10, 2024 by Volcengine
volcengine.rds_v2.RdsInstancesV2
Explore with Pulumi AI
(Deprecated! Recommend use volcengine_rds_mysql_*** replace) Use this data source to query detailed information of rds instances v2
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as volcengine from "@pulumi/volcengine";
const default = volcengine.rds_v2.RdsInstancesV2({});
import pulumi
import pulumi_volcengine as volcengine
default = volcengine.rds_v2.rds_instances_v2()
package main
import (
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
"github.com/volcengine/pulumi-volcengine/sdk/go/volcengine/rds_v2"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := rds_v2.RdsInstancesV2(ctx, nil, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Volcengine = Pulumi.Volcengine;
return await Deployment.RunAsync(() =>
{
var @default = Volcengine.Rds_v2.RdsInstancesV2.Invoke();
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.volcengine.rds_v2.Rds_v2Functions;
import com.pulumi.volcengine.rds_v2.inputs.RdsInstancesV2Args;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var default = Rds_v2Functions.RdsInstancesV2();
}
}
variables:
default:
fn::invoke:
Function: volcengine:rds_v2:RdsInstancesV2
Arguments: {}
Using RdsInstancesV2
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 rdsInstancesV2(args: RdsInstancesV2Args, opts?: InvokeOptions): Promise<RdsInstancesV2Result>
function rdsInstancesV2Output(args: RdsInstancesV2OutputArgs, opts?: InvokeOptions): Output<RdsInstancesV2Result>
def rds_instances_v2(charge_type: Optional[str] = None,
create_time_end: Optional[str] = None,
create_time_start: Optional[str] = None,
db_engine_version: Optional[str] = None,
instance_id: Optional[str] = None,
instance_name: Optional[str] = None,
instance_status: Optional[str] = None,
instance_type: Optional[str] = None,
name_regex: Optional[str] = None,
output_file: Optional[str] = None,
zone_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> RdsInstancesV2Result
def rds_instances_v2_output(charge_type: Optional[pulumi.Input[str]] = None,
create_time_end: Optional[pulumi.Input[str]] = None,
create_time_start: Optional[pulumi.Input[str]] = None,
db_engine_version: Optional[pulumi.Input[str]] = None,
instance_id: Optional[pulumi.Input[str]] = None,
instance_name: Optional[pulumi.Input[str]] = None,
instance_status: Optional[pulumi.Input[str]] = None,
instance_type: Optional[pulumi.Input[str]] = None,
name_regex: Optional[pulumi.Input[str]] = None,
output_file: Optional[pulumi.Input[str]] = None,
zone_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[RdsInstancesV2Result]
func RdsInstancesV2(ctx *Context, args *RdsInstancesV2Args, opts ...InvokeOption) (*RdsInstancesV2Result, error)
func RdsInstancesV2Output(ctx *Context, args *RdsInstancesV2OutputArgs, opts ...InvokeOption) RdsInstancesV2ResultOutput
public static class RdsInstancesV2
{
public static Task<RdsInstancesV2Result> InvokeAsync(RdsInstancesV2Args args, InvokeOptions? opts = null)
public static Output<RdsInstancesV2Result> Invoke(RdsInstancesV2InvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<RdsInstancesV2Result> rdsInstancesV2(RdsInstancesV2Args args, InvokeOptions options)
public static Output<RdsInstancesV2Result> rdsInstancesV2(RdsInstancesV2Args args, InvokeOptions options)
fn::invoke:
function: volcengine:rds_v2:RdsInstancesV2
arguments:
# arguments dictionary
The following arguments are supported:
- Charge
Type string - The charge type of the RDS instance.
- Create
Time stringEnd - The end time of creating RDS instance.
- Create
Time stringStart - The start time of creating RDS instance.
- Db
Engine stringVersion - The version of the RDS instance, Value: MySQL Community: MySQL_5.7 - MySQL 5.7 MySQL_8_0 - MySQL 8.0 PostgreSQL Community: PostgreSQL_11 - PostgreSQL 11 PostgreSQL_12 - PostgreSQL 12 Microsoft SQL Server: Not available at this time SQLServer_2019 - SQL Server 2019 veDB for MySQL: MySQL_8_0 - MySQL 8.0 veDB for PostgreSQL: PostgreSQL_13 - PostgreSQL 13.
- Instance
Id string - The id of the RDS instance.
- Instance
Name string - The name of the RDS instance.
- Instance
Status string - The status of the RDS instance, Value: Running - running Creating - Creating Deleting - Deleting Restarting - Restarting Restoring - Restoring Updating - changing Upgrading - Upgrading Error - the error.
- Instance
Type string - The type of the RDS instance, Value: Value: RDS for MySQL: HA - high availability version; RDS for PostgreSQL: HA - high availability version; Microsoft SQL Server: Not available at this time Enterprise - Enterprise Edition Standard - Standard Edition Web - Web version veDB for MySQL: Cluster - Cluster Edition veDB for PostgreSQL: Cluster - Cluster Edition MySQL Sharding: HA - high availability version;.
- Name
Regex string - A Name Regex of RDS instance.
- Output
File string - File name where to save data source results.
- Zone
Id string - The available zone of the RDS instance.
- Charge
Type string - The charge type of the RDS instance.
- Create
Time stringEnd - The end time of creating RDS instance.
- Create
Time stringStart - The start time of creating RDS instance.
- Db
Engine stringVersion - The version of the RDS instance, Value: MySQL Community: MySQL_5.7 - MySQL 5.7 MySQL_8_0 - MySQL 8.0 PostgreSQL Community: PostgreSQL_11 - PostgreSQL 11 PostgreSQL_12 - PostgreSQL 12 Microsoft SQL Server: Not available at this time SQLServer_2019 - SQL Server 2019 veDB for MySQL: MySQL_8_0 - MySQL 8.0 veDB for PostgreSQL: PostgreSQL_13 - PostgreSQL 13.
- Instance
Id string - The id of the RDS instance.
- Instance
Name string - The name of the RDS instance.
- Instance
Status string - The status of the RDS instance, Value: Running - running Creating - Creating Deleting - Deleting Restarting - Restarting Restoring - Restoring Updating - changing Upgrading - Upgrading Error - the error.
- Instance
Type string - The type of the RDS instance, Value: Value: RDS for MySQL: HA - high availability version; RDS for PostgreSQL: HA - high availability version; Microsoft SQL Server: Not available at this time Enterprise - Enterprise Edition Standard - Standard Edition Web - Web version veDB for MySQL: Cluster - Cluster Edition veDB for PostgreSQL: Cluster - Cluster Edition MySQL Sharding: HA - high availability version;.
- Name
Regex string - A Name Regex of RDS instance.
- Output
File string - File name where to save data source results.
- Zone
Id string - The available zone of the RDS instance.
- charge
Type String - The charge type of the RDS instance.
- create
Time StringEnd - The end time of creating RDS instance.
- create
Time StringStart - The start time of creating RDS instance.
- db
Engine StringVersion - The version of the RDS instance, Value: MySQL Community: MySQL_5.7 - MySQL 5.7 MySQL_8_0 - MySQL 8.0 PostgreSQL Community: PostgreSQL_11 - PostgreSQL 11 PostgreSQL_12 - PostgreSQL 12 Microsoft SQL Server: Not available at this time SQLServer_2019 - SQL Server 2019 veDB for MySQL: MySQL_8_0 - MySQL 8.0 veDB for PostgreSQL: PostgreSQL_13 - PostgreSQL 13.
- instance
Id String - The id of the RDS instance.
- instance
Name String - The name of the RDS instance.
- instance
Status String - The status of the RDS instance, Value: Running - running Creating - Creating Deleting - Deleting Restarting - Restarting Restoring - Restoring Updating - changing Upgrading - Upgrading Error - the error.
- instance
Type String - The type of the RDS instance, Value: Value: RDS for MySQL: HA - high availability version; RDS for PostgreSQL: HA - high availability version; Microsoft SQL Server: Not available at this time Enterprise - Enterprise Edition Standard - Standard Edition Web - Web version veDB for MySQL: Cluster - Cluster Edition veDB for PostgreSQL: Cluster - Cluster Edition MySQL Sharding: HA - high availability version;.
- name
Regex String - A Name Regex of RDS instance.
- output
File String - File name where to save data source results.
- zone
Id String - The available zone of the RDS instance.
- charge
Type string - The charge type of the RDS instance.
- create
Time stringEnd - The end time of creating RDS instance.
- create
Time stringStart - The start time of creating RDS instance.
- db
Engine stringVersion - The version of the RDS instance, Value: MySQL Community: MySQL_5.7 - MySQL 5.7 MySQL_8_0 - MySQL 8.0 PostgreSQL Community: PostgreSQL_11 - PostgreSQL 11 PostgreSQL_12 - PostgreSQL 12 Microsoft SQL Server: Not available at this time SQLServer_2019 - SQL Server 2019 veDB for MySQL: MySQL_8_0 - MySQL 8.0 veDB for PostgreSQL: PostgreSQL_13 - PostgreSQL 13.
- instance
Id string - The id of the RDS instance.
- instance
Name string - The name of the RDS instance.
- instance
Status string - The status of the RDS instance, Value: Running - running Creating - Creating Deleting - Deleting Restarting - Restarting Restoring - Restoring Updating - changing Upgrading - Upgrading Error - the error.
- instance
Type string - The type of the RDS instance, Value: Value: RDS for MySQL: HA - high availability version; RDS for PostgreSQL: HA - high availability version; Microsoft SQL Server: Not available at this time Enterprise - Enterprise Edition Standard - Standard Edition Web - Web version veDB for MySQL: Cluster - Cluster Edition veDB for PostgreSQL: Cluster - Cluster Edition MySQL Sharding: HA - high availability version;.
- name
Regex string - A Name Regex of RDS instance.
- output
File string - File name where to save data source results.
- zone
Id string - The available zone of the RDS instance.
- charge_
type str - The charge type of the RDS instance.
- create_
time_ strend - The end time of creating RDS instance.
- create_
time_ strstart - The start time of creating RDS instance.
- db_
engine_ strversion - The version of the RDS instance, Value: MySQL Community: MySQL_5.7 - MySQL 5.7 MySQL_8_0 - MySQL 8.0 PostgreSQL Community: PostgreSQL_11 - PostgreSQL 11 PostgreSQL_12 - PostgreSQL 12 Microsoft SQL Server: Not available at this time SQLServer_2019 - SQL Server 2019 veDB for MySQL: MySQL_8_0 - MySQL 8.0 veDB for PostgreSQL: PostgreSQL_13 - PostgreSQL 13.
- instance_
id str - The id of the RDS instance.
- instance_
name str - The name of the RDS instance.
- instance_
status str - The status of the RDS instance, Value: Running - running Creating - Creating Deleting - Deleting Restarting - Restarting Restoring - Restoring Updating - changing Upgrading - Upgrading Error - the error.
- instance_
type str - The type of the RDS instance, Value: Value: RDS for MySQL: HA - high availability version; RDS for PostgreSQL: HA - high availability version; Microsoft SQL Server: Not available at this time Enterprise - Enterprise Edition Standard - Standard Edition Web - Web version veDB for MySQL: Cluster - Cluster Edition veDB for PostgreSQL: Cluster - Cluster Edition MySQL Sharding: HA - high availability version;.
- name_
regex str - A Name Regex of RDS instance.
- output_
file str - File name where to save data source results.
- zone_
id str - The available zone of the RDS instance.
- charge
Type String - The charge type of the RDS instance.
- create
Time StringEnd - The end time of creating RDS instance.
- create
Time StringStart - The start time of creating RDS instance.
- db
Engine StringVersion - The version of the RDS instance, Value: MySQL Community: MySQL_5.7 - MySQL 5.7 MySQL_8_0 - MySQL 8.0 PostgreSQL Community: PostgreSQL_11 - PostgreSQL 11 PostgreSQL_12 - PostgreSQL 12 Microsoft SQL Server: Not available at this time SQLServer_2019 - SQL Server 2019 veDB for MySQL: MySQL_8_0 - MySQL 8.0 veDB for PostgreSQL: PostgreSQL_13 - PostgreSQL 13.
- instance
Id String - The id of the RDS instance.
- instance
Name String - The name of the RDS instance.
- instance
Status String - The status of the RDS instance, Value: Running - running Creating - Creating Deleting - Deleting Restarting - Restarting Restoring - Restoring Updating - changing Upgrading - Upgrading Error - the error.
- instance
Type String - The type of the RDS instance, Value: Value: RDS for MySQL: HA - high availability version; RDS for PostgreSQL: HA - high availability version; Microsoft SQL Server: Not available at this time Enterprise - Enterprise Edition Standard - Standard Edition Web - Web version veDB for MySQL: Cluster - Cluster Edition veDB for PostgreSQL: Cluster - Cluster Edition MySQL Sharding: HA - high availability version;.
- name
Regex String - A Name Regex of RDS instance.
- output
File String - File name where to save data source results.
- zone
Id String - The available zone of the RDS instance.
RdsInstancesV2 Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Rds
Instances List<RdsInstances V2Rds Instance> - The collection of RDS instance query.
- Total
Count int - The total count of RDS instance query.
- Charge
Type string - Payment type. Value: PostPaid - Pay-As-You-Go PrePaid - Yearly and monthly (default).
- Create
Time stringEnd - Create
Time stringStart - Db
Engine stringVersion - The engine version of the RDS instance.
- Instance
Id string - Instance ID.
- Instance
Name string - The name of the RDS instance.
- Instance
Status string - The status of the RDS instance.
- Instance
Type string - The type of the RDS instance.
- Name
Regex string - Output
File string - Zone
Id string - The available zone of the RDS instance.
- Id string
- The provider-assigned unique ID for this managed resource.
- Rds
Instances []RdsInstances V2Rds Instance - The collection of RDS instance query.
- Total
Count int - The total count of RDS instance query.
- Charge
Type string - Payment type. Value: PostPaid - Pay-As-You-Go PrePaid - Yearly and monthly (default).
- Create
Time stringEnd - Create
Time stringStart - Db
Engine stringVersion - The engine version of the RDS instance.
- Instance
Id string - Instance ID.
- Instance
Name string - The name of the RDS instance.
- Instance
Status string - The status of the RDS instance.
- Instance
Type string - The type of the RDS instance.
- Name
Regex string - Output
File string - Zone
Id string - The available zone of the RDS instance.
- id String
- The provider-assigned unique ID for this managed resource.
- rds
Instances List<RdsInstances V2Rds Instance> - The collection of RDS instance query.
- total
Count Integer - The total count of RDS instance query.
- charge
Type String - Payment type. Value: PostPaid - Pay-As-You-Go PrePaid - Yearly and monthly (default).
- create
Time StringEnd - create
Time StringStart - db
Engine StringVersion - The engine version of the RDS instance.
- instance
Id String - Instance ID.
- instance
Name String - The name of the RDS instance.
- instance
Status String - The status of the RDS instance.
- instance
Type String - The type of the RDS instance.
- name
Regex String - output
File String - zone
Id String - The available zone of the RDS instance.
- id string
- The provider-assigned unique ID for this managed resource.
- rds
Instances RdsInstances V2Rds Instance[] - The collection of RDS instance query.
- total
Count number - The total count of RDS instance query.
- charge
Type string - Payment type. Value: PostPaid - Pay-As-You-Go PrePaid - Yearly and monthly (default).
- create
Time stringEnd - create
Time stringStart - db
Engine stringVersion - The engine version of the RDS instance.
- instance
Id string - Instance ID.
- instance
Name string - The name of the RDS instance.
- instance
Status string - The status of the RDS instance.
- instance
Type string - The type of the RDS instance.
- name
Regex string - output
File string - zone
Id string - The available zone of the RDS instance.
- id str
- The provider-assigned unique ID for this managed resource.
- rds_
instances Sequence[RdsInstances V2Rds Instance] - The collection of RDS instance query.
- total_
count int - The total count of RDS instance query.
- charge_
type str - Payment type. Value: PostPaid - Pay-As-You-Go PrePaid - Yearly and monthly (default).
- create_
time_ strend - create_
time_ strstart - db_
engine_ strversion - The engine version of the RDS instance.
- instance_
id str - Instance ID.
- instance_
name str - The name of the RDS instance.
- instance_
status str - The status of the RDS instance.
- instance_
type str - The type of the RDS instance.
- name_
regex str - output_
file str - zone_
id str - The available zone of the RDS instance.
- id String
- The provider-assigned unique ID for this managed resource.
- rds
Instances List<Property Map> - The collection of RDS instance query.
- total
Count Number - The total count of RDS instance query.
- charge
Type String - Payment type. Value: PostPaid - Pay-As-You-Go PrePaid - Yearly and monthly (default).
- create
Time StringEnd - create
Time StringStart - db
Engine StringVersion - The engine version of the RDS instance.
- instance
Id String - Instance ID.
- instance
Name String - The name of the RDS instance.
- instance
Status String - The status of the RDS instance.
- instance
Type String - The type of the RDS instance.
- name
Regex String - output
File String - zone
Id String - The available zone of the RDS instance.
Supporting Types
RdsInstancesV2RdsInstance
- Charge
Detail This property is required. RdsInstances V2Rds Instance Charge Detail - Payment methods.
- Connection
Infos This property is required. List<RdsInstances V2Rds Instance Connection Info> - The connection info ot the RDS instance.
- Create
Time This property is required. string - Node creation local time.
- Db
Engine This property is required. string - The engine of the RDS instance.
- Db
Engine Version This property is required. string - The version of the RDS instance, Value: MySQL Community: MySQL_5.7 - MySQL 5.7 MySQL_8_0 - MySQL 8.0 PostgreSQL Community: PostgreSQL_11 - PostgreSQL 11 PostgreSQL_12 - PostgreSQL 12 Microsoft SQL Server: Not available at this time SQLServer_2019 - SQL Server 2019 veDB for MySQL: MySQL_8_0 - MySQL 8.0 veDB for PostgreSQL: PostgreSQL_13 - PostgreSQL 13.
- Id
This property is required. string - The ID of the RDS instance.
- Instance
Id This property is required. string - The id of the RDS instance.
- Instance
Name This property is required. string - The name of the RDS instance.
- Instance
Status This property is required. string - The status of the RDS instance, Value: Running - running Creating - Creating Deleting - Deleting Restarting - Restarting Restoring - Restoring Updating - changing Upgrading - Upgrading Error - the error.
- Instance
Type This property is required. string - The type of the RDS instance, Value: Value: RDS for MySQL: HA - high availability version; RDS for PostgreSQL: HA - high availability version; Microsoft SQL Server: Not available at this time Enterprise - Enterprise Edition Standard - Standard Edition Web - Web version veDB for MySQL: Cluster - Cluster Edition veDB for PostgreSQL: Cluster - Cluster Edition MySQL Sharding: HA - high availability version;.
- Node
Detail Infos This property is required. List<RdsInstances V2Rds Instance Node Detail Info> - Instance node information.
- Node
Number This property is required. int - The number of nodes.
- Node
Spec This property is required. string - General instance type, different from Custom instance type.
- Port
This property is required. string - Instance intranet port.
- Project
Name This property is required. string - Subordinate to the project.
- Region
Id This property is required. string - The region of the RDS instance.
This property is required. int- The number of shards.
- Storage
Space This property is required. int - Total instance storage space. Unit: GB.
- Storage
Type This property is required. string - Instance storage type. When the database type is MySQL/PostgreSQL/SQL_Server/MySQL Sharding, the value is: LocalSSD - local SSD disk When the database type is veDB_MySQL/veDB_PostgreSQL, the value is: DistributedStorage - Distributed Storage.
- Storage
Use This property is required. int - The instance has used storage space. Unit: GB.
- Subnet
Id This property is required. string - The subnet ID of the RDS instance.
- Time
Zone This property is required. string - Time zone.
- Vpc
Id This property is required. string - The vpc ID of the RDS instance.
- Zone
Id This property is required. string - The available zone of the RDS instance.
- Charge
Detail This property is required. RdsInstances V2Rds Instance Charge Detail - Payment methods.
- Connection
Infos This property is required. []RdsInstances V2Rds Instance Connection Info - The connection info ot the RDS instance.
- Create
Time This property is required. string - Node creation local time.
- Db
Engine This property is required. string - The engine of the RDS instance.
- Db
Engine Version This property is required. string - The version of the RDS instance, Value: MySQL Community: MySQL_5.7 - MySQL 5.7 MySQL_8_0 - MySQL 8.0 PostgreSQL Community: PostgreSQL_11 - PostgreSQL 11 PostgreSQL_12 - PostgreSQL 12 Microsoft SQL Server: Not available at this time SQLServer_2019 - SQL Server 2019 veDB for MySQL: MySQL_8_0 - MySQL 8.0 veDB for PostgreSQL: PostgreSQL_13 - PostgreSQL 13.
- Id
This property is required. string - The ID of the RDS instance.
- Instance
Id This property is required. string - The id of the RDS instance.
- Instance
Name This property is required. string - The name of the RDS instance.
- Instance
Status This property is required. string - The status of the RDS instance, Value: Running - running Creating - Creating Deleting - Deleting Restarting - Restarting Restoring - Restoring Updating - changing Upgrading - Upgrading Error - the error.
- Instance
Type This property is required. string - The type of the RDS instance, Value: Value: RDS for MySQL: HA - high availability version; RDS for PostgreSQL: HA - high availability version; Microsoft SQL Server: Not available at this time Enterprise - Enterprise Edition Standard - Standard Edition Web - Web version veDB for MySQL: Cluster - Cluster Edition veDB for PostgreSQL: Cluster - Cluster Edition MySQL Sharding: HA - high availability version;.
- Node
Detail Infos This property is required. []RdsInstances V2Rds Instance Node Detail Info - Instance node information.
- Node
Number This property is required. int - The number of nodes.
- Node
Spec This property is required. string - General instance type, different from Custom instance type.
- Port
This property is required. string - Instance intranet port.
- Project
Name This property is required. string - Subordinate to the project.
- Region
Id This property is required. string - The region of the RDS instance.
This property is required. int- The number of shards.
- Storage
Space This property is required. int - Total instance storage space. Unit: GB.
- Storage
Type This property is required. string - Instance storage type. When the database type is MySQL/PostgreSQL/SQL_Server/MySQL Sharding, the value is: LocalSSD - local SSD disk When the database type is veDB_MySQL/veDB_PostgreSQL, the value is: DistributedStorage - Distributed Storage.
- Storage
Use This property is required. int - The instance has used storage space. Unit: GB.
- Subnet
Id This property is required. string - The subnet ID of the RDS instance.
- Time
Zone This property is required. string - Time zone.
- Vpc
Id This property is required. string - The vpc ID of the RDS instance.
- Zone
Id This property is required. string - The available zone of the RDS instance.
- charge
Detail This property is required. RdsInstances V2Rds Instance Charge Detail - Payment methods.
- connection
Infos This property is required. List<RdsInstances V2Rds Instance Connection Info> - The connection info ot the RDS instance.
- create
Time This property is required. String - Node creation local time.
- db
Engine This property is required. String - The engine of the RDS instance.
- db
Engine Version This property is required. String - The version of the RDS instance, Value: MySQL Community: MySQL_5.7 - MySQL 5.7 MySQL_8_0 - MySQL 8.0 PostgreSQL Community: PostgreSQL_11 - PostgreSQL 11 PostgreSQL_12 - PostgreSQL 12 Microsoft SQL Server: Not available at this time SQLServer_2019 - SQL Server 2019 veDB for MySQL: MySQL_8_0 - MySQL 8.0 veDB for PostgreSQL: PostgreSQL_13 - PostgreSQL 13.
- id
This property is required. String - The ID of the RDS instance.
- instance
Id This property is required. String - The id of the RDS instance.
- instance
Name This property is required. String - The name of the RDS instance.
- instance
Status This property is required. String - The status of the RDS instance, Value: Running - running Creating - Creating Deleting - Deleting Restarting - Restarting Restoring - Restoring Updating - changing Upgrading - Upgrading Error - the error.
- instance
Type This property is required. String - The type of the RDS instance, Value: Value: RDS for MySQL: HA - high availability version; RDS for PostgreSQL: HA - high availability version; Microsoft SQL Server: Not available at this time Enterprise - Enterprise Edition Standard - Standard Edition Web - Web version veDB for MySQL: Cluster - Cluster Edition veDB for PostgreSQL: Cluster - Cluster Edition MySQL Sharding: HA - high availability version;.
- node
Detail Infos This property is required. List<RdsInstances V2Rds Instance Node Detail Info> - Instance node information.
- node
Number This property is required. Integer - The number of nodes.
- node
Spec This property is required. String - General instance type, different from Custom instance type.
- port
This property is required. String - Instance intranet port.
- project
Name This property is required. String - Subordinate to the project.
- region
Id This property is required. String - The region of the RDS instance.
This property is required. Integer- The number of shards.
- storage
Space This property is required. Integer - Total instance storage space. Unit: GB.
- storage
Type This property is required. String - Instance storage type. When the database type is MySQL/PostgreSQL/SQL_Server/MySQL Sharding, the value is: LocalSSD - local SSD disk When the database type is veDB_MySQL/veDB_PostgreSQL, the value is: DistributedStorage - Distributed Storage.
- storage
Use This property is required. Integer - The instance has used storage space. Unit: GB.
- subnet
Id This property is required. String - The subnet ID of the RDS instance.
- time
Zone This property is required. String - Time zone.
- vpc
Id This property is required. String - The vpc ID of the RDS instance.
- zone
Id This property is required. String - The available zone of the RDS instance.
- charge
Detail This property is required. RdsInstances V2Rds Instance Charge Detail - Payment methods.
- connection
Infos This property is required. RdsInstances V2Rds Instance Connection Info[] - The connection info ot the RDS instance.
- create
Time This property is required. string - Node creation local time.
- db
Engine This property is required. string - The engine of the RDS instance.
- db
Engine Version This property is required. string - The version of the RDS instance, Value: MySQL Community: MySQL_5.7 - MySQL 5.7 MySQL_8_0 - MySQL 8.0 PostgreSQL Community: PostgreSQL_11 - PostgreSQL 11 PostgreSQL_12 - PostgreSQL 12 Microsoft SQL Server: Not available at this time SQLServer_2019 - SQL Server 2019 veDB for MySQL: MySQL_8_0 - MySQL 8.0 veDB for PostgreSQL: PostgreSQL_13 - PostgreSQL 13.
- id
This property is required. string - The ID of the RDS instance.
- instance
Id This property is required. string - The id of the RDS instance.
- instance
Name This property is required. string - The name of the RDS instance.
- instance
Status This property is required. string - The status of the RDS instance, Value: Running - running Creating - Creating Deleting - Deleting Restarting - Restarting Restoring - Restoring Updating - changing Upgrading - Upgrading Error - the error.
- instance
Type This property is required. string - The type of the RDS instance, Value: Value: RDS for MySQL: HA - high availability version; RDS for PostgreSQL: HA - high availability version; Microsoft SQL Server: Not available at this time Enterprise - Enterprise Edition Standard - Standard Edition Web - Web version veDB for MySQL: Cluster - Cluster Edition veDB for PostgreSQL: Cluster - Cluster Edition MySQL Sharding: HA - high availability version;.
- node
Detail Infos This property is required. RdsInstances V2Rds Instance Node Detail Info[] - Instance node information.
- node
Number This property is required. number - The number of nodes.
- node
Spec This property is required. string - General instance type, different from Custom instance type.
- port
This property is required. string - Instance intranet port.
- project
Name This property is required. string - Subordinate to the project.
- region
Id This property is required. string - The region of the RDS instance.
This property is required. number- The number of shards.
- storage
Space This property is required. number - Total instance storage space. Unit: GB.
- storage
Type This property is required. string - Instance storage type. When the database type is MySQL/PostgreSQL/SQL_Server/MySQL Sharding, the value is: LocalSSD - local SSD disk When the database type is veDB_MySQL/veDB_PostgreSQL, the value is: DistributedStorage - Distributed Storage.
- storage
Use This property is required. number - The instance has used storage space. Unit: GB.
- subnet
Id This property is required. string - The subnet ID of the RDS instance.
- time
Zone This property is required. string - Time zone.
- vpc
Id This property is required. string - The vpc ID of the RDS instance.
- zone
Id This property is required. string - The available zone of the RDS instance.
- charge_
detail This property is required. RdsInstances V2Rds Instance Charge Detail - Payment methods.
- connection_
infos This property is required. Sequence[RdsInstances V2Rds Instance Connection Info] - The connection info ot the RDS instance.
- create_
time This property is required. str - Node creation local time.
- db_
engine This property is required. str - The engine of the RDS instance.
- db_
engine_ version This property is required. str - The version of the RDS instance, Value: MySQL Community: MySQL_5.7 - MySQL 5.7 MySQL_8_0 - MySQL 8.0 PostgreSQL Community: PostgreSQL_11 - PostgreSQL 11 PostgreSQL_12 - PostgreSQL 12 Microsoft SQL Server: Not available at this time SQLServer_2019 - SQL Server 2019 veDB for MySQL: MySQL_8_0 - MySQL 8.0 veDB for PostgreSQL: PostgreSQL_13 - PostgreSQL 13.
- id
This property is required. str - The ID of the RDS instance.
- instance_
id This property is required. str - The id of the RDS instance.
- instance_
name This property is required. str - The name of the RDS instance.
- instance_
status This property is required. str - The status of the RDS instance, Value: Running - running Creating - Creating Deleting - Deleting Restarting - Restarting Restoring - Restoring Updating - changing Upgrading - Upgrading Error - the error.
- instance_
type This property is required. str - The type of the RDS instance, Value: Value: RDS for MySQL: HA - high availability version; RDS for PostgreSQL: HA - high availability version; Microsoft SQL Server: Not available at this time Enterprise - Enterprise Edition Standard - Standard Edition Web - Web version veDB for MySQL: Cluster - Cluster Edition veDB for PostgreSQL: Cluster - Cluster Edition MySQL Sharding: HA - high availability version;.
- node_
detail_ infos This property is required. Sequence[RdsInstances V2Rds Instance Node Detail Info] - Instance node information.
- node_
number This property is required. int - The number of nodes.
- node_
spec This property is required. str - General instance type, different from Custom instance type.
- port
This property is required. str - Instance intranet port.
- project_
name This property is required. str - Subordinate to the project.
- region_
id This property is required. str - The region of the RDS instance.
This property is required. int- The number of shards.
- storage_
space This property is required. int - Total instance storage space. Unit: GB.
- storage_
type This property is required. str - Instance storage type. When the database type is MySQL/PostgreSQL/SQL_Server/MySQL Sharding, the value is: LocalSSD - local SSD disk When the database type is veDB_MySQL/veDB_PostgreSQL, the value is: DistributedStorage - Distributed Storage.
- storage_
use This property is required. int - The instance has used storage space. Unit: GB.
- subnet_
id This property is required. str - The subnet ID of the RDS instance.
- time_
zone This property is required. str - Time zone.
- vpc_
id This property is required. str - The vpc ID of the RDS instance.
- zone_
id This property is required. str - The available zone of the RDS instance.
- charge
Detail This property is required. Property Map - Payment methods.
- connection
Infos This property is required. List<Property Map> - The connection info ot the RDS instance.
- create
Time This property is required. String - Node creation local time.
- db
Engine This property is required. String - The engine of the RDS instance.
- db
Engine Version This property is required. String - The version of the RDS instance, Value: MySQL Community: MySQL_5.7 - MySQL 5.7 MySQL_8_0 - MySQL 8.0 PostgreSQL Community: PostgreSQL_11 - PostgreSQL 11 PostgreSQL_12 - PostgreSQL 12 Microsoft SQL Server: Not available at this time SQLServer_2019 - SQL Server 2019 veDB for MySQL: MySQL_8_0 - MySQL 8.0 veDB for PostgreSQL: PostgreSQL_13 - PostgreSQL 13.
- id
This property is required. String - The ID of the RDS instance.
- instance
Id This property is required. String - The id of the RDS instance.
- instance
Name This property is required. String - The name of the RDS instance.
- instance
Status This property is required. String - The status of the RDS instance, Value: Running - running Creating - Creating Deleting - Deleting Restarting - Restarting Restoring - Restoring Updating - changing Upgrading - Upgrading Error - the error.
- instance
Type This property is required. String - The type of the RDS instance, Value: Value: RDS for MySQL: HA - high availability version; RDS for PostgreSQL: HA - high availability version; Microsoft SQL Server: Not available at this time Enterprise - Enterprise Edition Standard - Standard Edition Web - Web version veDB for MySQL: Cluster - Cluster Edition veDB for PostgreSQL: Cluster - Cluster Edition MySQL Sharding: HA - high availability version;.
- node
Detail Infos This property is required. List<Property Map> - Instance node information.
- node
Number This property is required. Number - The number of nodes.
- node
Spec This property is required. String - General instance type, different from Custom instance type.
- port
This property is required. String - Instance intranet port.
- project
Name This property is required. String - Subordinate to the project.
- region
Id This property is required. String - The region of the RDS instance.
This property is required. Number- The number of shards.
- storage
Space This property is required. Number - Total instance storage space. Unit: GB.
- storage
Type This property is required. String - Instance storage type. When the database type is MySQL/PostgreSQL/SQL_Server/MySQL Sharding, the value is: LocalSSD - local SSD disk When the database type is veDB_MySQL/veDB_PostgreSQL, the value is: DistributedStorage - Distributed Storage.
- storage
Use This property is required. Number - The instance has used storage space. Unit: GB.
- subnet
Id This property is required. String - The subnet ID of the RDS instance.
- time
Zone This property is required. String - Time zone.
- vpc
Id This property is required. String - The vpc ID of the RDS instance.
- zone
Id This property is required. String - The available zone of the RDS instance.
RdsInstancesV2RdsInstanceChargeDetail
- Auto
Renew This property is required. bool - Whether to automatically renew in prepaid scenarios. Autorenew_Enable Autorenew_Disable (default).
- Charge
End Time This property is required. string - Billing expiry time (yearly and monthly only).
- Charge
Start Time This property is required. string - Billing start time (pay-as-you-go & monthly subscription).
- Charge
Status This property is required. string - Pay status. Value: normal - normal overdue - overdue .
- Charge
Type This property is required. string - The charge type of the RDS instance.
- Overdue
Reclaim Time This property is required. string - Estimated release time when arrears are closed (pay-as-you-go & monthly subscription).
- Overdue
Time This property is required. string - Shutdown time in arrears (pay-as-you-go & monthly subscription).
- Period
This property is required. int - Purchase duration in prepaid scenarios. Default: 1.
- Period
Unit This property is required. string - The purchase cycle in the prepaid scenario. Month - monthly subscription (default) Year - Package year.
- Auto
Renew This property is required. bool - Whether to automatically renew in prepaid scenarios. Autorenew_Enable Autorenew_Disable (default).
- Charge
End Time This property is required. string - Billing expiry time (yearly and monthly only).
- Charge
Start Time This property is required. string - Billing start time (pay-as-you-go & monthly subscription).
- Charge
Status This property is required. string - Pay status. Value: normal - normal overdue - overdue .
- Charge
Type This property is required. string - The charge type of the RDS instance.
- Overdue
Reclaim Time This property is required. string - Estimated release time when arrears are closed (pay-as-you-go & monthly subscription).
- Overdue
Time This property is required. string - Shutdown time in arrears (pay-as-you-go & monthly subscription).
- Period
This property is required. int - Purchase duration in prepaid scenarios. Default: 1.
- Period
Unit This property is required. string - The purchase cycle in the prepaid scenario. Month - monthly subscription (default) Year - Package year.
- auto
Renew This property is required. Boolean - Whether to automatically renew in prepaid scenarios. Autorenew_Enable Autorenew_Disable (default).
- charge
End Time This property is required. String - Billing expiry time (yearly and monthly only).
- charge
Start Time This property is required. String - Billing start time (pay-as-you-go & monthly subscription).
- charge
Status This property is required. String - Pay status. Value: normal - normal overdue - overdue .
- charge
Type This property is required. String - The charge type of the RDS instance.
- overdue
Reclaim Time This property is required. String - Estimated release time when arrears are closed (pay-as-you-go & monthly subscription).
- overdue
Time This property is required. String - Shutdown time in arrears (pay-as-you-go & monthly subscription).
- period
This property is required. Integer - Purchase duration in prepaid scenarios. Default: 1.
- period
Unit This property is required. String - The purchase cycle in the prepaid scenario. Month - monthly subscription (default) Year - Package year.
- auto
Renew This property is required. boolean - Whether to automatically renew in prepaid scenarios. Autorenew_Enable Autorenew_Disable (default).
- charge
End Time This property is required. string - Billing expiry time (yearly and monthly only).
- charge
Start Time This property is required. string - Billing start time (pay-as-you-go & monthly subscription).
- charge
Status This property is required. string - Pay status. Value: normal - normal overdue - overdue .
- charge
Type This property is required. string - The charge type of the RDS instance.
- overdue
Reclaim Time This property is required. string - Estimated release time when arrears are closed (pay-as-you-go & monthly subscription).
- overdue
Time This property is required. string - Shutdown time in arrears (pay-as-you-go & monthly subscription).
- period
This property is required. number - Purchase duration in prepaid scenarios. Default: 1.
- period
Unit This property is required. string - The purchase cycle in the prepaid scenario. Month - monthly subscription (default) Year - Package year.
- auto_
renew This property is required. bool - Whether to automatically renew in prepaid scenarios. Autorenew_Enable Autorenew_Disable (default).
- charge_
end_ time This property is required. str - Billing expiry time (yearly and monthly only).
- charge_
start_ time This property is required. str - Billing start time (pay-as-you-go & monthly subscription).
- charge_
status This property is required. str - Pay status. Value: normal - normal overdue - overdue .
- charge_
type This property is required. str - The charge type of the RDS instance.
- overdue_
reclaim_ time This property is required. str - Estimated release time when arrears are closed (pay-as-you-go & monthly subscription).
- overdue_
time This property is required. str - Shutdown time in arrears (pay-as-you-go & monthly subscription).
- period
This property is required. int - Purchase duration in prepaid scenarios. Default: 1.
- period_
unit This property is required. str - The purchase cycle in the prepaid scenario. Month - monthly subscription (default) Year - Package year.
- auto
Renew This property is required. Boolean - Whether to automatically renew in prepaid scenarios. Autorenew_Enable Autorenew_Disable (default).
- charge
End Time This property is required. String - Billing expiry time (yearly and monthly only).
- charge
Start Time This property is required. String - Billing start time (pay-as-you-go & monthly subscription).
- charge
Status This property is required. String - Pay status. Value: normal - normal overdue - overdue .
- charge
Type This property is required. String - The charge type of the RDS instance.
- overdue
Reclaim Time This property is required. String - Estimated release time when arrears are closed (pay-as-you-go & monthly subscription).
- overdue
Time This property is required. String - Shutdown time in arrears (pay-as-you-go & monthly subscription).
- period
This property is required. Number - Purchase duration in prepaid scenarios. Default: 1.
- period
Unit This property is required. String - The purchase cycle in the prepaid scenario. Month - monthly subscription (default) Year - Package year.
RdsInstancesV2RdsInstanceConnectionInfo
- Addresses
This property is required. List<RdsInstances V2Rds Instance Connection Info Address> - Address list.
- Auto
Add New Nodes This property is required. string - When the terminal type is read-write terminal or read-only terminal, it supports setting whether new nodes are automatically added.
- Description
This property is required. string - Address description.
- Enable
Read Only This property is required. string - Whether global read-only is enabled, value: Enable: Enable. Disable: Disabled.
- Enable
Read Write Splitting This property is required. string - Whether read-write separation is enabled, value: Enable: Enable. Disable: Disabled.
- Endpoint
Id This property is required. string - Instance connection terminal ID.
- Endpoint
Name This property is required. string - The instance connection terminal name.
- Endpoint
Type This property is required. string - Terminal type: Cluster: The default terminal. (created by default) Primary: Primary node terminal. Custom: Custom terminal. Direct: Direct connection to the terminal. (Only the operation and maintenance side) AllNode: All node terminals. (Only the operation and maintenance side).
- Read
Only Node Weights This property is required. List<RdsInstances V2Rds Instance Connection Info Read Only Node Weight> - The list of nodes configured by the connection terminal and the corresponding read-only weights.
- Read
Write Mode This property is required. string - Read and write mode: ReadWrite: read and write ReadOnly: read only (default).
- Addresses
This property is required. []RdsInstances V2Rds Instance Connection Info Address - Address list.
- Auto
Add New Nodes This property is required. string - When the terminal type is read-write terminal or read-only terminal, it supports setting whether new nodes are automatically added.
- Description
This property is required. string - Address description.
- Enable
Read Only This property is required. string - Whether global read-only is enabled, value: Enable: Enable. Disable: Disabled.
- Enable
Read Write Splitting This property is required. string - Whether read-write separation is enabled, value: Enable: Enable. Disable: Disabled.
- Endpoint
Id This property is required. string - Instance connection terminal ID.
- Endpoint
Name This property is required. string - The instance connection terminal name.
- Endpoint
Type This property is required. string - Terminal type: Cluster: The default terminal. (created by default) Primary: Primary node terminal. Custom: Custom terminal. Direct: Direct connection to the terminal. (Only the operation and maintenance side) AllNode: All node terminals. (Only the operation and maintenance side).
- Read
Only Node Weights This property is required. []RdsInstances V2Rds Instance Connection Info Read Only Node Weight - The list of nodes configured by the connection terminal and the corresponding read-only weights.
- Read
Write Mode This property is required. string - Read and write mode: ReadWrite: read and write ReadOnly: read only (default).
- addresses
This property is required. List<RdsInstances V2Rds Instance Connection Info Address> - Address list.
- auto
Add New Nodes This property is required. String - When the terminal type is read-write terminal or read-only terminal, it supports setting whether new nodes are automatically added.
- description
This property is required. String - Address description.
- enable
Read Only This property is required. String - Whether global read-only is enabled, value: Enable: Enable. Disable: Disabled.
- enable
Read Write Splitting This property is required. String - Whether read-write separation is enabled, value: Enable: Enable. Disable: Disabled.
- endpoint
Id This property is required. String - Instance connection terminal ID.
- endpoint
Name This property is required. String - The instance connection terminal name.
- endpoint
Type This property is required. String - Terminal type: Cluster: The default terminal. (created by default) Primary: Primary node terminal. Custom: Custom terminal. Direct: Direct connection to the terminal. (Only the operation and maintenance side) AllNode: All node terminals. (Only the operation and maintenance side).
- read
Only Node Weights This property is required. List<RdsInstances V2Rds Instance Connection Info Read Only Node Weight> - The list of nodes configured by the connection terminal and the corresponding read-only weights.
- read
Write Mode This property is required. String - Read and write mode: ReadWrite: read and write ReadOnly: read only (default).
- addresses
This property is required. RdsInstances V2Rds Instance Connection Info Address[] - Address list.
- auto
Add New Nodes This property is required. string - When the terminal type is read-write terminal or read-only terminal, it supports setting whether new nodes are automatically added.
- description
This property is required. string - Address description.
- enable
Read Only This property is required. string - Whether global read-only is enabled, value: Enable: Enable. Disable: Disabled.
- enable
Read Write Splitting This property is required. string - Whether read-write separation is enabled, value: Enable: Enable. Disable: Disabled.
- endpoint
Id This property is required. string - Instance connection terminal ID.
- endpoint
Name This property is required. string - The instance connection terminal name.
- endpoint
Type This property is required. string - Terminal type: Cluster: The default terminal. (created by default) Primary: Primary node terminal. Custom: Custom terminal. Direct: Direct connection to the terminal. (Only the operation and maintenance side) AllNode: All node terminals. (Only the operation and maintenance side).
- read
Only Node Weights This property is required. RdsInstances V2Rds Instance Connection Info Read Only Node Weight[] - The list of nodes configured by the connection terminal and the corresponding read-only weights.
- read
Write Mode This property is required. string - Read and write mode: ReadWrite: read and write ReadOnly: read only (default).
- addresses
This property is required. Sequence[RdsInstances V2Rds Instance Connection Info Address] - Address list.
- auto_
add_ new_ nodes This property is required. str - When the terminal type is read-write terminal or read-only terminal, it supports setting whether new nodes are automatically added.
- description
This property is required. str - Address description.
- enable_
read_ only This property is required. str - Whether global read-only is enabled, value: Enable: Enable. Disable: Disabled.
- enable_
read_ write_ splitting This property is required. str - Whether read-write separation is enabled, value: Enable: Enable. Disable: Disabled.
- endpoint_
id This property is required. str - Instance connection terminal ID.
- endpoint_
name This property is required. str - The instance connection terminal name.
- endpoint_
type This property is required. str - Terminal type: Cluster: The default terminal. (created by default) Primary: Primary node terminal. Custom: Custom terminal. Direct: Direct connection to the terminal. (Only the operation and maintenance side) AllNode: All node terminals. (Only the operation and maintenance side).
- read_
only_ node_ weights This property is required. Sequence[RdsInstances V2Rds Instance Connection Info Read Only Node Weight] - The list of nodes configured by the connection terminal and the corresponding read-only weights.
- read_
write_ mode This property is required. str - Read and write mode: ReadWrite: read and write ReadOnly: read only (default).
- addresses
This property is required. List<Property Map> - Address list.
- auto
Add New Nodes This property is required. String - When the terminal type is read-write terminal or read-only terminal, it supports setting whether new nodes are automatically added.
- description
This property is required. String - Address description.
- enable
Read Only This property is required. String - Whether global read-only is enabled, value: Enable: Enable. Disable: Disabled.
- enable
Read Write Splitting This property is required. String - Whether read-write separation is enabled, value: Enable: Enable. Disable: Disabled.
- endpoint
Id This property is required. String - Instance connection terminal ID.
- endpoint
Name This property is required. String - The instance connection terminal name.
- endpoint
Type This property is required. String - Terminal type: Cluster: The default terminal. (created by default) Primary: Primary node terminal. Custom: Custom terminal. Direct: Direct connection to the terminal. (Only the operation and maintenance side) AllNode: All node terminals. (Only the operation and maintenance side).
- read
Only Node Weights This property is required. List<Property Map> - The list of nodes configured by the connection terminal and the corresponding read-only weights.
- read
Write Mode This property is required. String - Read and write mode: ReadWrite: read and write ReadOnly: read only (default).
RdsInstancesV2RdsInstanceConnectionInfoAddress
- Domain
This property is required. string - Connect domain name.
- Eip
Id This property is required. string - The ID of the EIP, only valid for Public addresses.
- Ip
Address This property is required. string - The IP Address.
- Network
Type This property is required. string - Network address type, temporarily Private, Public, PublicService.
- Port
This property is required. string - Instance intranet port.
- Subnet
Id This property is required. string - The subnet ID of the RDS instance.
- Domain
This property is required. string - Connect domain name.
- Eip
Id This property is required. string - The ID of the EIP, only valid for Public addresses.
- Ip
Address This property is required. string - The IP Address.
- Network
Type This property is required. string - Network address type, temporarily Private, Public, PublicService.
- Port
This property is required. string - Instance intranet port.
- Subnet
Id This property is required. string - The subnet ID of the RDS instance.
- domain
This property is required. String - Connect domain name.
- eip
Id This property is required. String - The ID of the EIP, only valid for Public addresses.
- ip
Address This property is required. String - The IP Address.
- network
Type This property is required. String - Network address type, temporarily Private, Public, PublicService.
- port
This property is required. String - Instance intranet port.
- subnet
Id This property is required. String - The subnet ID of the RDS instance.
- domain
This property is required. string - Connect domain name.
- eip
Id This property is required. string - The ID of the EIP, only valid for Public addresses.
- ip
Address This property is required. string - The IP Address.
- network
Type This property is required. string - Network address type, temporarily Private, Public, PublicService.
- port
This property is required. string - Instance intranet port.
- subnet
Id This property is required. string - The subnet ID of the RDS instance.
- domain
This property is required. str - Connect domain name.
- eip_
id This property is required. str - The ID of the EIP, only valid for Public addresses.
- ip_
address This property is required. str - The IP Address.
- network_
type This property is required. str - Network address type, temporarily Private, Public, PublicService.
- port
This property is required. str - Instance intranet port.
- subnet_
id This property is required. str - The subnet ID of the RDS instance.
- domain
This property is required. String - Connect domain name.
- eip
Id This property is required. String - The ID of the EIP, only valid for Public addresses.
- ip
Address This property is required. String - The IP Address.
- network
Type This property is required. String - Network address type, temporarily Private, Public, PublicService.
- port
This property is required. String - Instance intranet port.
- subnet
Id This property is required. String - The subnet ID of the RDS instance.
RdsInstancesV2RdsInstanceConnectionInfoReadOnlyNodeWeight
RdsInstancesV2RdsInstanceNodeDetailInfo
- Create
Time This property is required. string - Node creation local time.
- Instance
Id This property is required. string - The id of the RDS instance.
- Memory
This property is required. int - Memory size in GB.
- Node
Id This property is required. string - Node ID.
- Node
Spec This property is required. string - General instance type, different from Custom instance type.
- Node
Status This property is required. string - Node state, value: aligned with instance state.
- Node
Type This property is required. string - Node type. Value: Primary: Primary node. Secondary: Standby node. ReadOnly: Read-only node.
- Region
Id This property is required. string - The region of the RDS instance.
- Update
Time This property is required. string - Node updates local time.
- VCpu
This property is required. int - CPU size. For example: 1 means 1U.
- Zone
Id This property is required. string - The available zone of the RDS instance.
- Create
Time This property is required. string - Node creation local time.
- Instance
Id This property is required. string - The id of the RDS instance.
- Memory
This property is required. int - Memory size in GB.
- Node
Id This property is required. string - Node ID.
- Node
Spec This property is required. string - General instance type, different from Custom instance type.
- Node
Status This property is required. string - Node state, value: aligned with instance state.
- Node
Type This property is required. string - Node type. Value: Primary: Primary node. Secondary: Standby node. ReadOnly: Read-only node.
- Region
Id This property is required. string - The region of the RDS instance.
- Update
Time This property is required. string - Node updates local time.
- VCpu
This property is required. int - CPU size. For example: 1 means 1U.
- Zone
Id This property is required. string - The available zone of the RDS instance.
- create
Time This property is required. String - Node creation local time.
- instance
Id This property is required. String - The id of the RDS instance.
- memory
This property is required. Integer - Memory size in GB.
- node
Id This property is required. String - Node ID.
- node
Spec This property is required. String - General instance type, different from Custom instance type.
- node
Status This property is required. String - Node state, value: aligned with instance state.
- node
Type This property is required. String - Node type. Value: Primary: Primary node. Secondary: Standby node. ReadOnly: Read-only node.
- region
Id This property is required. String - The region of the RDS instance.
- update
Time This property is required. String - Node updates local time.
- v
Cpu This property is required. Integer - CPU size. For example: 1 means 1U.
- zone
Id This property is required. String - The available zone of the RDS instance.
- create
Time This property is required. string - Node creation local time.
- instance
Id This property is required. string - The id of the RDS instance.
- memory
This property is required. number - Memory size in GB.
- node
Id This property is required. string - Node ID.
- node
Spec This property is required. string - General instance type, different from Custom instance type.
- node
Status This property is required. string - Node state, value: aligned with instance state.
- node
Type This property is required. string - Node type. Value: Primary: Primary node. Secondary: Standby node. ReadOnly: Read-only node.
- region
Id This property is required. string - The region of the RDS instance.
- update
Time This property is required. string - Node updates local time.
- v
Cpu This property is required. number - CPU size. For example: 1 means 1U.
- zone
Id This property is required. string - The available zone of the RDS instance.
- create_
time This property is required. str - Node creation local time.
- instance_
id This property is required. str - The id of the RDS instance.
- memory
This property is required. int - Memory size in GB.
- node_
id This property is required. str - Node ID.
- node_
spec This property is required. str - General instance type, different from Custom instance type.
- node_
status This property is required. str - Node state, value: aligned with instance state.
- node_
type This property is required. str - Node type. Value: Primary: Primary node. Secondary: Standby node. ReadOnly: Read-only node.
- region_
id This property is required. str - The region of the RDS instance.
- update_
time This property is required. str - Node updates local time.
- v_
cpu This property is required. int - CPU size. For example: 1 means 1U.
- zone_
id This property is required. str - The available zone of the RDS instance.
- create
Time This property is required. String - Node creation local time.
- instance
Id This property is required. String - The id of the RDS instance.
- memory
This property is required. Number - Memory size in GB.
- node
Id This property is required. String - Node ID.
- node
Spec This property is required. String - General instance type, different from Custom instance type.
- node
Status This property is required. String - Node state, value: aligned with instance state.
- node
Type This property is required. String - Node type. Value: Primary: Primary node. Secondary: Standby node. ReadOnly: Read-only node.
- region
Id This property is required. String - The region of the RDS instance.
- update
Time This property is required. String - Node updates local time.
- v
Cpu This property is required. Number - CPU size. For example: 1 means 1U.
- zone
Id This property is required. String - The available zone of the RDS instance.
Package Details
- Repository
- volcengine volcengine/pulumi-volcengine
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
volcengine
Terraform Provider.