1. Packages
  2. Volcengine
  3. API Docs
  4. rds_v2
  5. RdsInstancesV2
Volcengine v0.0.27 published on Tuesday, Dec 10, 2024 by Volcengine

volcengine.rds_v2.RdsInstancesV2

Explore with Pulumi AI

Volcengine v0.0.27 published on Tuesday, Dec 10, 2024 by Volcengine

(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({});
Copy
import pulumi
import pulumi_volcengine as volcengine

default = volcengine.rds_v2.rds_instances_v2()
Copy
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
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Volcengine = Pulumi.Volcengine;

return await Deployment.RunAsync(() => 
{
    var @default = Volcengine.Rds_v2.RdsInstancesV2.Invoke();

});
Copy
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();

    }
}
Copy
variables:
  default:
    fn::invoke:
      Function: volcengine:rds_v2:RdsInstancesV2
      Arguments: {}
Copy

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>
Copy
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]
Copy
func RdsInstancesV2(ctx *Context, args *RdsInstancesV2Args, opts ...InvokeOption) (*RdsInstancesV2Result, error)
func RdsInstancesV2Output(ctx *Context, args *RdsInstancesV2OutputArgs, opts ...InvokeOption) RdsInstancesV2ResultOutput
Copy
public static class RdsInstancesV2 
{
    public static Task<RdsInstancesV2Result> InvokeAsync(RdsInstancesV2Args args, InvokeOptions? opts = null)
    public static Output<RdsInstancesV2Result> Invoke(RdsInstancesV2InvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<RdsInstancesV2Result> rdsInstancesV2(RdsInstancesV2Args args, InvokeOptions options)
public static Output<RdsInstancesV2Result> rdsInstancesV2(RdsInstancesV2Args args, InvokeOptions options)
Copy
fn::invoke:
  function: volcengine:rds_v2:RdsInstancesV2
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ChargeType string
The charge type of the RDS instance.
CreateTimeEnd string
The end time of creating RDS instance.
CreateTimeStart string
The start time of creating RDS instance.
DbEngineVersion 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.
InstanceId string
The id of the RDS instance.
InstanceName string
The name of the RDS instance.
InstanceStatus 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.
InstanceType 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;.
NameRegex string
A Name Regex of RDS instance.
OutputFile string
File name where to save data source results.
ZoneId string
The available zone of the RDS instance.
ChargeType string
The charge type of the RDS instance.
CreateTimeEnd string
The end time of creating RDS instance.
CreateTimeStart string
The start time of creating RDS instance.
DbEngineVersion 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.
InstanceId string
The id of the RDS instance.
InstanceName string
The name of the RDS instance.
InstanceStatus 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.
InstanceType 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;.
NameRegex string
A Name Regex of RDS instance.
OutputFile string
File name where to save data source results.
ZoneId string
The available zone of the RDS instance.
chargeType String
The charge type of the RDS instance.
createTimeEnd String
The end time of creating RDS instance.
createTimeStart String
The start time of creating RDS instance.
dbEngineVersion 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.
instanceId String
The id of the RDS instance.
instanceName String
The name of the RDS instance.
instanceStatus 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.
instanceType 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;.
nameRegex String
A Name Regex of RDS instance.
outputFile String
File name where to save data source results.
zoneId String
The available zone of the RDS instance.
chargeType string
The charge type of the RDS instance.
createTimeEnd string
The end time of creating RDS instance.
createTimeStart string
The start time of creating RDS instance.
dbEngineVersion 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.
instanceId string
The id of the RDS instance.
instanceName string
The name of the RDS instance.
instanceStatus 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.
instanceType 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;.
nameRegex string
A Name Regex of RDS instance.
outputFile string
File name where to save data source results.
zoneId string
The available zone of the RDS instance.
charge_type str
The charge type of the RDS instance.
create_time_end str
The end time of creating RDS instance.
create_time_start str
The start time of creating RDS instance.
db_engine_version 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.
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.
chargeType String
The charge type of the RDS instance.
createTimeEnd String
The end time of creating RDS instance.
createTimeStart String
The start time of creating RDS instance.
dbEngineVersion 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.
instanceId String
The id of the RDS instance.
instanceName String
The name of the RDS instance.
instanceStatus 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.
instanceType 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;.
nameRegex String
A Name Regex of RDS instance.
outputFile String
File name where to save data source results.
zoneId 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.
RdsInstances List<RdsInstancesV2RdsInstance>
The collection of RDS instance query.
TotalCount int
The total count of RDS instance query.
ChargeType string
Payment type. Value: PostPaid - Pay-As-You-Go PrePaid - Yearly and monthly (default).
CreateTimeEnd string
CreateTimeStart string
DbEngineVersion string
The engine version of the RDS instance.
InstanceId string
Instance ID.
InstanceName string
The name of the RDS instance.
InstanceStatus string
The status of the RDS instance.
InstanceType string
The type of the RDS instance.
NameRegex string
OutputFile string
ZoneId string
The available zone of the RDS instance.
Id string
The provider-assigned unique ID for this managed resource.
RdsInstances []RdsInstancesV2RdsInstance
The collection of RDS instance query.
TotalCount int
The total count of RDS instance query.
ChargeType string
Payment type. Value: PostPaid - Pay-As-You-Go PrePaid - Yearly and monthly (default).
CreateTimeEnd string
CreateTimeStart string
DbEngineVersion string
The engine version of the RDS instance.
InstanceId string
Instance ID.
InstanceName string
The name of the RDS instance.
InstanceStatus string
The status of the RDS instance.
InstanceType string
The type of the RDS instance.
NameRegex string
OutputFile string
ZoneId string
The available zone of the RDS instance.
id String
The provider-assigned unique ID for this managed resource.
rdsInstances List<RdsInstancesV2RdsInstance>
The collection of RDS instance query.
totalCount Integer
The total count of RDS instance query.
chargeType String
Payment type. Value: PostPaid - Pay-As-You-Go PrePaid - Yearly and monthly (default).
createTimeEnd String
createTimeStart String
dbEngineVersion String
The engine version of the RDS instance.
instanceId String
Instance ID.
instanceName String
The name of the RDS instance.
instanceStatus String
The status of the RDS instance.
instanceType String
The type of the RDS instance.
nameRegex String
outputFile String
zoneId String
The available zone of the RDS instance.
id string
The provider-assigned unique ID for this managed resource.
rdsInstances RdsInstancesV2RdsInstance[]
The collection of RDS instance query.
totalCount number
The total count of RDS instance query.
chargeType string
Payment type. Value: PostPaid - Pay-As-You-Go PrePaid - Yearly and monthly (default).
createTimeEnd string
createTimeStart string
dbEngineVersion string
The engine version of the RDS instance.
instanceId string
Instance ID.
instanceName string
The name of the RDS instance.
instanceStatus string
The status of the RDS instance.
instanceType string
The type of the RDS instance.
nameRegex string
outputFile string
zoneId string
The available zone of the RDS instance.
id str
The provider-assigned unique ID for this managed resource.
rds_instances Sequence[RdsInstancesV2RdsInstance]
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_end str
create_time_start str
db_engine_version str
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.
rdsInstances List<Property Map>
The collection of RDS instance query.
totalCount Number
The total count of RDS instance query.
chargeType String
Payment type. Value: PostPaid - Pay-As-You-Go PrePaid - Yearly and monthly (default).
createTimeEnd String
createTimeStart String
dbEngineVersion String
The engine version of the RDS instance.
instanceId String
Instance ID.
instanceName String
The name of the RDS instance.
instanceStatus String
The status of the RDS instance.
instanceType String
The type of the RDS instance.
nameRegex String
outputFile String
zoneId String
The available zone of the RDS instance.

Supporting Types

RdsInstancesV2RdsInstance

ChargeDetail This property is required. RdsInstancesV2RdsInstanceChargeDetail
Payment methods.
ConnectionInfos This property is required. List<RdsInstancesV2RdsInstanceConnectionInfo>
The connection info ot the RDS instance.
CreateTime This property is required. string
Node creation local time.
DbEngine This property is required. string
The engine of the RDS instance.
DbEngineVersion 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.
InstanceId This property is required. string
The id of the RDS instance.
InstanceName This property is required. string
The name of the RDS instance.
InstanceStatus 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.
InstanceType 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;.
NodeDetailInfos This property is required. List<RdsInstancesV2RdsInstanceNodeDetailInfo>
Instance node information.
NodeNumber This property is required. int
The number of nodes.
NodeSpec This property is required. string
General instance type, different from Custom instance type.
Port This property is required. string
Instance intranet port.
ProjectName This property is required. string
Subordinate to the project.
RegionId This property is required. string
The region of the RDS instance.
ShardNumber This property is required. int
The number of shards.
StorageSpace This property is required. int
Total instance storage space. Unit: GB.
StorageType 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.
StorageUse This property is required. int
The instance has used storage space. Unit: GB.
SubnetId This property is required. string
The subnet ID of the RDS instance.
TimeZone This property is required. string
Time zone.
VpcId This property is required. string
The vpc ID of the RDS instance.
ZoneId This property is required. string
The available zone of the RDS instance.
ChargeDetail This property is required. RdsInstancesV2RdsInstanceChargeDetail
Payment methods.
ConnectionInfos This property is required. []RdsInstancesV2RdsInstanceConnectionInfo
The connection info ot the RDS instance.
CreateTime This property is required. string
Node creation local time.
DbEngine This property is required. string
The engine of the RDS instance.
DbEngineVersion 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.
InstanceId This property is required. string
The id of the RDS instance.
InstanceName This property is required. string
The name of the RDS instance.
InstanceStatus 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.
InstanceType 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;.
NodeDetailInfos This property is required. []RdsInstancesV2RdsInstanceNodeDetailInfo
Instance node information.
NodeNumber This property is required. int
The number of nodes.
NodeSpec This property is required. string
General instance type, different from Custom instance type.
Port This property is required. string
Instance intranet port.
ProjectName This property is required. string
Subordinate to the project.
RegionId This property is required. string
The region of the RDS instance.
ShardNumber This property is required. int
The number of shards.
StorageSpace This property is required. int
Total instance storage space. Unit: GB.
StorageType 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.
StorageUse This property is required. int
The instance has used storage space. Unit: GB.
SubnetId This property is required. string
The subnet ID of the RDS instance.
TimeZone This property is required. string
Time zone.
VpcId This property is required. string
The vpc ID of the RDS instance.
ZoneId This property is required. string
The available zone of the RDS instance.
chargeDetail This property is required. RdsInstancesV2RdsInstanceChargeDetail
Payment methods.
connectionInfos This property is required. List<RdsInstancesV2RdsInstanceConnectionInfo>
The connection info ot the RDS instance.
createTime This property is required. String
Node creation local time.
dbEngine This property is required. String
The engine of the RDS instance.
dbEngineVersion 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.
instanceId This property is required. String
The id of the RDS instance.
instanceName This property is required. String
The name of the RDS instance.
instanceStatus 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.
instanceType 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;.
nodeDetailInfos This property is required. List<RdsInstancesV2RdsInstanceNodeDetailInfo>
Instance node information.
nodeNumber This property is required. Integer
The number of nodes.
nodeSpec This property is required. String
General instance type, different from Custom instance type.
port This property is required. String
Instance intranet port.
projectName This property is required. String
Subordinate to the project.
regionId This property is required. String
The region of the RDS instance.
shardNumber This property is required. Integer
The number of shards.
storageSpace This property is required. Integer
Total instance storage space. Unit: GB.
storageType 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.
storageUse This property is required. Integer
The instance has used storage space. Unit: GB.
subnetId This property is required. String
The subnet ID of the RDS instance.
timeZone This property is required. String
Time zone.
vpcId This property is required. String
The vpc ID of the RDS instance.
zoneId This property is required. String
The available zone of the RDS instance.
chargeDetail This property is required. RdsInstancesV2RdsInstanceChargeDetail
Payment methods.
connectionInfos This property is required. RdsInstancesV2RdsInstanceConnectionInfo[]
The connection info ot the RDS instance.
createTime This property is required. string
Node creation local time.
dbEngine This property is required. string
The engine of the RDS instance.
dbEngineVersion 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.
instanceId This property is required. string
The id of the RDS instance.
instanceName This property is required. string
The name of the RDS instance.
instanceStatus 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.
instanceType 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;.
nodeDetailInfos This property is required. RdsInstancesV2RdsInstanceNodeDetailInfo[]
Instance node information.
nodeNumber This property is required. number
The number of nodes.
nodeSpec This property is required. string
General instance type, different from Custom instance type.
port This property is required. string
Instance intranet port.
projectName This property is required. string
Subordinate to the project.
regionId This property is required. string
The region of the RDS instance.
shardNumber This property is required. number
The number of shards.
storageSpace This property is required. number
Total instance storage space. Unit: GB.
storageType 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.
storageUse This property is required. number
The instance has used storage space. Unit: GB.
subnetId This property is required. string
The subnet ID of the RDS instance.
timeZone This property is required. string
Time zone.
vpcId This property is required. string
The vpc ID of the RDS instance.
zoneId This property is required. string
The available zone of the RDS instance.
charge_detail This property is required. RdsInstancesV2RdsInstanceChargeDetail
Payment methods.
connection_infos This property is required. Sequence[RdsInstancesV2RdsInstanceConnectionInfo]
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[RdsInstancesV2RdsInstanceNodeDetailInfo]
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.
shard_number 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.
chargeDetail This property is required. Property Map
Payment methods.
connectionInfos This property is required. List<Property Map>
The connection info ot the RDS instance.
createTime This property is required. String
Node creation local time.
dbEngine This property is required. String
The engine of the RDS instance.
dbEngineVersion 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.
instanceId This property is required. String
The id of the RDS instance.
instanceName This property is required. String
The name of the RDS instance.
instanceStatus 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.
instanceType 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;.
nodeDetailInfos This property is required. List<Property Map>
Instance node information.
nodeNumber This property is required. Number
The number of nodes.
nodeSpec This property is required. String
General instance type, different from Custom instance type.
port This property is required. String
Instance intranet port.
projectName This property is required. String
Subordinate to the project.
regionId This property is required. String
The region of the RDS instance.
shardNumber This property is required. Number
The number of shards.
storageSpace This property is required. Number
Total instance storage space. Unit: GB.
storageType 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.
storageUse This property is required. Number
The instance has used storage space. Unit: GB.
subnetId This property is required. String
The subnet ID of the RDS instance.
timeZone This property is required. String
Time zone.
vpcId This property is required. String
The vpc ID of the RDS instance.
zoneId This property is required. String
The available zone of the RDS instance.

RdsInstancesV2RdsInstanceChargeDetail

AutoRenew This property is required. bool
Whether to automatically renew in prepaid scenarios. Autorenew_Enable Autorenew_Disable (default).
ChargeEndTime This property is required. string
Billing expiry time (yearly and monthly only).
ChargeStartTime This property is required. string
Billing start time (pay-as-you-go & monthly subscription).
ChargeStatus This property is required. string
Pay status. Value: normal - normal overdue - overdue .
ChargeType This property is required. string
The charge type of the RDS instance.
OverdueReclaimTime This property is required. string
Estimated release time when arrears are closed (pay-as-you-go & monthly subscription).
OverdueTime 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.
PeriodUnit This property is required. string
The purchase cycle in the prepaid scenario. Month - monthly subscription (default) Year - Package year.
AutoRenew This property is required. bool
Whether to automatically renew in prepaid scenarios. Autorenew_Enable Autorenew_Disable (default).
ChargeEndTime This property is required. string
Billing expiry time (yearly and monthly only).
ChargeStartTime This property is required. string
Billing start time (pay-as-you-go & monthly subscription).
ChargeStatus This property is required. string
Pay status. Value: normal - normal overdue - overdue .
ChargeType This property is required. string
The charge type of the RDS instance.
OverdueReclaimTime This property is required. string
Estimated release time when arrears are closed (pay-as-you-go & monthly subscription).
OverdueTime 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.
PeriodUnit This property is required. string
The purchase cycle in the prepaid scenario. Month - monthly subscription (default) Year - Package year.
autoRenew This property is required. Boolean
Whether to automatically renew in prepaid scenarios. Autorenew_Enable Autorenew_Disable (default).
chargeEndTime This property is required. String
Billing expiry time (yearly and monthly only).
chargeStartTime This property is required. String
Billing start time (pay-as-you-go & monthly subscription).
chargeStatus This property is required. String
Pay status. Value: normal - normal overdue - overdue .
chargeType This property is required. String
The charge type of the RDS instance.
overdueReclaimTime This property is required. String
Estimated release time when arrears are closed (pay-as-you-go & monthly subscription).
overdueTime 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.
periodUnit This property is required. String
The purchase cycle in the prepaid scenario. Month - monthly subscription (default) Year - Package year.
autoRenew This property is required. boolean
Whether to automatically renew in prepaid scenarios. Autorenew_Enable Autorenew_Disable (default).
chargeEndTime This property is required. string
Billing expiry time (yearly and monthly only).
chargeStartTime This property is required. string
Billing start time (pay-as-you-go & monthly subscription).
chargeStatus This property is required. string
Pay status. Value: normal - normal overdue - overdue .
chargeType This property is required. string
The charge type of the RDS instance.
overdueReclaimTime This property is required. string
Estimated release time when arrears are closed (pay-as-you-go & monthly subscription).
overdueTime 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.
periodUnit 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.
autoRenew This property is required. Boolean
Whether to automatically renew in prepaid scenarios. Autorenew_Enable Autorenew_Disable (default).
chargeEndTime This property is required. String
Billing expiry time (yearly and monthly only).
chargeStartTime This property is required. String
Billing start time (pay-as-you-go & monthly subscription).
chargeStatus This property is required. String
Pay status. Value: normal - normal overdue - overdue .
chargeType This property is required. String
The charge type of the RDS instance.
overdueReclaimTime This property is required. String
Estimated release time when arrears are closed (pay-as-you-go & monthly subscription).
overdueTime 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.
periodUnit 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<RdsInstancesV2RdsInstanceConnectionInfoAddress>
Address list.
AutoAddNewNodes 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.
EnableReadOnly This property is required. string
Whether global read-only is enabled, value: Enable: Enable. Disable: Disabled.
EnableReadWriteSplitting This property is required. string
Whether read-write separation is enabled, value: Enable: Enable. Disable: Disabled.
EndpointId This property is required. string
Instance connection terminal ID.
EndpointName This property is required. string
The instance connection terminal name.
EndpointType 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).
ReadOnlyNodeWeights This property is required. List<RdsInstancesV2RdsInstanceConnectionInfoReadOnlyNodeWeight>
The list of nodes configured by the connection terminal and the corresponding read-only weights.
ReadWriteMode This property is required. string
Read and write mode: ReadWrite: read and write ReadOnly: read only (default).
Addresses This property is required. []RdsInstancesV2RdsInstanceConnectionInfoAddress
Address list.
AutoAddNewNodes 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.
EnableReadOnly This property is required. string
Whether global read-only is enabled, value: Enable: Enable. Disable: Disabled.
EnableReadWriteSplitting This property is required. string
Whether read-write separation is enabled, value: Enable: Enable. Disable: Disabled.
EndpointId This property is required. string
Instance connection terminal ID.
EndpointName This property is required. string
The instance connection terminal name.
EndpointType 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).
ReadOnlyNodeWeights This property is required. []RdsInstancesV2RdsInstanceConnectionInfoReadOnlyNodeWeight
The list of nodes configured by the connection terminal and the corresponding read-only weights.
ReadWriteMode This property is required. string
Read and write mode: ReadWrite: read and write ReadOnly: read only (default).
addresses This property is required. List<RdsInstancesV2RdsInstanceConnectionInfoAddress>
Address list.
autoAddNewNodes 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.
enableReadOnly This property is required. String
Whether global read-only is enabled, value: Enable: Enable. Disable: Disabled.
enableReadWriteSplitting This property is required. String
Whether read-write separation is enabled, value: Enable: Enable. Disable: Disabled.
endpointId This property is required. String
Instance connection terminal ID.
endpointName This property is required. String
The instance connection terminal name.
endpointType 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).
readOnlyNodeWeights This property is required. List<RdsInstancesV2RdsInstanceConnectionInfoReadOnlyNodeWeight>
The list of nodes configured by the connection terminal and the corresponding read-only weights.
readWriteMode This property is required. String
Read and write mode: ReadWrite: read and write ReadOnly: read only (default).
addresses This property is required. RdsInstancesV2RdsInstanceConnectionInfoAddress[]
Address list.
autoAddNewNodes 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.
enableReadOnly This property is required. string
Whether global read-only is enabled, value: Enable: Enable. Disable: Disabled.
enableReadWriteSplitting This property is required. string
Whether read-write separation is enabled, value: Enable: Enable. Disable: Disabled.
endpointId This property is required. string
Instance connection terminal ID.
endpointName This property is required. string
The instance connection terminal name.
endpointType 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).
readOnlyNodeWeights This property is required. RdsInstancesV2RdsInstanceConnectionInfoReadOnlyNodeWeight[]
The list of nodes configured by the connection terminal and the corresponding read-only weights.
readWriteMode This property is required. string
Read and write mode: ReadWrite: read and write ReadOnly: read only (default).
addresses This property is required. Sequence[RdsInstancesV2RdsInstanceConnectionInfoAddress]
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[RdsInstancesV2RdsInstanceConnectionInfoReadOnlyNodeWeight]
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.
autoAddNewNodes 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.
enableReadOnly This property is required. String
Whether global read-only is enabled, value: Enable: Enable. Disable: Disabled.
enableReadWriteSplitting This property is required. String
Whether read-write separation is enabled, value: Enable: Enable. Disable: Disabled.
endpointId This property is required. String
Instance connection terminal ID.
endpointName This property is required. String
The instance connection terminal name.
endpointType 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).
readOnlyNodeWeights This property is required. List<Property Map>
The list of nodes configured by the connection terminal and the corresponding read-only weights.
readWriteMode 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.
EipId This property is required. string
The ID of the EIP, only valid for Public addresses.
IpAddress This property is required. string
The IP Address.
NetworkType This property is required. string
Network address type, temporarily Private, Public, PublicService.
Port This property is required. string
Instance intranet port.
SubnetId This property is required. string
The subnet ID of the RDS instance.
Domain This property is required. string
Connect domain name.
EipId This property is required. string
The ID of the EIP, only valid for Public addresses.
IpAddress This property is required. string
The IP Address.
NetworkType This property is required. string
Network address type, temporarily Private, Public, PublicService.
Port This property is required. string
Instance intranet port.
SubnetId This property is required. string
The subnet ID of the RDS instance.
domain This property is required. String
Connect domain name.
eipId This property is required. String
The ID of the EIP, only valid for Public addresses.
ipAddress This property is required. String
The IP Address.
networkType This property is required. String
Network address type, temporarily Private, Public, PublicService.
port This property is required. String
Instance intranet port.
subnetId This property is required. String
The subnet ID of the RDS instance.
domain This property is required. string
Connect domain name.
eipId This property is required. string
The ID of the EIP, only valid for Public addresses.
ipAddress This property is required. string
The IP Address.
networkType This property is required. string
Network address type, temporarily Private, Public, PublicService.
port This property is required. string
Instance intranet port.
subnetId 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.
eipId This property is required. String
The ID of the EIP, only valid for Public addresses.
ipAddress This property is required. String
The IP Address.
networkType This property is required. String
Network address type, temporarily Private, Public, PublicService.
port This property is required. String
Instance intranet port.
subnetId This property is required. String
The subnet ID of the RDS instance.

