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) InstancesResultOutputpublic 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 dictionaryThe 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 double - The used backup space of the instance. Unit: GiB.
 - Charge
Details List<InstancesInstance Charge Detail>  - The charge detail.
 - Connection
Infos List<InstancesInstance Connection Info>  - The connection info of the instance.
 - Create
Time string - Node creation time.
 - Db
Engine stringVersion  - Compatible version. Valid values: 
SQLServer_2019_Std,SQLServer_2019_Web,SQLServer_2019_Ent. - Id string
 - The id of the instance.
 - Inner
Version string - The inner version of the instance.
 - Instance
Category string - The instance category.
 - 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. - Memory int
 - The Memory.
 - Node
Detail List<InstancesInfos Instance Node Detail Info>  - Node detail information.
 - Node
Spec string - The node spec.
 - Parameter
Count int - The count of instance parameters.
 - Parameters
List<Instances
Instance Parameter>  - The list of instance parameters.
 - Port string
 - The port of the instance.
 - Primary
Instance stringId  - The id of the primary instance.
 - Project
Name string - The project name.
 - Read
Only intNumber  - The number of read only instance.
 - Region
Id string - The region id.
 - Server
Collation string - Server sorting rules.
 - Slow
Query boolEnable  - Whether to enable slow query function.
 - Slow
Query stringTime  - The slow query time. Unit: second.
 - Storage
Space int - The storage space.
 - Storage
Type string - The storage type.
 - Storage
Use double - The used storage space.
 - Subnet
Id string - The subnet id.
 - 
List<Instances
Instance Tag>  - Tags.
 - Time
Zone string - The time zone.
 - Update
Time string - The update time of the instance.
 - VCpu int
 - The CPU size of the instance. For example: 1 represents 1U.
 - Vpc
Id string - The vpc id.
 - Zone
Id string - The id of the zone.
 
- Backup
Use float64 - The used backup space of the instance. Unit: GiB.
 - Charge
Details []InstancesInstance Charge Detail  - The charge detail.
 - Connection
Infos []InstancesInstance Connection Info  - The connection info of the instance.
 - Create
Time string - Node creation time.
 - Db
Engine stringVersion  - Compatible version. Valid values: 
SQLServer_2019_Std,SQLServer_2019_Web,SQLServer_2019_Ent. - Id string
 - The id of the instance.
 - Inner
Version string - The inner version of the instance.
 - Instance
Category string - The instance category.
 - 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. - Memory int
 - The Memory.
 - Node
Detail []InstancesInfos Instance Node Detail Info  - Node detail information.
 - Node
Spec string - The node spec.
 - Parameter
Count int - The count of instance parameters.
 - Parameters
[]Instances
Instance Parameter  - The list of instance parameters.
 - Port string
 - The port of the instance.
 - Primary
Instance stringId  - The id of the primary instance.
 - Project
Name string - The project name.
 - Read
Only intNumber  - The number of read only instance.
 - Region
Id string - The region id.
 - Server
Collation string - Server sorting rules.
 - Slow
Query boolEnable  - Whether to enable slow query function.
 - Slow
Query stringTime  - The slow query time. Unit: second.
 - Storage
Space int - The storage space.
 - Storage
Type string - The storage type.
 - Storage
Use float64 - The used storage space.
 - Subnet
Id string - The subnet id.
 - 
[]Instances
Instance Tag  - Tags.
 - Time
Zone string - The time zone.
 - Update
Time string - The update time of the instance.
 - VCpu int
 - The CPU size of the instance. For example: 1 represents 1U.
 - Vpc
Id string - The vpc id.
 - Zone
Id string - The id of the zone.
 
- backup
Use Double - The used backup space of the instance. Unit: GiB.
 - charge
Details List<InstancesInstance Charge Detail>  - The charge detail.
 - connection
Infos List<InstancesInstance Connection Info>  - The connection info of the instance.
 - create
Time String - Node creation time.
 - db
Engine StringVersion  - Compatible version. Valid values: 
SQLServer_2019_Std,SQLServer_2019_Web,SQLServer_2019_Ent. - id String
 - The id of the instance.
 - inner
