1. Packages
  2. Flexibleengine Provider
  3. API Docs
  4. getRdsInstances
flexibleengine 1.46.0 published on Monday, Apr 14, 2025 by flexibleenginecloud

flexibleengine.getRdsInstances

Explore with Pulumi AI

Use this data source to list all available RDS instances.

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as flexibleengine from "@pulumi/flexibleengine";

const test = flexibleengine.getRdsInstances({
    name: "rds-instance",
});
Copy
import pulumi
import pulumi_flexibleengine as flexibleengine

test = flexibleengine.get_rds_instances(name="rds-instance")
Copy
package main

import (
	"github.com/pulumi/pulumi-terraform-provider/sdks/go/flexibleengine/flexibleengine"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := flexibleengine.GetRdsInstances(ctx, &flexibleengine.GetRdsInstancesArgs{
			Name: pulumi.StringRef("rds-instance"),
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Flexibleengine = Pulumi.Flexibleengine;

return await Deployment.RunAsync(() => 
{
    var test = Flexibleengine.GetRdsInstances.Invoke(new()
    {
        Name = "rds-instance",
    });

});
Copy
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.flexibleengine.FlexibleengineFunctions;
import com.pulumi.flexibleengine.inputs.GetRdsInstancesArgs;
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 test = FlexibleengineFunctions.getRdsInstances(GetRdsInstancesArgs.builder()
            .name("rds-instance")
            .build());

    }
}
Copy
variables:
  test:
    fn::invoke:
      function: flexibleengine:getRdsInstances
      arguments:
        name: rds-instance
Copy

Using getRdsInstances

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 getRdsInstances(args: GetRdsInstancesArgs, opts?: InvokeOptions): Promise<GetRdsInstancesResult>
function getRdsInstancesOutput(args: GetRdsInstancesOutputArgs, opts?: InvokeOptions): Output<GetRdsInstancesResult>
Copy
def get_rds_instances(datastore_type: Optional[str] = None,
                      enterprise_project_id: Optional[str] = None,
                      id: Optional[str] = None,
                      name: Optional[str] = None,
                      region: Optional[str] = None,
                      subnet_id: Optional[str] = None,
                      type: Optional[str] = None,
                      vpc_id: Optional[str] = None,
                      opts: Optional[InvokeOptions] = None) -> GetRdsInstancesResult
def get_rds_instances_output(datastore_type: Optional[pulumi.Input[str]] = None,
                      enterprise_project_id: Optional[pulumi.Input[str]] = None,
                      id: Optional[pulumi.Input[str]] = None,
                      name: Optional[pulumi.Input[str]] = None,
                      region: Optional[pulumi.Input[str]] = None,
                      subnet_id: Optional[pulumi.Input[str]] = None,
                      type: Optional[pulumi.Input[str]] = None,
                      vpc_id: Optional[pulumi.Input[str]] = None,
                      opts: Optional[InvokeOptions] = None) -> Output[GetRdsInstancesResult]
Copy
func GetRdsInstances(ctx *Context, args *GetRdsInstancesArgs, opts ...InvokeOption) (*GetRdsInstancesResult, error)
func GetRdsInstancesOutput(ctx *Context, args *GetRdsInstancesOutputArgs, opts ...InvokeOption) GetRdsInstancesResultOutput
Copy

> Note: This function is named GetRdsInstances in the Go SDK.

public static class GetRdsInstances 
{
    public static Task<GetRdsInstancesResult> InvokeAsync(GetRdsInstancesArgs args, InvokeOptions? opts = null)
    public static Output<GetRdsInstancesResult> Invoke(GetRdsInstancesInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetRdsInstancesResult> getRdsInstances(GetRdsInstancesArgs args, InvokeOptions options)
public static Output<GetRdsInstancesResult> getRdsInstances(GetRdsInstancesArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: flexibleengine:index/getRdsInstances:getRdsInstances
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

DatastoreType string
Specifies the type of the database. Valid values are: MySQL, PostgreSQL, SQLServer and MariaDB.
EnterpriseProjectId string
Specifies the enterprise project id.
Id string
Indicates the node ID.
Name string
Specifies the name of the instance.
Region string
The region in which query obtain the instances. If omitted, the provider-level region will be used.
SubnetId string
Specifies the network ID of a subnet.
Type string
Specifies the type of the instance. Valid values are: Single, Ha, Replica, and Enterprise.
VpcId string
Specifies the VPC ID.
DatastoreType string
Specifies the type of the database. Valid values are: MySQL, PostgreSQL, SQLServer and MariaDB.
EnterpriseProjectId string
Specifies the enterprise project id.
Id string
Indicates the node ID.
Name string
Specifies the name of the instance.
Region string
The region in which query obtain the instances. If omitted, the provider-level region will be used.
SubnetId string
Specifies the network ID of a subnet.
Type string
Specifies the type of the instance. Valid values are: Single, Ha, Replica, and Enterprise.
VpcId string
Specifies the VPC ID.
datastoreType String
Specifies the type of the database. Valid values are: MySQL, PostgreSQL, SQLServer and MariaDB.
enterpriseProjectId String
Specifies the enterprise project id.
id String
Indicates the node ID.
name String
Specifies the name of the instance.
region String
The region in which query obtain the instances. If omitted, the provider-level region will be used.
subnetId String
Specifies the network ID of a subnet.
type String
Specifies the type of the instance. Valid values are: Single, Ha, Replica, and Enterprise.
vpcId String
Specifies the VPC ID.
datastoreType string
Specifies the type of the database. Valid values are: MySQL, PostgreSQL, SQLServer and MariaDB.
enterpriseProjectId string
Specifies the enterprise project id.
id string
Indicates the node ID.
name string
Specifies the name of the instance.
region string
The region in which query obtain the instances. If omitted, the provider-level region will be used.
subnetId string
Specifies the network ID of a subnet.
type string
Specifies the type of the instance. Valid values are: Single, Ha, Replica, and Enterprise.
vpcId string
Specifies the VPC ID.
datastore_type str
Specifies the type of the database. Valid values are: MySQL, PostgreSQL, SQLServer and MariaDB.
enterprise_project_id str
Specifies the enterprise project id.
id str
Indicates the node ID.
name str
Specifies the name of the instance.
region str
The region in which query obtain the instances. If omitted, the provider-level region will be used.
subnet_id str
Specifies the network ID of a subnet.
type str
Specifies the type of the instance. Valid values are: Single, Ha, Replica, and Enterprise.
vpc_id str
Specifies the VPC ID.
datastoreType String
Specifies the type of the database. Valid values are: MySQL, PostgreSQL, SQLServer and MariaDB.
enterpriseProjectId String
Specifies the enterprise project id.
id String
Indicates the node ID.
name String
Specifies the name of the instance.
region String
The region in which query obtain the instances. If omitted, the provider-level region will be used.
subnetId String
Specifies the network ID of a subnet.
type String
Specifies the type of the instance. Valid values are: Single, Ha, Replica, and Enterprise.
vpcId String
Specifies the VPC ID.

getRdsInstances Result

The following output properties are available:

Id string
Indicates the node ID.
Instances List<GetRdsInstancesInstance>
An array of available instances. The instances object structure is documented below.
Region string
The region of the instance.
DatastoreType string
EnterpriseProjectId string
Indicates the enterprise project id.
Name string
Indicates the node name.
SubnetId string
Indicates the network ID of a subnet.
Type string
Indicates the volume type.
VpcId string
Indicates the VPC ID.
Id string
Indicates the node ID.
Instances []GetRdsInstancesInstance
An array of available instances. The instances object structure is documented below.
Region string
The region of the instance.
DatastoreType string
EnterpriseProjectId string
Indicates the enterprise project id.
Name string
Indicates the node name.
SubnetId string
Indicates the network ID of a subnet.
Type string
Indicates the volume type.
VpcId string
Indicates the VPC ID.
id String
Indicates the node ID.
instances List<GetRdsInstancesInstance>
An array of available instances. The instances object structure is documented below.
region String
The region of the instance.
datastoreType String
enterpriseProjectId String
Indicates the enterprise project id.
name String
Indicates the node name.
subnetId String
Indicates the network ID of a subnet.
type String
Indicates the volume type.
vpcId String
Indicates the VPC ID.
id string
Indicates the node ID.
instances GetRdsInstancesInstance[]
An array of available instances. The instances object structure is documented below.
region string
The region of the instance.
datastoreType string
enterpriseProjectId string
Indicates the enterprise project id.
name string
Indicates the node name.
subnetId string
Indicates the network ID of a subnet.
type string
Indicates the volume type.
vpcId string
Indicates the VPC ID.
id str
Indicates the node ID.
instances Sequence[GetRdsInstancesInstance]
An array of available instances. The instances object structure is documented below.
region str
The region of the instance.
datastore_type str
enterprise_project_id str
Indicates the enterprise project id.
name str
Indicates the node name.
subnet_id str
Indicates the network ID of a subnet.
type str
Indicates the volume type.
vpc_id str
Indicates the VPC ID.
id String
Indicates the node ID.
instances List<Property Map>
An array of available instances. The instances object structure is documented below.
region String
The region of the instance.
datastoreType String
enterpriseProjectId String
Indicates the enterprise project id.
name String
Indicates the node name.
subnetId String
Indicates the network ID of a subnet.
type String
Indicates the volume type.
vpcId String
Indicates the VPC ID.

Supporting Types

GetRdsInstancesInstance

AvailabilityZones This property is required. List<string>
Indicates the availability zone where the node resides.
BackupStrategies This property is required. List<GetRdsInstancesInstanceBackupStrategy>
Indicates the advanced backup policy. The backup_strategy object structure is documented below.
Created This property is required. string
Indicates the creation time.
Dbs This property is required. List<GetRdsInstancesInstanceDb>
Indicates the database information. The db object structure is documented below.
EnterpriseProjectId This property is required. string
Specifies the enterprise project id.
FixedIp This property is required. string
Indicates the intranet floating IP address of the instance.
Flavor This property is required. string
Indicates the instance specifications.
HaReplicationMode This property is required. string
Indicates the replication mode for the standby DB instance.
Id This property is required. string
Indicates the node ID.
Name This property is required. string
Specifies the name of the instance.
Nodes This property is required. List<GetRdsInstancesInstanceNode>
Indicates the instance nodes information. The nodes object structure is documented below.
ParamGroupId This property is required. string
Indicates the configuration ID.
PrivateIps This property is required. List<string>
Indicates the private ips in list.
PublicIps This property is required. List<string>
Indicates the public ips in list.
Region This property is required. string
The region in which query obtain the instances. If omitted, the provider-level region will be used.
SecurityGroupId This property is required. string
Indicates the security group ID.
SslEnable This property is required. bool
Indicates whether to enable SSL.
Status This property is required. string
Indicates the node status.
SubnetId This property is required. string
Specifies the network ID of a subnet.
Tags This property is required. Dictionary<string, string>
Indicates the tags of the instance.
TimeZone This property is required. string
Indicates the time zone.
Volumes This property is required. List<GetRdsInstancesInstanceVolume>
Indicates the volume information. The volume object structure is documented below.
VpcId This property is required. string
Specifies the VPC ID.
AvailabilityZones This property is required. []string
Indicates the availability zone where the node resides.
BackupStrategies This property is required. []GetRdsInstancesInstanceBackupStrategy
Indicates the advanced backup policy. The backup_strategy object structure is documented below.
Created This property is required. string
Indicates the creation time.
Dbs This property is required. []GetRdsInstancesInstanceDb
Indicates the database information. The db object structure is documented below.
EnterpriseProjectId This property is required. string
Specifies the enterprise project id.
FixedIp This property is required. string
Indicates the intranet floating IP address of the instance.
Flavor This property is required. string
Indicates the instance specifications.
HaReplicationMode This property is required. string
Indicates the replication mode for the standby DB instance.
Id This property is required. string
Indicates the node ID.
Name This property is required. string
Specifies the name of the instance.
Nodes This property is required. []GetRdsInstancesInstanceNode
Indicates the instance nodes information. The nodes object structure is documented below.
ParamGroupId This property is required. string
Indicates the configuration ID.
PrivateIps This property is required. []string
Indicates the private ips in list.
PublicIps This property is required. []string
Indicates the public ips in list.
Region This property is required. string
The region in which query obtain the instances. If omitted, the provider-level region will be used.
SecurityGroupId This property is required. string
Indicates the security group ID.
SslEnable This property is required. bool
Indicates whether to enable SSL.
Status This property is required. string
Indicates the node status.
SubnetId This property is required. string
Specifies the network ID of a subnet.
Tags This property is required. map[string]string
Indicates the tags of the instance.
TimeZone This property is required. string
Indicates the time zone.
Volumes This property is required. []GetRdsInstancesInstanceVolume
Indicates the volume information. The volume object structure is documented below.
VpcId This property is required. string
Specifies the VPC ID.
availabilityZones This property is required. List<String>
Indicates the availability zone where the node resides.
backupStrategies This property is required. List<GetRdsInstancesInstanceBackupStrategy>
Indicates the advanced backup policy. The backup_strategy object structure is documented below.
created This property is required. String
Indicates the creation time.
dbs This property is required. List<GetRdsInstancesInstanceDb>
Indicates the database information. The db object structure is documented below.
enterpriseProjectId This property is required. String
Specifies the enterprise project id.
fixedIp This property is required. String
Indicates the intranet floating IP address of the instance.
flavor This property is required. String
Indicates the instance specifications.
haReplicationMode This property is required. String
Indicates the replication mode for the standby DB instance.
id This property is required. String
Indicates the node ID.
name This property is required. String
Specifies the name of the instance.
nodes This property is required. List<GetRdsInstancesInstanceNode>
Indicates the instance nodes information. The nodes object structure is documented below.
paramGroupId This property is required. String
Indicates the configuration ID.
privateIps This property is required. List<String>
Indicates the private ips in list.
publicIps This property is required. List<String>
Indicates the public ips in list.
region This property is required. String
The region in which query obtain the instances. If omitted, the provider-level region will be used.
securityGroupId This property is required. String
Indicates the security group ID.
sslEnable This property is required. Boolean
Indicates whether to enable SSL.
status This property is required. String
Indicates the node status.
subnetId This property is required. String
Specifies the network ID of a subnet.
tags This property is required. Map<String,String>
Indicates the tags of the instance.
timeZone This property is required. String
Indicates the time zone.
volumes This property is required. List<GetRdsInstancesInstanceVolume>
Indicates the volume information. The volume object structure is documented below.
vpcId This property is required. String
Specifies the VPC ID.
availabilityZones This property is required. string[]
Indicates the availability zone where the node resides.
backupStrategies This property is required. GetRdsInstancesInstanceBackupStrategy[]
Indicates the advanced backup policy. The backup_strategy object structure is documented below.
created This property is required. string
Indicates the creation time.
dbs This property is required. GetRdsInstancesInstanceDb[]
Indicates the database information. The db object structure is documented below.
enterpriseProjectId This property is required. string
Specifies the enterprise project id.
fixedIp This property is required. string
Indicates the intranet floating IP address of the instance.
flavor This property is required. string
Indicates the instance specifications.
haReplicationMode This property is required. string
Indicates the replication mode for the standby DB instance.
id This property is required. string
Indicates the node ID.
name This property is required. string
Specifies the name of the instance.
nodes This property is required. GetRdsInstancesInstanceNode[]
Indicates the instance nodes information. The nodes object structure is documented below.
paramGroupId This property is required. string
Indicates the configuration ID.
privateIps This property is required. string[]
Indicates the private ips in list.
publicIps This property is required. string[]
Indicates the public ips in list.
region This property is required. string
The region in which query obtain the instances. If omitted, the provider-level region will be used.
securityGroupId This property is required. string
Indicates the security group ID.
sslEnable This property is required. boolean
Indicates whether to enable SSL.
status This property is required. string
Indicates the node status.
subnetId This property is required. string
Specifies the network ID of a subnet.
tags This property is required. {[key: string]: string}
Indicates the tags of the instance.
timeZone This property is required. string
Indicates the time zone.
volumes This property is required. GetRdsInstancesInstanceVolume[]
Indicates the volume information. The volume object structure is documented below.
vpcId This property is required. string
Specifies the VPC ID.
availability_zones This property is required. Sequence[str]
Indicates the availability zone where the node resides.
backup_strategies This property is required. Sequence[GetRdsInstancesInstanceBackupStrategy]
Indicates the advanced backup policy. The backup_strategy object structure is documented below.
created This property is required. str
Indicates the creation time.
dbs This property is required. Sequence[GetRdsInstancesInstanceDb]
Indicates the database information. The db object structure is documented below.
enterprise_project_id This property is required. str
Specifies the enterprise project id.
fixed_ip This property is required. str
Indicates the intranet floating IP address of the instance.
flavor This property is required. str
Indicates the instance specifications.
ha_replication_mode This property is required. str
Indicates the replication mode for the standby DB instance.
id This property is required. str
Indicates the node ID.
name This property is required. str
Specifies the name of the instance.
nodes This property is required. Sequence[GetRdsInstancesInstanceNode]
Indicates the instance nodes information. The nodes object structure is documented below.
param_group_id This property is required. str
Indicates the configuration ID.
private_ips This property is required. Sequence[str]
Indicates the private ips in list.
public_ips This property is required. Sequence[str]
Indicates the public ips in list.
region This property is required. str
The region in which query obtain the instances. If omitted, the provider-level region will be used.
security_group_id This property is required. str
Indicates the security group ID.
ssl_enable This property is required. bool
Indicates whether to enable SSL.
status This property is required. str
Indicates the node status.
subnet_id This property is required. str
Specifies the network ID of a subnet.
tags This property is required. Mapping[str, str]
Indicates the tags of the instance.
time_zone This property is required. str
Indicates the time zone.
volumes This property is required. Sequence[GetRdsInstancesInstanceVolume]
Indicates the volume information. The volume object structure is documented below.
vpc_id This property is required. str
Specifies the VPC ID.
availabilityZones This property is required. List<String>
Indicates the availability zone where the node resides.
backupStrategies This property is required. List<Property Map>
Indicates the advanced backup policy. The backup_strategy object structure is documented below.
created This property is required. String
Indicates the creation time.
dbs This property is required. List<Property Map>
Indicates the database information. The db object structure is documented below.
enterpriseProjectId This property is required. String
Specifies the enterprise project id.
fixedIp This property is required. String
Indicates the intranet floating IP address of the instance.
flavor This property is required. String
Indicates the instance specifications.
haReplicationMode This property is required. String
Indicates the replication mode for the standby DB instance.
id This property is required. String
Indicates the node ID.
name This property is required. String
Specifies the name of the instance.
nodes This property is required. List<Property Map>
Indicates the instance nodes information. The nodes object structure is documented below.
paramGroupId This property is required. String
Indicates the configuration ID.
privateIps This property is required. List<String>
Indicates the private ips in list.
publicIps This property is required. List<String>
Indicates the public ips in list.
region This property is required. String
The region in which query obtain the instances. If omitted, the provider-level region will be used.
securityGroupId This property is required. String
Indicates the security group ID.
sslEnable This property is required. Boolean
Indicates whether to enable SSL.
status This property is required. String
Indicates the node status.
subnetId This property is required. String
Specifies the network ID of a subnet.
tags This property is required. Map<String>
Indicates the tags of the instance.
timeZone This property is required. String
Indicates the time zone.
volumes This property is required. List<Property Map>
Indicates the volume information. The volume object structure is documented below.
vpcId This property is required. String
Specifies the VPC ID.

GetRdsInstancesInstanceBackupStrategy

KeepDays This property is required. double
Indicates the number of days to retain the generated.
StartTime This property is required. string
Indicates the backup time window.
KeepDays This property is required. float64
Indicates the number of days to retain the generated.
StartTime This property is required. string
Indicates the backup time window.
keepDays This property is required. Double
Indicates the number of days to retain the generated.
startTime This property is required. String
Indicates the backup time window.
keepDays This property is required. number
Indicates the number of days to retain the generated.
startTime This property is required. string
Indicates the backup time window.
keep_days This property is required. float
Indicates the number of days to retain the generated.
start_time This property is required. str
Indicates the backup time window.
keepDays This property is required. Number
Indicates the number of days to retain the generated.
startTime This property is required. String
Indicates the backup time window.

GetRdsInstancesInstanceDb

Port This property is required. double
Indicates the database port.
Type This property is required. string
Specifies the type of the instance. Valid values are: Single, Ha, Replica, and Enterprise.
UserName This property is required. string
Indicates the database username.
Version This property is required. string
Indicates the database version.
Port This property is required. float64
Indicates the database port.
Type This property is required. string
Specifies the type of the instance. Valid values are: Single, Ha, Replica, and Enterprise.
UserName This property is required. string
Indicates the database username.
Version This property is required. string
Indicates the database version.
port This property is required. Double
Indicates the database port.
type This property is required. String
Specifies the type of the instance. Valid values are: Single, Ha, Replica, and Enterprise.
userName This property is required. String
Indicates the database username.
version This property is required. String
Indicates the database version.
port This property is required. number
Indicates the database port.
type This property is required. string
Specifies the type of the instance. Valid values are: Single, Ha, Replica, and Enterprise.
userName This property is required. string
Indicates the database username.
version This property is required. string
Indicates the database version.
port This property is required. float
Indicates the database port.
type This property is required. str
Specifies the type of the instance. Valid values are: Single, Ha, Replica, and Enterprise.
user_name This property is required. str
Indicates the database username.
version This property is required. str
Indicates the database version.
port This property is required. Number
Indicates the database port.
type This property is required. String
Specifies the type of the instance. Valid values are: Single, Ha, Replica, and Enterprise.
userName This property is required. String
Indicates the database username.
version This property is required. String
Indicates the database version.

GetRdsInstancesInstanceNode

AvailabilityZone This property is required. string
Indicates the availability zone where the node resides.
Id This property is required. string
Indicates the node ID.
Name This property is required. string
Specifies the name of the instance.
Role This property is required. string
Indicates the node type.
Status This property is required. string
Indicates the node status.
AvailabilityZone This property is required. string
Indicates the availability zone where the node resides.
Id This property is required. string
Indicates the node ID.
Name This property is required. string
Specifies the name of the instance.
Role This property is required. string
Indicates the node type.
Status This property is required. string
Indicates the node status.
availabilityZone This property is required. String
Indicates the availability zone where the node resides.
id This property is required. String
Indicates the node ID.
name This property is required. String
Specifies the name of the instance.
role This property is required. String
Indicates the node type.
status This property is required. String
Indicates the node status.
availabilityZone This property is required. string
Indicates the availability zone where the node resides.
id This property is required. string
Indicates the node ID.
name This property is required. string
Specifies the name of the instance.
role This property is required. string
Indicates the node type.
status This property is required. string
Indicates the node status.
availability_zone This property is required. str
Indicates the availability zone where the node resides.
id This property is required. str
Indicates the node ID.
name This property is required. str
Specifies the name of the instance.
role This property is required. str
Indicates the node type.
status This property is required. str
Indicates the node status.
availabilityZone This property is required. String
Indicates the availability zone where the node resides.
id This property is required. String
Indicates the node ID.
name This property is required. String
Specifies the name of the instance.
role This property is required. String
Indicates the node type.
status This property is required. String
Indicates the node status.

GetRdsInstancesInstanceVolume

DiskEncryptionId This property is required. string
Indicates the kms key id.
Size This property is required. double
Indicates the volume size.
Type This property is required. string
Specifies the type of the instance. Valid values are: Single, Ha, Replica, and Enterprise.
DiskEncryptionId This property is required. string
Indicates the kms key id.
Size This property is required. float64
Indicates the volume size.
Type This property is required. string
Specifies the type of the instance. Valid values are: Single, Ha, Replica, and Enterprise.
diskEncryptionId This property is required. String
Indicates the kms key id.
size This property is required. Double
Indicates the volume size.
type This property is required. String
Specifies the type of the instance. Valid values are: Single, Ha, Replica, and Enterprise.
diskEncryptionId This property is required. string
Indicates the kms key id.
size This property is required. number
Indicates the volume size.
type This property is required. string
Specifies the type of the instance. Valid values are: Single, Ha, Replica, and Enterprise.
disk_encryption_id This property is required. str
Indicates the kms key id.
size This property is required. float
Indicates the volume size.
type This property is required. str
Specifies the type of the instance. Valid values are: Single, Ha, Replica, and Enterprise.
diskEncryptionId This property is required. String
Indicates the kms key id.
size This property is required. Number
Indicates the volume size.
type This property is required. String
Specifies the type of the instance. Valid values are: Single, Ha, Replica, and Enterprise.

Package Details

Repository
flexibleengine flexibleenginecloud/terraform-provider-flexibleengine
License
Notes
This Pulumi package is based on the flexibleengine Terraform Provider.