RdsInstancesV2RdsInstanceConnectionInfoReadOnlyNodeWeight

NodeId This property is required. string
Node ID.
NodeType This property is required. string
Node type. Value: Primary: Primary node. Secondary: Standby node. ReadOnly: Read-only node.
Weight This property is required. int
The weight of the node.
NodeId This property is required. string
Node ID.
NodeType This property is required. string
Node type. Value: Primary: Primary node. Secondary: Standby node. ReadOnly: Read-only node.
Weight This property is required. int
The weight of the node.
nodeId This property is required. String
Node ID.
nodeType This property is required. String
Node type. Value: Primary: Primary node. Secondary: Standby node. ReadOnly: Read-only node.
weight This property is required. Integer
The weight of the node.
nodeId This property is required. string
Node ID.
nodeType This property is required. string
Node type. Value: Primary: Primary node. Secondary: Standby node. ReadOnly: Read-only node.
weight This property is required. number
The weight of the node.
node_id This property is required. str
Node ID.
node_type This property is required. str
Node type. Value: Primary: Primary node. Secondary: Standby node. ReadOnly: Read-only node.
weight This property is required. int
The weight of the node.
nodeId This property is required. String
Node ID.
nodeType This property is required. String
Node type. Value: Primary: Primary node. Secondary: Standby node. ReadOnly: Read-only node.
weight This property is required. Number
The weight of the node.