Version String - The inner version of the instance.
 - instance
Category String - The instance category.
 - 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. - memory Integer
 - The Memory.
 - node
Detail List<InstancesInfos Instance Node Detail Info>  - Node detail information.
 - node
Spec String - The node spec.
 - parameter
Count Integer - The count of instance parameters.
 - parameters
List<Instances
Instance Parameter>  - The list of instance parameters.
 - port String
 - The port of the instance.
 - primary
Instance StringId  - The id of the primary instance.
 - project
Name String - The project name.
 - read
Only IntegerNumber  - The number of read only instance.
 - region
Id String - The region id.
 - server
Collation String - Server sorting rules.
 - slow
Query BooleanEnable  - Whether to enable slow query function.
 - slow
Query StringTime  - The slow query time. Unit: second.
 - storage
Space Integer - The storage space.
 - storage
Type String - The storage type.
 - storage
Use Double - The used storage space.
 - subnet
Id String - The subnet id.
 - 
List<Instances
Instance Tag>  - Tags.
 - time
Zone String - The time zone.
 - update
Time String - The update time of the instance.
 - v
Cpu Integer - The CPU size of the instance. For example: 1 represents 1U.
 - vpc
Id String - The vpc id.
 - zone
Id String - The id of the zone.
 
- backup
Use number - The used backup space of the instance. Unit: GiB.
 - charge
Details InstancesInstance Charge Detail[]  - The charge detail.
 - connection
Infos InstancesInstance Connection Info[]  - The connection info of the instance.
 - create
Time string - Node creation time.
 - db
Engine stringVersion  - Compatible version. Valid values: 
SQLServer_2019_Std,SQLServer_2019_Web,SQLServer_2019_Ent. - id string
 - The id of the instance.
 - inner
Version string - The inner version of the instance.
 - instance
Category string - The instance category.
 - 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. - memory number
 - The Memory.
 - node
Detail InstancesInfos Instance Node Detail Info[]  - Node detail information.
 - node
Spec string - The node spec.
 - parameter
Count number - The count of instance parameters.
 - parameters
Instances
Instance Parameter[]  - The list of instance parameters.
 - port string
 - The port of the instance.
 - primary
Instance stringId  - The id of the primary instance.
 - project
Name string - The project name.
 - read
Only numberNumber  - The number of read only instance.
 - region
Id string - The region id.
 - server
Collation string - Server sorting rules.
 - slow
Query booleanEnable  - Whether to enable slow query function.
 - slow
Query stringTime  - The slow query time. Unit: second.
 - storage
Space number - The storage space.
 - storage
Type string - The storage type.
 - storage
Use number - The used storage space.
 - subnet
Id string - The subnet id.
 - 
Instances
Instance Tag[]  - Tags.
 - time
Zone string - The time zone.
 - update
Time string - The update time of the instance.
 - v
Cpu number - The CPU size of the instance. For example: 1 represents 1U.
 - vpc
Id string - The vpc id.
 - zone
Id string - The id of the zone.
 
- backup_
use float - The used backup space of the instance. Unit: GiB.
 - charge_
details Sequence[InstancesInstance Charge Detail]  - The charge detail.
 - connection_
infos Sequence[InstancesInstance Connection Info]  - The connection info of the instance.
 - create_
time str - Node creation time.
 - db_
engine_ strversion  - Compatible version. Valid values: 
SQLServer_2019_Std,SQLServer_2019_Web,SQLServer_2019_Ent. - id str
 - The id of the instance.
 - inner_
version str - The inner version of the instance.
 - instance_
category str - The instance category.
 - 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. - memory int
 - The Memory.
 - node_
detail_ Sequence[Instancesinfos Instance Node Detail Info]  - Node detail information.
 - node_
spec str - The node spec.
 - parameter_
count int - The count of instance parameters.
 - parameters
Sequence[Instances
Instance Parameter]  - The list of instance parameters.
 - port str
 - The port of the instance.
 - primary_
instance_ strid  - The id of the primary instance.
 - project_
