Volcengine v0.0.27 published on Tuesday, Dec 10, 2024 by Volcengine
volcengine.rds_mssql.Instances
Explore with Pulumi AI
Use this data source to query detailed information of rds mssql instances
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as volcengine from "@pulumi/volcengine";
const foo = volcengine.rds_mssql.Instances({
instanceId: "mssql-d2fc5abe****",
});
import pulumi
import pulumi_volcengine as volcengine
foo = volcengine.rds_mssql.instances(instance_id="mssql-d2fc5abe****")
package main
import (
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
"github.com/volcengine/pulumi-volcengine/sdk/go/volcengine/rds_mssql"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := rds_mssql.Instances(ctx, &rds_mssql.InstancesArgs{
InstanceId: pulumi.StringRef("mssql-d2fc5abe****"),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Volcengine = Pulumi.Volcengine;
return await Deployment.RunAsync(() =>
{
var foo = Volcengine.Rds_mssql.Instances.Invoke(new()
{
InstanceId = "mssql-d2fc5abe****",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.volcengine.rds_mssql.Rds_mssqlFunctions;
import com.pulumi.volcengine.rds_mssql.inputs.InstancesArgs;
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 foo = Rds_mssqlFunctions.Instances(InstancesArgs.builder()
.instanceId("mssql-d2fc5abe****")
.build());
}
}
variables:
foo:
fn::invoke:
Function: volcengine:rds_mssql:Instances
Arguments:
instanceId: mssql-d2fc5abe****
Using Instances
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 instances(args: InstancesArgs, opts?: InvokeOptions): Promise<InstancesResult>
function instancesOutput(args: InstancesOutputArgs, opts?: InvokeOptions): Output<InstancesResult>
def instances(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,
tags: Optional[Sequence[InstancesTag]] = None,
zone_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> InstancesResult
def instances_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,
tags: Optional[pulumi.Input[Sequence[pulumi.Input[InstancesTagArgs]]]] = None,
zone_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[InstancesResult]
func Instances(ctx *Context, args *InstancesArgs, opts ...InvokeOption) (*InstancesResult, error)
func InstancesOutput(ctx *Context, args *InstancesOutputArgs, opts ...InvokeOption) InstancesResultOutput
public static class Instances
{
public static Task<InstancesResult> InvokeAsync(InstancesArgs args, InvokeOptions? opts = null)
public static Output<InstancesResult> Invoke(InstancesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<InstancesResult> instances(InstancesArgs args, InvokeOptions options)
public static Output<InstancesResult> instances(InstancesArgs args, InvokeOptions options)
fn::invoke:
function: volcengine:rds_mssql:Instances
arguments:
# arguments dictionary
The following arguments are supported:
- Charge
Type string - The charge type. Valid values:
PostPaid
,PrePaid
. - Create
Time stringEnd - The end time of creating the instance, using UTC time format.
- Create
Time stringStart - The start time of creating the instance, using UTC time format.
- Db
Engine stringVersion - Compatible version. Valid values:
SQLServer_2019_Std
,SQLServer_2019_Web
,SQLServer_2019_Ent
. - Instance
Id string - Id of the instance.
- Instance
Name string - Name of the instance.
- Instance
Status string - Status of the instance.
- Instance
Type string - Instance type. Valid values:
HA
,Basic
,Cluster
. - Name
Regex string - A Name Regex of RDS mssql instance.
- Output
File string - File name where to save data source results.
- List<Instances
Tag> - Tags.
- Zone
Id string - The id of the zone.
- Charge
Type string - The charge type. Valid values:
PostPaid
,PrePaid
. - Create
Time stringEnd - The end time of creating the instance, using UTC time format.
- Create
Time stringStart - The start time of creating the instance, using UTC time format.
- Db
Engine stringVersion - Compatible version. Valid values:
SQLServer_2019_Std
,SQLServer_2019_Web
,SQLServer_2019_Ent
. - Instance
Id string - Id of the instance.
- Instance
Name string - Name of the instance.
- Instance
Status string - Status of the instance.
- Instance
Type string - Instance type. Valid values:
HA
,Basic
,Cluster
. - Name
Regex string - A Name Regex of RDS mssql instance.
- Output
File string - File name where to save data source results.
- []Instances
Tag - Tags.
- Zone
Id string - The id of the zone.
- charge
Type String - The charge type. Valid values:
PostPaid
,PrePaid
. - create
Time StringEnd - The end time of creating the instance, using UTC time format.
- create
Time StringStart - The start time of creating the instance, using UTC time format.
- db
Engine StringVersion - Compatible version. Valid values:
SQLServer_2019_Std
,SQLServer_2019_Web
,SQLServer_2019_Ent
. - instance
Id String - Id of the instance.
- instance
Name String - Name of the instance.
- instance
Status String - Status of the instance.
- instance
Type String - Instance type. Valid values:
HA
,Basic
,Cluster
. - name
Regex String - A Name Regex of RDS mssql instance.
- output
File String - File name where to save data source results.
- List<Instances
Tag> - Tags.
- zone
Id String - The id of the zone.
- charge
Type string - The charge type. Valid values:
PostPaid
,PrePaid
. - create
Time stringEnd - The end time of creating the instance, using UTC time format.
- create
Time stringStart - The start time of creating the instance, using UTC time format.
- db
Engine stringVersion - Compatible version. Valid values:
SQLServer_2019_Std
,SQLServer_2019_Web
,SQLServer_2019_Ent
. - instance
Id string - Id of the instance.
- instance
Name string - Name of the instance.
- instance
Status string - Status of the instance.
- instance
Type string - Instance type. Valid values:
HA
,Basic
,Cluster
. - name
Regex string - A Name Regex of RDS mssql instance.
- output
File string - File name where to save data source results.
- Instances
Tag[] - Tags.
- zone
Id string - The id of the zone.
- charge_
type str - The charge type. Valid values:
PostPaid
,PrePaid
. - create_
time_ strend - The end time of creating the instance, using UTC time format.
- create_
time_ strstart - The start time of creating the instance, using UTC time format.
- db_
engine_ strversion - Compatible version. Valid values:
SQLServer_2019_Std
,SQLServer_2019_Web
,SQLServer_2019_Ent
. - instance_
id str - Id of the instance.
- instance_
name str - Name of the instance.
- instance_
status str - Status of the instance.
- instance_
type str - Instance type. Valid values:
HA
,Basic
,Cluster
. - name_
regex str - A Name Regex of RDS mssql instance.
- output_
file str - File name where to save data source results.
- Sequence[Instances
Tag] - Tags.
- zone_
id str - The id of the zone.
- charge
Type String - The charge type. Valid values:
PostPaid
,PrePaid
. - create
Time StringEnd - The end time of creating the instance, using UTC time format.
- create
Time StringStart - The start time of creating the instance, using UTC time format.
- db
Engine StringVersion - Compatible version. Valid values:
SQLServer_2019_Std
,SQLServer_2019_Web
,SQLServer_2019_Ent
. - instance
Id String - Id of the instance.
- instance
Name String - Name of the instance.
- instance
Status String - Status of the instance.
- instance
Type String - Instance type. Valid values:
HA
,Basic
,Cluster
. - name
Regex String - A Name Regex of RDS mssql instance.
- output
File String - File name where to save data source results.
- List<Property Map>
- Tags.
- zone
Id String - The id of the zone.
Instances Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Instances
List<Instances
Instance> - The collection of query.
- Total
Count int - The total count of query.
- Charge
Type string - The charge type.
- Create
Time stringEnd - Create
Time stringStart - Db
Engine stringVersion - The db engine version.
- Instance
Id string - Instance ID.
- Instance
Name string - The name of the instance.
- Instance
Status string - The status of the instance.
- Instance
Type string - The type of the instance.
- Name
Regex string - Output
File string - List<Instances
Tag> - Tags.
- Zone
Id string - The zone id.
- Id string
- The provider-assigned unique ID for this managed resource.
- Instances
[]Instances
Instance - The collection of query.
- Total
Count int - The total count of query.
- Charge
Type string - The charge type.
- Create
Time stringEnd - Create
Time stringStart - Db
Engine stringVersion - The db engine version.
- Instance
Id string - Instance ID.
- Instance
Name string - The name of the instance.
- Instance
Status string - The status of the instance.
- Instance
Type string - The type of the instance.
- Name
Regex string - Output
File string - []Instances
Tag - Tags.
- Zone
Id string - The zone id.
- id String
- The provider-assigned unique ID for this managed resource.
- instances
List<Instances
Instance> - The collection of query.
- total
Count Integer - The total count of query.
- charge
Type String - The charge type.
- create
Time StringEnd - create
Time StringStart - db
Engine StringVersion - The db engine version.
- instance
Id String - Instance ID.
- instance
Name String - The name of the instance.
- instance
Status String - The status of the instance.
- instance
Type String - The type of the instance.
- name
Regex String - output
File String - List<Instances
Tag> - Tags.
- zone
Id String - The zone id.
- id string
- The provider-assigned unique ID for this managed resource.
- instances
Instances
Instance[] - The collection of query.
- total
Count number - The total count of query.
- charge
Type string - The charge type.
- create
Time stringEnd - create
Time stringStart - db
Engine stringVersion - The db engine version.
- instance
Id string - Instance ID.
- instance
Name string - The name of the instance.
- instance
Status string - The status of the instance.
- instance
Type string - The type of the instance.
- name
Regex string - output
File string - Instances
Tag[] - Tags.
- zone
Id string - The zone id.
- id str
- The provider-assigned unique ID for this managed resource.
- instances
Sequence[Instances
Instance] - The collection of query.
- total_
count int - The total count of query.
- charge_
type str - The charge type.
- create_
time_ strend - create_
time_ strstart - db_
engine_ strversion - The db engine version.
- instance_
id str - Instance ID.
- instance_
name str - The name of the instance.
- instance_
status str - The status of the instance.
- instance_
type str - The type of the instance.
- name_
regex str - output_
file str - Sequence[Instances
Tag] - Tags.
- zone_
id str - The zone id.
- id String
- The provider-assigned unique ID for this managed resource.
- instances List<Property Map>
- The collection of query.
- total
Count Number - The total count of query.
- charge
Type String - The charge type.
- create
Time StringEnd - create
Time StringStart - db
Engine StringVersion - The db engine version.
- instance
Id String - Instance ID.
- instance
Name String - The name of the instance.
- instance
Status String - The status of the instance.
- instance
Type String - The type of the instance.
- name
Regex String - output
File String - List<Property Map>
- Tags.
- zone
Id String - The zone id.
Supporting Types
InstancesInstance
- Backup
Use This property is required. double - The used backup space of the instance. Unit: GiB.
- Charge
Details This property is required. List<InstancesInstance Charge Detail> - The charge detail.
- Connection
Infos This property is required. List<InstancesInstance Connection Info> - The connection info of the instance.
- Create
Time This property is required. string - Node creation time.
- Db
Engine Version This property is required. string - Compatible version. Valid values:
SQLServer_2019_Std
,SQLServer_2019_Web
,SQLServer_2019_Ent
. - Id
This property is required. string - The id of the instance.
- Inner
Version This property is required. string - The inner version of the instance.
- Instance
Category This property is required. string - The instance category.
- Instance
Id This property is required. string - Id of the instance.
- Instance
Name This property is required. string - Name of the instance.
- Instance
Status This property is required. string - Status of the instance.
- Instance
Type This property is required. string - Instance type. Valid values:
HA
,Basic
,Cluster
. - Memory
This property is required. int - The Memory.
- Node
Detail Infos This property is required. List<InstancesInstance Node Detail Info> - Node detail information.
- Node
Spec This property is required. string - The node spec.
- Parameter
Count This property is required. int - The count of instance parameters.
- Parameters
This property is required. List<InstancesInstance Parameter> - The list of instance parameters.
- Port
This property is required. string - The port of the instance.
- Primary
Instance Id This property is required. string - The id of the primary instance.
- Project
Name This property is required. string - The project name.
- Read
Only Number This property is required. int - The number of read only instance.
- Region
Id This property is required. string - The region id.
- Server
Collation This property is required. string - Server sorting rules.
- Slow
Query Enable This property is required. bool - Whether to enable slow query function.
- Slow
Query Time This property is required. string - The slow query time. Unit: second.
- Storage
Space This property is required. int - The storage space.
- Storage
Type This property is required. string - The storage type.
- Storage
Use This property is required. double - The used storage space.
- Subnet
Id This property is required. string - The subnet id.
This property is required. List<InstancesInstance Tag> - Tags.
- Time
Zone This property is required. string - The time zone.
- Update
Time This property is required. string - The update time of the instance.
- VCpu
This property is required. int - The CPU size of the instance. For example: 1 represents 1U.
- Vpc
Id This property is required. string - The vpc id.
- Zone
Id This property is required. string - The id of the zone.
- Backup
Use This property is required. float64 - The used backup space of the instance. Unit: GiB.
- Charge
Details This property is required. []InstancesInstance Charge Detail - The charge detail.
- Connection
Infos This property is required. []InstancesInstance Connection Info - The connection info of the instance.
- Create
Time This property is required. string - Node creation time.
- Db
Engine Version This property is required. string - Compatible version. Valid values:
SQLServer_2019_Std
,SQLServer_2019_Web
,SQLServer_2019_Ent
. - Id
This property is required. string - The id of the instance.
- Inner
Version This property is required. string - The inner version of the instance.
- Instance
Category This property is required. string - The instance category.
- Instance
Id This property is required. string - Id of the instance.
- Instance
Name This property is required. string - Name of the instance.
- Instance
Status This property is required. string - Status of the instance.
- Instance
Type This property is required. string - Instance type. Valid values:
HA
,Basic
,Cluster
. - Memory
This property is required. int - The Memory.
- Node
Detail Infos This property is required. []InstancesInstance Node Detail Info - Node detail information.
- Node
Spec This property is required. string - The node spec.
- Parameter
Count This property is required. int - The count of instance parameters.
- Parameters
This property is required. []InstancesInstance Parameter - The list of instance parameters.
- Port
This property is required. string - The port of the instance.
- Primary
Instance Id This property is required. string - The id of the primary instance.
- Project
Name This property is required. string - The project name.
- Read
Only Number This property is required. int - The number of read only instance.
- Region
Id This property is required. string - The region id.
- Server
Collation This property is required. string - Server sorting rules.
- Slow
Query Enable This property is required. bool - Whether to enable slow query function.
- Slow
Query Time This property is required. string - The slow query time. Unit: second.
- Storage
Space This property is required. int - The storage space.
- Storage
Type This property is required. string - The storage type.
- Storage
Use This property is required. float64 - The used storage space.
- Subnet
Id This property is required. string - The subnet id.
This property is required. []InstancesInstance Tag - Tags.
- Time
Zone This property is required. string - The time zone.
- Update
Time This property is required. string - The update time of the instance.
- VCpu
This property is required. int - The CPU size of the instance. For example: 1 represents 1U.
- Vpc
Id This property is required. string - The vpc id.
- Zone
Id This property is required. string - The id of the zone.
- backup
Use This property is required. Double - The used backup space of the instance. Unit: GiB.
- charge
Details This property is required. List<InstancesInstance Charge Detail> - The charge detail.
- connection
Infos This property is required. List<InstancesInstance Connection Info> - The connection info of the instance.
- create
Time This property is required. String - Node creation time.
- db
Engine Version This property is required. String - Compatible version. Valid values:
SQLServer_2019_Std
,SQLServer_2019_Web
,SQLServer_2019_Ent
. - id
This property is required. String - The id of the instance.
- inner
Version This property is required. String - The inner version of the instance.
- instance
Category This property is required. String - The instance category.
- instance
Id This property is required. String - Id of the instance.
- instance
Name This property is required. String - Name of the instance.
- instance
Status This property is required. String - Status of the instance.
- instance
Type This property is required. String - Instance type. Valid values:
HA
,Basic
,Cluster
. - memory
This property is required. Integer - The Memory.
- node
Detail Infos This property is required. List<InstancesInstance Node Detail Info> - Node detail information.
- node
Spec This property is required. String - The node spec.
- parameter
Count This property is required. Integer - The count of instance parameters.
- parameters
This property is required. List<InstancesInstance Parameter> - The list of instance parameters.
- port
This property is required. String - The port of the instance.
- primary
Instance Id This property is required. String - The id of the primary instance.
- project
Name This property is required. String - The project name.
- read
Only Number This property is required. Integer - The number of read only instance.
- region
Id This property is required. String - The region id.
- server
Collation This property is required. String - Server sorting rules.
- slow
Query Enable This property is required. Boolean - Whether to enable slow query function.
- slow
Query Time This property is required. String - The slow query time. Unit: second.
- storage
Space This property is required. Integer - The storage space.
- storage
Type This property is required. String - The storage type.
- storage
Use This property is required. Double - The used storage space.
- subnet
Id This property is required. String - The subnet id.
This property is required. List<InstancesInstance Tag> - Tags.
- time
Zone This property is required. String - The time zone.
- update
Time This property is required. String - The update time of the instance.
- v
Cpu This property is required. Integer - The CPU size of the instance. For example: 1 represents 1U.
- vpc
Id This property is required. String - The vpc id.
- zone
Id This property is required. String - The id of the zone.
- backup
Use This property is required. number - The used backup space of the instance. Unit: GiB.
- charge
Details This property is required. InstancesInstance Charge Detail[] - The charge detail.
- connection
Infos This property is required. InstancesInstance Connection Info[] - The connection info of the instance.
- create
Time This property is required. string - Node creation time.
- db
Engine Version This property is required. string - Compatible version. Valid values:
SQLServer_2019_Std
,SQLServer_2019_Web
,SQLServer_2019_Ent
. - id
This property is required. string - The id of the instance.
- inner
Version This property is required. string - The inner version of the instance.
- instance
Category This property is required. string - The instance category.
- instance
Id This property is required. string - Id of the instance.
- instance
Name This property is required. string - Name of the instance.
- instance
Status This property is required. string - Status of the instance.
- instance
Type This property is required. string - Instance type. Valid values:
HA
,Basic
,Cluster
. - memory
This property is required. number - The Memory.
- node
Detail Infos This property is required. InstancesInstance Node Detail Info[] - Node detail information.
- node
Spec This property is required. string - The node spec.
- parameter
Count This property is required. number - The count of instance parameters.
- parameters
This property is required. InstancesInstance Parameter[] - The list of instance parameters.
- port
This property is required. string - The port of the instance.
- primary
Instance Id This property is required. string - The id of the primary instance.
- project
Name This property is required. string - The project name.
- read
Only Number This property is required. number - The number of read only instance.
- region
Id This property is required. string - The region id.
- server
Collation This property is required. string - Server sorting rules.
- slow
Query Enable This property is required. boolean - Whether to enable slow query function.
- slow
Query Time This property is required. string - The slow query time. Unit: second.
- storage
Space This property is required. number - The storage space.
- storage
Type This property is required. string - The storage type.
- storage
Use This property is required. number - The used storage space.
- subnet
Id This property is required. string - The subnet id.
This property is required. InstancesInstance Tag[] - Tags.
- time
Zone This property is required. string - The time zone.
- update
Time This property is required. string - The update time of the instance.
- v
Cpu This property is required. number - The CPU size of the instance. For example: 1 represents 1U.
- vpc
Id This property is required. string - The vpc id.
- zone
Id This property is required. string - The id of the zone.
- backup_
use This property is required. float - The used backup space of the instance. Unit: GiB.
- charge_
details This property is required. Sequence[InstancesInstance Charge Detail] - The charge detail.
- connection_
infos This property is required. Sequence[InstancesInstance Connection Info] - The connection info of the instance.
- create_
time This property is required. str - Node creation time.
- db_
engine_ version This property is required. str - Compatible version. Valid values:
SQLServer_2019_Std
,SQLServer_2019_Web
,SQLServer_2019_Ent
. - id
This property is required. str - The id of the instance.
- inner_
version This property is required. str - The inner version of the instance.
- instance_
category This property is required. str - The instance category.
- instance_
id This property is required. str - Id of the instance.
- instance_
name This property is required. str - Name of the instance.
- instance_
status This property is required. str - Status of the instance.
- instance_
type This property is required. str - Instance type. Valid values:
HA
,Basic
,Cluster
. - memory
This property is required. int - The Memory.
- node_
detail_ infos This property is required. Sequence[InstancesInstance Node Detail Info] - Node detail information.
- node_
spec This property is required. str - The node spec.
- parameter_
count This property is required. int - The count of instance parameters.
- parameters
This property is required. Sequence[InstancesInstance Parameter] - The list of instance parameters.
- port
This property is required. str - The port of the instance.
- primary_
instance_ id This property is required. str - The id of the primary instance.
- project_
name This property is required. str - The project name.
- read_
only_ number This property is required. int - The number of read only instance.
- region_
id This property is required. str - The region id.
- server_
collation This property is required. str - Server sorting rules.
- slow_
query_ enable This property is required. bool - Whether to enable slow query function.
- slow_
query_ time This property is required. str - The slow query time. Unit: second.
- storage_
space This property is required. int - The storage space.
- storage_
type This property is required. str - The storage type.
- storage_
use This property is required. float - The used storage space.
- subnet_
id This property is required. str - The subnet id.
This property is required. Sequence[InstancesInstance Tag] - Tags.
- time_
zone This property is required. str - The time zone.
- update_
time This property is required. str - The update time of the instance.
- v_
cpu This property is required. int - The CPU size of the instance. For example: 1 represents 1U.
- vpc_
id This property is required. str - The vpc id.
- zone_
id This property is required. str - The id of the zone.
- backup
Use This property is required. Number - The used backup space of the instance. Unit: GiB.
- charge
Details This property is required. List<Property Map> - The charge detail.
- connection
Infos This property is required. List<Property Map> - The connection info of the instance.
- create
Time This property is required. String - Node creation time.
- db
Engine Version This property is required. String - Compatible version. Valid values:
SQLServer_2019_Std
,SQLServer_2019_Web
,SQLServer_2019_Ent
. - id
This property is required. String - The id of the instance.
- inner
Version This property is required. String - The inner version of the instance.
- instance
Category This property is required. String - The instance category.
- instance
Id This property is required. String - Id of the instance.
- instance
Name This property is required. String - Name of the instance.
- instance
Status This property is required. String - Status of the instance.
- instance
Type This property is required. String - Instance type. Valid values:
HA
,Basic
,Cluster
. - memory
This property is required. Number - The Memory.
- node
Detail Infos This property is required. List<Property Map> - Node detail information.
- node
Spec This property is required. String - The node spec.
- parameter
Count This property is required. Number - The count of instance parameters.
- parameters
This property is required. List<Property Map> - The list of instance parameters.
- port
This property is required. String - The port of the instance.
- primary
Instance Id This property is required. String - The id of the primary instance.
- project
Name This property is required. String - The project name.
- read
Only Number This property is required. Number - The number of read only instance.
- region
Id This property is required. String - The region id.
- server
Collation This property is required. String - Server sorting rules.
- slow
Query Enable This property is required. Boolean - Whether to enable slow query function.
- slow
Query Time This property is required. String - The slow query time. Unit: second.
- storage
Space This property is required. Number - The storage space.
- storage
Type This property is required. String - The storage type.
- storage
Use This property is required. Number - The used storage space.
- subnet
Id This property is required. String - The subnet id.
This property is required. List<Property Map>- Tags.
- time
Zone This property is required. String - The time zone.
- update
Time This property is required. String - The update time of the instance.
- v
Cpu This property is required. Number - The CPU size of the instance. For example: 1 represents 1U.
- vpc
Id This property is required. String - The vpc id.
- zone
Id This property is required. String - The id of the zone.
InstancesInstanceChargeDetail
- Auto
Renew This property is required. bool - Whether to enable automatic renewal in the prepaid scenario. This parameter can be set when ChargeType is Prepaid.
- Charge
End Time This property is required. string - Charge end time.
- Charge
Start Time This property is required. string - Charge start time.
- Charge
Status This property is required. string - The charge status.
- Charge
Type This property is required. string - The charge type. Valid values:
PostPaid
,PrePaid
. - Overdue
Reclaim Time This property is required. string - Expected release time when overdue fees are shut down.
- Overdue
Time This property is required. string - Time for Disconnection due to Unpaid Fees.
- Period
This property is required. int - Purchase duration in a prepaid scenario.
- Period
Unit This property is required. string - Purchase cycle in prepaid scenarios. This parameter can be set when ChargeType is Prepaid.
- Auto
Renew This property is required. bool - Whether to enable automatic renewal in the prepaid scenario. This parameter can be set when ChargeType is Prepaid.
- Charge
End Time This property is required. string - Charge end time.
- Charge
Start Time This property is required. string - Charge start time.
- Charge
Status This property is required. string - The charge status.
- Charge
Type This property is required. string - The charge type. Valid values:
PostPaid
,PrePaid
. - Overdue
Reclaim Time This property is required. string - Expected release time when overdue fees are shut down.
- Overdue
Time This property is required. string - Time for Disconnection due to Unpaid Fees.
- Period
This property is required. int - Purchase duration in a prepaid scenario.
- Period
Unit This property is required. string - Purchase cycle in prepaid scenarios. This parameter can be set when ChargeType is Prepaid.
- auto
Renew This property is required. Boolean - Whether to enable automatic renewal in the prepaid scenario. This parameter can be set when ChargeType is Prepaid.
- charge
End Time This property is required. String - Charge end time.
- charge
Start Time This property is required. String - Charge start time.
- charge
Status This property is required. String - The charge status.
- charge
Type This property is required. String - The charge type. Valid values:
PostPaid
,PrePaid
. - overdue
Reclaim Time This property is required. String - Expected release time when overdue fees are shut down.
- overdue
Time This property is required. String - Time for Disconnection due to Unpaid Fees.
- period
This property is required. Integer - Purchase duration in a prepaid scenario.
- period
Unit This property is required. String - Purchase cycle in prepaid scenarios. This parameter can be set when ChargeType is Prepaid.
- auto
Renew This property is required. boolean - Whether to enable automatic renewal in the prepaid scenario. This parameter can be set when ChargeType is Prepaid.
- charge
End Time This property is required. string - Charge end time.
- charge
Start Time This property is required. string - Charge start time.
- charge
Status This property is required. string - The charge status.
- charge
Type This property is required. string - The charge type. Valid values:
PostPaid
,PrePaid
. - overdue
Reclaim Time This property is required. string - Expected release time when overdue fees are shut down.
- overdue
Time This property is required. string - Time for Disconnection due to Unpaid Fees.
- period
This property is required. number - Purchase duration in a prepaid scenario.
- period
Unit This property is required. string - Purchase cycle in prepaid scenarios. This parameter can be set when ChargeType is Prepaid.
- auto_
renew This property is required. bool - Whether to enable automatic renewal in the prepaid scenario. This parameter can be set when ChargeType is Prepaid.
- charge_
end_ time This property is required. str - Charge end time.
- charge_
start_ time This property is required. str - Charge start time.
- charge_
status This property is required. str - The charge status.
- charge_
type This property is required. str - The charge type. Valid values:
PostPaid
,PrePaid
. - overdue_
reclaim_ time This property is required. str - Expected release time when overdue fees are shut down.
- overdue_
time This property is required. str - Time for Disconnection due to Unpaid Fees.
- period
This property is required. int - Purchase duration in a prepaid scenario.
- period_
unit This property is required. str - Purchase cycle in prepaid scenarios. This parameter can be set when ChargeType is Prepaid.
- auto
Renew This property is required. Boolean - Whether to enable automatic renewal in the prepaid scenario. This parameter can be set when ChargeType is Prepaid.
- charge
End Time This property is required. String - Charge end time.
- charge
Start Time This property is required. String - Charge start time.
- charge
Status This property is required. String - The charge status.
- charge
Type This property is required. String - The charge type. Valid values:
PostPaid
,PrePaid
. - overdue
Reclaim Time This property is required. String - Expected release time when overdue fees are shut down.
- overdue
Time This property is required. String - Time for Disconnection due to Unpaid Fees.
- period
This property is required. Number - Purchase duration in a prepaid scenario.
- period
Unit This property is required. String - Purchase cycle in prepaid scenarios. This parameter can be set when ChargeType is Prepaid.
InstancesInstanceConnectionInfo
- Addresses
This property is required. List<InstancesInstance Connection Info Address> - The address info.
- Description
This property is required. string - The description.
- Endpoint
Id This property is required. string - The endpoint id.
- Endpoint
Name This property is required. string - The endpoint name.
- Endpoint
Type This property is required. string - The endpoint type.
- Addresses
This property is required. []InstancesInstance Connection Info Address - The address info.
- Description
This property is required. string - The description.
- Endpoint
Id This property is required. string - The endpoint id.
- Endpoint
Name This property is required. string - The endpoint name.
- Endpoint
Type This property is required. string - The endpoint type.
- addresses
This property is required. List<InstancesInstance Connection Info Address> - The address info.
- description
This property is required. String - The description.
- endpoint
Id This property is required. String - The endpoint id.
- endpoint
Name This property is required. String - The endpoint name.
- endpoint
Type This property is required. String - The endpoint type.
- addresses
This property is required. InstancesInstance Connection Info Address[] - The address info.
- description
This property is required. string - The description.
- endpoint
Id This property is required. string - The endpoint id.
- endpoint
Name This property is required. string - The endpoint name.
- endpoint
Type This property is required. string - The endpoint type.
- addresses
This property is required. Sequence[InstancesInstance Connection Info Address] - The address info.
- description
This property is required. str - The description.
- endpoint_
id This property is required. str - The endpoint id.
- endpoint_
name This property is required. str - The endpoint name.
- endpoint_
type This property is required. str - The endpoint type.
- addresses
This property is required. List<Property Map> - The address info.
- description
This property is required. String - The description.
- endpoint
Id This property is required. String - The endpoint id.
- endpoint
Name This property is required. String - The endpoint name.
- endpoint
Type This property is required. String - The endpoint type.
InstancesInstanceConnectionInfoAddress
- Dns
Visibility This property is required. bool - Whether to enable private to public network resolution.
- Domain
This property is required. string - The domain.
- Eip
Id This property is required. string - The eip id for public address.
- Ip
Address This property is required. string - The ip address.
- Network
Type This property is required. string - The network type.
- Port
This property is required. string - The port of the instance.
- Subnet
Id This property is required. string - The subnet id.
- Dns
Visibility This property is required. bool - Whether to enable private to public network resolution.
- Domain
This property is required. string - The domain.
- Eip
Id This property is required. string - The eip id for public address.
- Ip
Address This property is required. string - The ip address.
- Network
Type This property is required. string - The network type.
- Port
This property is required. string - The port of the instance.
- Subnet
Id This property is required. string - The subnet id.
- dns
Visibility This property is required. Boolean - Whether to enable private to public network resolution.
- domain
This property is required. String - The domain.
- eip
Id This property is required. String - The eip id for public address.
- ip
Address This property is required. String - The ip address.
- network
Type This property is required. String - The network type.
- port
This property is required. String - The port of the instance.
- subnet
Id This property is required. String - The subnet id.
- dns
Visibility This property is required. boolean - Whether to enable private to public network resolution.
- domain
This property is required. string - The domain.
- eip
Id This property is required. string - The eip id for public address.
- ip
Address This property is required. string - The ip address.
- network
Type This property is required. string - The network type.
- port
This property is required. string - The port of the instance.
- subnet
Id This property is required. string - The subnet id.
- dns_
visibility This property is required. bool - Whether to enable private to public network resolution.
- domain
This property is required. str - The domain.
- eip_
id This property is required. str - The eip id for public address.
- ip_
address This property is required. str - The ip address.
- network_
type This property is required. str - The network type.
- port
This property is required. str - The port of the instance.
- subnet_
id This property is required. str - The subnet id.
- dns
Visibility This property is required. Boolean - Whether to enable private to public network resolution.
- domain
This property is required. String - The domain.
- eip
Id This property is required. String - The eip id for public address.
- ip
Address This property is required. String - The ip address.
- network
Type This property is required. String - The network type.
- port
This property is required. String - The port of the instance.
- subnet
Id This property is required. String - The subnet id.
InstancesInstanceNodeDetailInfo
- Create
Time This property is required. string - Node creation time.
- Instance
Id This property is required. string - Id of the instance.
- Memory
This property is required. int - The Memory.
- Node
Id This property is required. string - The Node ID.
- Node
Ip This property is required. string - The node ip.
- Node
Spec This property is required. string - The node spec.
- Node
Status This property is required. string - The node status.
- Node
Type This property is required. string - The node type.
- Region
Id This property is required. string - The region id.
- Update
Time This property is required. string - The update time of the instance.
- VCpu
This property is required. int - The CPU size of the instance. For example: 1 represents 1U.
- Zone
Id This property is required. string - The id of the zone.
- Create
Time This property is required. string - Node creation time.
- Instance
Id This property is required. string - Id of the instance.
- Memory
This property is required. int - The Memory.
- Node
Id This property is required. string - The Node ID.
- Node
Ip This property is required. string - The node ip.
- Node
Spec This property is required. string - The node spec.
- Node
Status This property is required. string - The node status.
- Node
Type This property is required. string - The node type.
- Region
Id This property is required. string - The region id.
- Update
Time This property is required. string - The update time of the instance.
- VCpu
This property is required. int - The CPU size of the instance. For example: 1 represents 1U.
- Zone
Id This property is required. string - The id of the zone.
- create
Time This property is required. String - Node creation time.
- instance
Id This property is required. String - Id of the instance.
- memory
This property is required. Integer - The Memory.
- node
Id This property is required. String - The Node ID.
- node
Ip This property is required. String - The node ip.
- node
Spec This property is required. String - The node spec.
- node
Status This property is required. String - The node status.
- node
Type This property is required. String - The node type.
- region
Id This property is required. String - The region id.
- update
Time This property is required. String - The update time of the instance.
- v
Cpu This property is required. Integer - The CPU size of the instance. For example: 1 represents 1U.
- zone
Id This property is required. String - The id of the zone.
- create
Time This property is required. string - Node creation time.
- instance
Id This property is required. string - Id of the instance.
- memory
This property is required. number - The Memory.
- node
Id This property is required. string - The Node ID.
- node
Ip This property is required. string - The node ip.
- node
Spec This property is required. string - The node spec.
- node
Status This property is required. string - The node status.
- node
Type This property is required. string - The node type.
- region
Id This property is required. string - The region id.
- update
Time This property is required. string - The update time of the instance.
- v
Cpu This property is required. number - The CPU size of the instance. For example: 1 represents 1U.
- zone
Id This property is required. string - The id of the zone.
- create_
time This property is required. str - Node creation time.
- instance_
id This property is required. str - Id of the instance.
- memory
This property is required. int - The Memory.
- node_
id This property is required. str - The Node ID.
- node_
ip This property is required. str - The node ip.
- node_
spec This property is required. str - The node spec.
- node_
status This property is required. str - The node status.
- node_
type This property is required. str - The node type.
- region_
id This property is required. str - The region id.
- update_
time This property is required. str - The update time of the instance.
- v_
cpu This property is required. int - The CPU size of the instance. For example: 1 represents 1U.
- zone_
id This property is required. str - The id of the zone.
- create
Time This property is required. String - Node creation time.
- instance
Id This property is required. String - Id of the instance.
- memory
This property is required. Number - The Memory.
- node
Id This property is required. String - The Node ID.
- node
Ip This property is required. String - The node ip.
- node
Spec This property is required. String - The node spec.
- node
Status This property is required. String - The node status.
- node
Type This property is required. String - The node type.
- region
Id This property is required. String - The region id.
- update
Time This property is required. String - The update time of the instance.
- v
Cpu This property is required. Number - The CPU size of the instance. For example: 1 represents 1U.
- zone
Id This property is required. String - The id of the zone.
InstancesInstanceParameter
- Checking
Code This property is required. string - The valid value range of the parameter.
- Force
Modify This property is required. bool - Indicates whether the parameter running value can be modified.
- Force
Restart This property is required. bool - Indicates whether the instance needs to be restarted to take effect after modifying the running value of the parameter.
- Parameter
Default Value This property is required. string - The default value of the parameter.
- Parameter
Description This property is required. string - The description of the parameter.
- Parameter
Name This property is required. string - The name of the parameter.
- Parameter
Type This property is required. string - The type of the parameter.
- Parameter
Value This property is required. string - The value of the parameter.
- Checking
Code This property is required. string - The valid value range of the parameter.
- Force
Modify This property is required. bool - Indicates whether the parameter running value can be modified.
- Force
Restart This property is required. bool - Indicates whether the instance needs to be restarted to take effect after modifying the running value of the parameter.
- Parameter
Default Value This property is required. string - The default value of the parameter.
- Parameter
Description This property is required. string - The description of the parameter.
- Parameter
Name This property is required. string - The name of the parameter.
- Parameter
Type This property is required. string - The type of the parameter.
- Parameter
Value This property is required. string - The value of the parameter.
- checking
Code This property is required. String - The valid value range of the parameter.
- force
Modify This property is required. Boolean - Indicates whether the parameter running value can be modified.
- force
Restart This property is required. Boolean - Indicates whether the instance needs to be restarted to take effect after modifying the running value of the parameter.
- parameter
Default Value This property is required. String - The default value of the parameter.
- parameter
Description This property is required. String - The description of the parameter.
- parameter
Name This property is required. String - The name of the parameter.
- parameter
Type This property is required. String - The type of the parameter.
- parameter
Value This property is required. String - The value of the parameter.
- checking
Code This property is required. string - The valid value range of the parameter.
- force
Modify This property is required. boolean - Indicates whether the parameter running value can be modified.
- force
Restart This property is required. boolean - Indicates whether the instance needs to be restarted to take effect after modifying the running value of the parameter.
- parameter
Default Value This property is required. string - The default value of the parameter.
- parameter
Description This property is required. string - The description of the parameter.
- parameter
Name This property is required. string - The name of the parameter.
- parameter
Type This property is required. string - The type of the parameter.
- parameter
Value This property is required. string - The value of the parameter.
- checking_
code This property is required. str - The valid value range of the parameter.
- force_
modify This property is required. bool - Indicates whether the parameter running value can be modified.
- force_
restart This property is required. bool - Indicates whether the instance needs to be restarted to take effect after modifying the running value of the parameter.
- parameter_
default_ value This property is required. str - The default value of the parameter.
- parameter_
description This property is required. str - The description of the parameter.
- parameter_
name This property is required. str - The name of the parameter.
- parameter_
type This property is required. str - The type of the parameter.
- parameter_
value This property is required. str - The value of the parameter.
- checking
Code This property is required. String - The valid value range of the parameter.
- force
Modify This property is required. Boolean - Indicates whether the parameter running value can be modified.
- force
Restart This property is required. Boolean - Indicates whether the instance needs to be restarted to take effect after modifying the running value of the parameter.
- parameter
Default Value This property is required. String - The default value of the parameter.
- parameter
Description This property is required. String - The description of the parameter.
- parameter
Name This property is required. String - The name of the parameter.
- parameter
Type This property is required. String - The type of the parameter.
- parameter
Value This property is required. String - The value of the parameter.
InstancesInstanceTag
InstancesTag
Package Details
- Repository
- volcengine volcengine/pulumi-volcengine
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
volcengine
Terraform Provider.