RdsInstancesV2RdsInstanceNodeDetailInfo

CreateTime This property is required. string
Node creation local time.
InstanceId This property is required. string
The id of the RDS instance.
Memory This property is required. int
Memory size in GB.
NodeId This property is required. string
Node ID.
NodeSpec This property is required. string
General instance type, different from Custom instance type.
NodeStatus This property is required. string
Node state, value: aligned with instance state.
NodeType This property is required. string
Node type. Value: Primary: Primary node. Secondary: Standby node. ReadOnly: Read-only node.
RegionId This property is required. string
The region of the RDS instance.
UpdateTime This property is required. string
Node updates local time.
VCpu This property is required. int
CPU size. For example: 1 means 1U.
ZoneId This property is required. string
The available zone of the RDS instance.
CreateTime This property is required. string
Node creation local time.
InstanceId This property is required. string
The id of the RDS instance.
Memory This property is required. int
Memory size in GB.
NodeId This property is required. string
Node ID.
NodeSpec This property is required. string
General instance type, different from Custom instance type.
NodeStatus This property is required. string
Node state, value: aligned with instance state.
NodeType This property is required. string
Node type. Value: Primary: Primary node. Secondary: Standby node. ReadOnly: Read-only node.
RegionId This property is required. string
The region of the RDS instance.
UpdateTime This property is required. string
Node updates local time.
VCpu This property is required. int
CPU size. For example: 1 means 1U.
ZoneId This property is required. string
The available zone of the RDS instance.
createTime This property is required. String
Node creation local time.
instanceId This property is required. String
The id of the RDS instance.
memory This property is required. Integer
Memory size in GB.
nodeId This property is required. String
Node ID.
nodeSpec This property is required. String
General instance type, different from Custom instance type.
nodeStatus This property is required. String
Node state, value: aligned with instance state.
nodeType This property is required. String
Node type. Value: Primary: Primary node. Secondary: Standby node. ReadOnly: Read-only node.
regionId This property is required. String
The region of the RDS instance.
updateTime This property is required. String
Node updates local time.
vCpu This property is required. Integer
CPU size. For example: 1 means 1U.
zoneId This property is required. String
The available zone of the RDS instance.
createTime This property is required. string
Node creation local time.
instanceId This property is required. string
The id of the RDS instance.
memory This property is required. number
Memory size in GB.
nodeId This property is required. string
Node ID.
nodeSpec This property is required. string
General instance type, different from Custom instance type.
nodeStatus This property is required. string
Node state, value: aligned with instance state.
nodeType This property is required. string
Node type. Value: Primary: Primary node. Secondary: Standby node. ReadOnly: Read-only node.
regionId This property is required. string
The region of the RDS instance.
updateTime This property is required. string
Node updates local time.
vCpu This property is required. number
CPU size. For example: 1 means 1U.
zoneId 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.
createTime This property is required. String
Node creation local time.
instanceId This property is required. String
The id of the RDS instance.
memory This property is required. Number
Memory size in GB.
nodeId This property is required. String
Node ID.
nodeSpec This property is required. String
General instance type, different from Custom instance type.
nodeStatus This property is required. String
Node state, value: aligned with instance state.
nodeType This property is required. String
Node type. Value: Primary: Primary node. Secondary: Standby node. ReadOnly: Read-only node.
regionId This property is required. String
The region of the RDS instance.
updateTime This property is required. String
Node updates local time.
vCpu This property is required. Number
CPU size. For example: 1 means 1U.
zoneId 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.
Volcengine v0.0.27 published on Tuesday, Dec 10, 2024 by Volcengine