name str - The project name.
 - read_
only_ intnumber  - The number of read only instance.
 - region_
id str - The region id.
 - server_
collation str - Server sorting rules.
 - slow_
query_ boolenable  - Whether to enable slow query function.
 - slow_
query_ strtime  - The slow query time. Unit: second.
 - storage_
space int - The storage space.
 - storage_
type str - The storage type.
 - storage_
use float - The used storage space.
 - subnet_
id str - The subnet id.
 - 
Sequence[Instances
Instance Tag]  - Tags.
 - time_
zone str - The time zone.
 - update_
time str - The update time of the instance.
 - v_
cpu int - The CPU size of the instance. For example: 1 represents 1U.
 - vpc_
id str - The vpc id.
 - zone_
id str - The id of the zone.
 
- backup
Use Number - The used backup space of the instance. Unit: GiB.
 - charge
Details List<Property Map> - The charge detail.
 - connection
Infos List<Property Map> - The connection info of the instance.
 - create
Time String - Node creation time.
 - db
Engine StringVersion  - Compatible version. Valid values: 
SQLServer_2019_Std,SQLServer_2019_Web,SQLServer_2019_Ent. - id String
 - The id of the instance.
 - inner
Version String - The inner version of the instance.
 - instance
Category String - The instance category.
 - 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. - memory Number
 - The Memory.
 - node
Detail List<Property Map>Infos  - Node detail information.
 - node
Spec String - The node spec.
 - parameter
Count Number - The count of instance parameters.
 - parameters List<Property Map>
 - The list of instance parameters.
 - port String
 - The port of the instance.
 - primary
Instance StringId  - The id of the primary instance.
 - project
Name String - The project name.
 - read
Only NumberNumber  - The number of read only instance.
 - region
Id String - The region id.
 - server
Collation String - Server sorting rules.
 - slow
Query BooleanEnable  - Whether to enable slow query function.
 - slow
Query StringTime  - The slow query time. Unit: second.
 - storage
Space Number - The storage space.
 - storage
Type String - The storage type.
 - storage
Use Number - The used storage space.
 - subnet
Id String - The subnet id.
 - List<Property Map>
 - Tags.
 - time
Zone String - The time zone.
 - update
Time String - The update time of the instance.
 - v
Cpu Number - The CPU size of the instance. For example: 1 represents 1U.
 - vpc
Id String - The vpc id.
 - zone
Id String - The id of the zone.
 
InstancesInstanceChargeDetail   
- Auto
Renew bool - Whether to enable automatic renewal in the prepaid scenario. This parameter can be set when ChargeType is Prepaid.
 - Charge
End stringTime  - Charge end time.
 - Charge
Start stringTime  - Charge start time.
 - Charge
Status string - The charge status.
 - Charge
Type string - The charge type. Valid values: 
PostPaid,PrePaid. - Overdue
Reclaim stringTime  - Expected release time when overdue fees are shut down.
 - Overdue
Time string - Time for Disconnection due to Unpaid Fees.
 - Period int
 - Purchase duration in a prepaid scenario.
 - Period
Unit string - Purchase cycle in prepaid scenarios. This parameter can be set when ChargeType is Prepaid.
 
- Auto
Renew bool - Whether to enable automatic renewal in the prepaid scenario. This parameter can be set when ChargeType is Prepaid.
 - Charge
End stringTime  - Charge end time.
 - Charge
Start stringTime  - Charge start time.
 - Charge
Status string - The charge status.
 - Charge
Type string - The charge type. Valid values: 
PostPaid,PrePaid. - Overdue
Reclaim stringTime  - Expected release time when overdue fees are shut down.
 - Overdue
Time string - Time for Disconnection due to Unpaid Fees.
 - Period int
 - Purchase duration in a prepaid scenario.
 - Period
Unit string - Purchase cycle in prepaid scenarios. This parameter can be set when ChargeType is Prepaid.
 
- auto
Renew Boolean - Whether to enable automatic renewal in the prepaid scenario. This parameter can be set when ChargeType is Prepaid.
 - charge
End StringTime  - Charge end time.
 - charge
Start StringTime  - Charge start time.
 - charge
Status String - The charge status.
 - charge
Type String - The charge type. Valid values: 
PostPaid,PrePaid. - overdue
Reclaim StringTime  - Expected release time when overdue fees are shut down.
 - overdue
Time String - Time for Disconnection due to Unpaid Fees.
 - period Integer
 - Purchase duration in a prepaid scenario.
 - period
Unit String - Purchase cycle in prepaid scenarios. This parameter can be set when ChargeType is Prepaid.
 
- auto
Renew boolean - Whether to enable automatic renewal in the prepaid scenario. This parameter can be set when ChargeType is Prepaid.
 - charge
End stringTime  - Charge end time.
 - charge
Start stringTime  - Charge start time.
 - charge
Status string - The charge status.
 - charge
Type string - The charge type. Valid values: 
PostPaid,PrePaid. - overdue
Reclaim stringTime  - Expected release time when overdue fees are shut down.
 - overdue
Time string - Time for Disconnection due to Unpaid Fees.
 - period number
 - Purchase duration in a prepaid scenario.
 - period
Unit string - Purchase cycle in prepaid scenarios. This parameter can be set when ChargeType is Prepaid.
 
- auto_
renew bool - Whether to enable automatic renewal in the prepaid scenario. This parameter can be set when ChargeType is Prepaid.
 - charge_
end_ strtime  - Charge end time.
 - charge_
start_ strtime  - Charge start time.
 - charge_
status str - The charge status.
 - charge_
type str - The charge type. Valid values: 
PostPaid,PrePaid. - overdue_
reclaim_ strtime  - Expected release time when overdue fees are shut down.
 - overdue_
time str - Time for Disconnection due to Unpaid Fees.
 - period int
 - Purchase duration in a prepaid scenario.
 - period_
unit str - Purchase cycle in prepaid scenarios. This parameter can be set when ChargeType is Prepaid.
 
- auto
Renew Boolean - Whether to enable automatic renewal in the prepaid scenario. This parameter can be set when ChargeType is Prepaid.
 - charge
End StringTime  - Charge end time.
 - charge
Start StringTime  - Charge start time.
 - charge
Status String - The charge status.
 - charge
Type String - The charge type. Valid values: 
PostPaid,PrePaid. - overdue
Reclaim StringTime  - Expected release time when overdue fees are shut down.
 - overdue
Time String - Time for Disconnection due to Unpaid Fees.
 - period Number
 - Purchase duration in a prepaid scenario.
 - period
Unit String - Purchase cycle in prepaid scenarios. This parameter can be set when ChargeType is Prepaid.
 
InstancesInstanceConnectionInfo   
- Addresses
List<Instances
Instance Connection Info Address>  - The address info.
 - Description string
 - The description.
 - Endpoint
Id string - The endpoint id.
 - Endpoint
Name string - The endpoint name.
 - Endpoint
Type string - The endpoint type.
 
- Addresses
[]Instances
Instance Connection Info Address  - The address info.
 - Description string
 - The description.
 - Endpoint
Id string - The endpoint id.
 - Endpoint
Name string - The endpoint name.
 - Endpoint
Type string - The endpoint type.
 
- addresses
List<Instances
Instance Connection Info Address>  - The address info.
 - description String
 - The description.
 - endpoint
Id String - The endpoint id.
 - endpoint
Name String - The endpoint name.
 - endpoint
Type String - The endpoint type.
 
- addresses
Instances
Instance Connection Info Address[]  - The address info.
 - description string
 - The description.
 - endpoint
Id string - The endpoint id.
 - endpoint
Name string - The endpoint name.
 - endpoint
Type string - The endpoint type.
 
- addresses
Sequence[Instances
Instance Connection Info Address]  - The address info.
 - description str
 - The description.
 - endpoint_
id str - The endpoint id.
 - endpoint_
name str - The endpoint name.
 - endpoint_
type str - The endpoint type.
 
- addresses List<Property Map>
 - The address info.
 - description String
 - The description.
 - endpoint
Id String - The endpoint id.
 - endpoint
Name String - The endpoint name.
 - endpoint
Type String - The endpoint type.
 
InstancesInstanceConnectionInfoAddress    
- Dns
Visibility bool - Whether to enable private to public network resolution.
 - Domain string
 - The domain.
 - Eip
Id string - The eip id for public address.
 - Ip
Address string - The ip address.
 - Network
Type string - The network type.
 - Port string
 - The port of the instance.
 - Subnet
Id string - The subnet id.
 
- Dns
Visibility bool - Whether to enable private to public network resolution.
 - Domain string
 - The domain.
 - Eip
Id string - The eip id for public address.
 - Ip
Address string - The ip address.
 - Network
Type string - The network type.
 - Port string
 - The port of the instance.
 - Subnet
Id string - The subnet id.
 
- dns
Visibility Boolean - Whether to enable private to public network resolution.
 - domain String
 - The domain.
 - eip
Id String - The eip id for public address.
 - ip
Address String - The ip address.
 - network
Type String - The network type.
 - port String
 - The port of the instance.
 - subnet
Id String - The subnet id.
 
- dns
Visibility boolean - Whether to enable private to public network resolution.
 - domain string
 - The domain.
 - eip
Id string - The eip id for public address.
 - ip
Address string - The ip address.
 - network
Type string - The network type.
 - port string
 - The port of the instance.
 - subnet
Id string - The subnet id.
 
- dns_
visibility bool - Whether to enable private to public network resolution.
 - domain str
 - The domain.
 - eip_
id str - The eip id for public address.
 - ip_
address str - The ip address.
 - network_
type str - The network type.
 - port str
 - The port of the instance.
 - subnet_
id str - The subnet id.
 
- dns
Visibility Boolean - Whether to enable private to public network resolution.
 - domain String
 - The domain.
 - eip
Id String - The eip id for public address.
 - ip
Address String - The ip address.
 - network
Type String - The network type.
 - port String
 - The port of the instance.
 - subnet
Id String - The subnet id.
 
InstancesInstanceNodeDetailInfo    
- Create
Time string - Node creation time.
 - Instance
Id string - Id of the instance.
 - Memory int
 - The Memory.
 - Node
Id string - The Node ID.
 - Node
Ip string - The node ip.
 - Node
Spec string - The node spec.
 - Node
Status string - The node status.
 - Node
Type string - The node type.
 - Region
Id string - The region id.
 - Update
Time string - The update time of the instance.
 - VCpu int
 - The CPU size of the instance. For example: 1 represents 1U.
 - Zone
Id string - The id of the zone.
 
- Create
Time string - Node creation time.
 - Instance
Id string - Id of the instance.
 - Memory int
 - The Memory.
 - Node
Id string - The Node ID.
 - Node
Ip string - The node ip.
 - Node
Spec string - The node spec.
 - Node
Status string - The node status.
 - Node
Type string - The node type.
 - Region
Id string - The region id.
 - Update
Time string - The update time of the instance.
 - VCpu int
 - The CPU size of the instance. For example: 1 represents 1U.
 - Zone
Id string - The id of the zone.
 
- create
Time String - Node creation time.
 - instance
Id String - Id of the instance.
 - memory Integer
 - The Memory.
 - node
Id String - The Node ID.
 - node
Ip String - The node ip.
 - node
Spec String - The node spec.
 - node
Status String - The node status.
 - node
Type String - The node type.
 - region
Id String - The region id.
 - update
Time String - The update time of the instance.
 - v
Cpu Integer - The CPU size of the instance. For example: 1 represents 1U.
 - zone
Id String - The id of the zone.
 
- create
Time string - Node creation time.
 - instance
Id string - Id of the instance.
 - memory number
 - The Memory.
 - node
Id string - The Node ID.
 - node
Ip string - The node ip.
 - node
Spec string - The node spec.
 - node
Status string - The node status.
 - node
Type string - The node type.
 - region
Id string - The region id.
 - update
Time string - The update time of the instance.
 - v
Cpu number - The CPU size of the instance. For example: 1 represents 1U.
 - zone
Id string - The id of the zone.
 
- create_
time str - Node creation time.
 - instance_
id str - Id of the instance.
 - memory int
 - The Memory.
 - node_
id str - The Node ID.
 - node_
ip str - The node ip.
 - node_
spec str - The node spec.
 - node_
status str - The node status.
 - node_
type str - The node type.
 - region_
id str - The region id.
 - update_
time str - The update time of the instance.
 - v_
cpu int - The CPU size of the instance. For example: 1 represents 1U.
 - zone_
id str - The id of the zone.
 
- create
Time String - Node creation time.
 - instance
Id String - Id of the instance.
 - memory Number
 - The Memory.
 - node
Id String - The Node ID.
 - node
Ip String - The node ip.
 - node
Spec String - The node spec.
 - node
Status String - The node status.
 - node
Type String - The node type.
 - region
Id String - The region id.
 - update
Time String - The update time of the instance.
 - v
Cpu Number - The CPU size of the instance. For example: 1 represents 1U.
 - zone
Id String - The id of the zone.
 
InstancesInstanceParameter  
- Checking
Code string - The valid value range of the parameter.
 - Force
Modify bool - Indicates whether the parameter running value can be modified.
 - Force
Restart bool - Indicates whether the instance needs to be restarted to take effect after modifying the running value of the parameter.
 - Parameter
Default stringValue  - The default value of the parameter.
 - Parameter
Description string - The description of the parameter.
 - Parameter
Name string - The name of the parameter.
 - Parameter
Type string - The type of the parameter.
 - Parameter
Value string - The value of the parameter.
 
- Checking
Code string - The valid value range of the parameter.
 - Force
Modify bool - Indicates whether the parameter running value can be modified.
 - Force
Restart bool - Indicates whether the instance needs to be restarted to take effect after modifying the running value of the parameter.
 - Parameter
Default stringValue  - The default value of the parameter.
 - Parameter
Description string - The description of the parameter.
 - Parameter
Name string - The name of the parameter.
 - Parameter
Type string - The type of the parameter.
 - Parameter
Value string - The value of the parameter.
 
- checking
Code String - The valid value range of the parameter.
 - force
Modify Boolean - Indicates whether the parameter running value can be modified.
 - force
Restart Boolean - Indicates whether the instance needs to be restarted to take effect after modifying the running value of the parameter.
 - parameter
Default StringValue  - The default value of the parameter.
 - parameter
Description String - The description of the parameter.
 - parameter
Name String - The name of the parameter.
 - parameter
Type String - The type of the parameter.
 - parameter
Value String - The value of the parameter.
 
- checking
Code string - The valid value range of the parameter.
 - force
Modify boolean - Indicates whether the parameter running value can be modified.
 - force
Restart boolean - Indicates whether the instance needs to be restarted to take effect after modifying the running value of the parameter.
 - parameter
Default stringValue  - The default value of the parameter.
 - parameter
Description string - The description of the parameter.
 - parameter
Name string - The name of the parameter.
 - parameter
Type string - The type of the parameter.
 - parameter
Value string - The value of the parameter.
 
- checking_
code str - The valid value range of the parameter.
 - force_
modify bool - Indicates whether the parameter running value can be modified.
 - force_
restart bool - Indicates whether the instance needs to be restarted to take effect after modifying the running value of the parameter.
 - parameter_
default_ strvalue  - The default value of the parameter.
 - parameter_
description str - The description of the parameter.
 - parameter_
name str - The name of the parameter.
 - parameter_
type str - The type of the parameter.
 - parameter_
value str - The value of the parameter.
 
- checking
Code String - The valid value range of the parameter.
 - force
Modify Boolean - Indicates whether the parameter running value can be modified.
 - force
Restart Boolean - Indicates whether the instance needs to be restarted to take effect after modifying the running value of the parameter.
 - parameter
Default StringValue  - The default value of the parameter.
 - parameter
Description String - The description of the parameter.
 - parameter
Name String - The name of the parameter.
 - parameter
Type String - The type of the parameter.
 - parameter
Value 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 
volcengineTerraform Provider.