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

volcengine.rds_mssql.Instances

Explore with Pulumi AI

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

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****",
});
Copy
import pulumi
import pulumi_volcengine as volcengine

foo = volcengine.rds_mssql.instances(instance_id="mssql-d2fc5abe****")
Copy
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
	})
}
Copy
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****",
    });

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

    }
}
Copy
variables:
  foo:
    fn::invoke:
      Function: volcengine:rds_mssql:Instances
      Arguments:
        instanceId: mssql-d2fc5abe****
Copy

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>
Copy
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]
Copy
func Instances(ctx *Context, args *InstancesArgs, opts ...InvokeOption) (*InstancesResult, error)
func InstancesOutput(ctx *Context, args *InstancesOutputArgs, opts ...InvokeOption) InstancesResultOutput
Copy
public static class Instances 
{
    public static Task<InstancesResult> InvokeAsync(InstancesArgs args, InvokeOptions? opts = null)
    public static Output<InstancesResult> Invoke(InstancesInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<InstancesResult> instances(InstancesArgs args, InvokeOptions options)
public static Output<InstancesResult> instances(InstancesArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: volcengine:rds_mssql:Instances
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ChargeType string
The charge type. Valid values: PostPaid, PrePaid.
CreateTimeEnd string
The end time of creating the instance, using UTC time format.
CreateTimeStart string
The start time of creating the instance, using UTC time format.
DbEngineVersion string
Compatible version. Valid values: SQLServer_2019_Std, SQLServer_2019_Web, SQLServer_2019_Ent.
InstanceId string
Id of the instance.
InstanceName string
Name of the instance.
InstanceStatus string
Status of the instance.
InstanceType string
Instance type. Valid values: HA, Basic, Cluster.
NameRegex string
A Name Regex of RDS mssql instance.
OutputFile string
File name where to save data source results.
Tags List<InstancesTag>
Tags.
ZoneId string
The id of the zone.
ChargeType string
The charge type. Valid values: PostPaid, PrePaid.
CreateTimeEnd string
The end time of creating the instance, using UTC time format.
CreateTimeStart string
The start time of creating the instance, using UTC time format.
DbEngineVersion string
Compatible version. Valid values: SQLServer_2019_Std, SQLServer_2019_Web, SQLServer_2019_Ent.
InstanceId string
Id of the instance.
InstanceName string
Name of the instance.
InstanceStatus string
Status of the instance.
InstanceType string
Instance type. Valid values: HA, Basic, Cluster.
NameRegex string
A Name Regex of RDS mssql instance.
OutputFile string
File name where to save data source results.
Tags []InstancesTag
Tags.
ZoneId string
The id of the zone.
chargeType String
The charge type. Valid values: PostPaid, PrePaid.
createTimeEnd String
The end time of creating the instance, using UTC time format.
createTimeStart String
The start time of creating the instance, using UTC time format.
dbEngineVersion String
Compatible version. Valid values: SQLServer_2019_Std, SQLServer_2019_Web, SQLServer_2019_Ent.
instanceId String
Id of the instance.
instanceName String
Name of the instance.
instanceStatus String
Status of the instance.
instanceType String
Instance type. Valid values: HA, Basic, Cluster.
nameRegex String
A Name Regex of RDS mssql instance.
outputFile String
File name where to save data source results.
tags List<InstancesTag>
Tags.
zoneId String
The id of the zone.
chargeType string
The charge type. Valid values: PostPaid, PrePaid.
createTimeEnd string
The end time of creating the instance, using UTC time format.
createTimeStart string
The start time of creating the instance, using UTC time format.
dbEngineVersion string
Compatible version. Valid values: SQLServer_2019_Std, SQLServer_2019_Web, SQLServer_2019_Ent.
instanceId string
Id of the instance.
instanceName string
Name of the instance.
instanceStatus string
Status of the instance.
instanceType string
Instance type. Valid values: HA, Basic, Cluster.
nameRegex string
A Name Regex of RDS mssql instance.
outputFile string
File name where to save data source results.
tags InstancesTag[]
Tags.
zoneId string
The id of the zone.
charge_type str
The charge type. Valid values: PostPaid, PrePaid.
create_time_end str
The end time of creating the instance, using UTC time format.
create_time_start str
The start time of creating the instance, using UTC time format.
db_engine_version str
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.
tags Sequence[InstancesTag]
Tags.
zone_id str
The id of the zone.
chargeType String
The charge type. Valid values: PostPaid, PrePaid.
createTimeEnd String
The end time of creating the instance, using UTC time format.
createTimeStart String
The start time of creating the instance, using UTC time format.
dbEngineVersion String
Compatible version. Valid values: SQLServer_2019_Std, SQLServer_2019_Web, SQLServer_2019_Ent.
instanceId String
Id of the instance.
instanceName String
Name of the instance.
instanceStatus String
Status of the instance.
instanceType String
Instance type. Valid values: HA, Basic, Cluster.
nameRegex String
A Name Regex of RDS mssql instance.
outputFile String
File name where to save data source results.
tags List<Property Map>
Tags.
zoneId 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<InstancesInstance>
The collection of query.
TotalCount int
The total count of query.
ChargeType string
The charge type.
CreateTimeEnd string
CreateTimeStart string
DbEngineVersion string
The db engine version.
InstanceId string
Instance ID.
InstanceName string
The name of the instance.
InstanceStatus string
The status of the instance.
InstanceType string
The type of the instance.
NameRegex string
OutputFile string
Tags List<InstancesTag>
Tags.
ZoneId string
The zone id.
Id string
The provider-assigned unique ID for this managed resource.
Instances []InstancesInstance
The collection of query.
TotalCount int
The total count of query.
ChargeType string
The charge type.
CreateTimeEnd string
CreateTimeStart string
DbEngineVersion string
The db engine version.
InstanceId string
Instance ID.
InstanceName string
The name of the instance.
InstanceStatus string
The status of the instance.
InstanceType string
The type of the instance.
NameRegex string
OutputFile string
Tags []InstancesTag
Tags.
ZoneId string
The zone id.
id String
The provider-assigned unique ID for this managed resource.
instances List<InstancesInstance>
The collection of query.
totalCount Integer
The total count of query.
chargeType String
The charge type.
createTimeEnd String
createTimeStart String
dbEngineVersion String
The db engine version.
instanceId String
Instance ID.
instanceName String
The name of the instance.
instanceStatus String
The status of the instance.
instanceType String
The type of the instance.
nameRegex String
outputFile String
tags List<InstancesTag>
Tags.
zoneId String
The zone id.
id string
The provider-assigned unique ID for this managed resource.
instances InstancesInstance[]
The collection of query.
totalCount number
The total count of query.
chargeType string
The charge type.
createTimeEnd string
createTimeStart string
dbEngineVersion string
The db engine version.
instanceId string
Instance ID.
instanceName string
The name of the instance.
instanceStatus string
The status of the instance.
instanceType string
The type of the instance.
nameRegex string
outputFile string
tags InstancesTag[]
Tags.
zoneId string
The zone id.
id str
The provider-assigned unique ID for this managed resource.
instances Sequence[InstancesInstance]
The collection of query.
total_count int
The total count of query.
charge_type str
The charge type.
create_time_end str
create_time_start str
db_engine_version str
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
tags Sequence[InstancesTag]
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.
totalCount Number
The total count of query.
chargeType String
The charge type.
createTimeEnd String
createTimeStart String
dbEngineVersion String
The db engine version.
instanceId String
Instance ID.
instanceName String
The name of the instance.
instanceStatus String
The status of the instance.
instanceType String
The type of the instance.
nameRegex String
outputFile String
tags List<Property Map>
Tags.
zoneId String
The zone id.

Supporting Types

InstancesInstance

BackupUse This property is required. double
The used backup space of the instance. Unit: GiB.
ChargeDetails This property is required. List<InstancesInstanceChargeDetail>
The charge detail.
ConnectionInfos This property is required. List<InstancesInstanceConnectionInfo>
The connection info of the instance.
CreateTime This property is required. string
Node creation time.
DbEngineVersion 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.
InnerVersion This property is required. string
The inner version of the instance.
InstanceCategory This property is required. string
The instance category.
InstanceId This property is required. string
Id of the instance.
InstanceName This property is required. string
Name of the instance.
InstanceStatus This property is required. string
Status of the instance.
InstanceType This property is required. string
Instance type. Valid values: HA, Basic, Cluster.
Memory This property is required. int
The Memory.
NodeDetailInfos This property is required. List<InstancesInstanceNodeDetailInfo>
Node detail information.
NodeSpec This property is required. string
The node spec.
ParameterCount This property is required. int
The count of instance parameters.
Parameters This property is required. List<InstancesInstanceParameter>
The list of instance parameters.
Port This property is required. string
The port of the instance.
PrimaryInstanceId This property is required. string
The id of the primary instance.
ProjectName This property is required. string
The project name.
ReadOnlyNumber This property is required. int
The number of read only instance.
RegionId This property is required. string
The region id.
ServerCollation This property is required. string
Server sorting rules.
SlowQueryEnable This property is required. bool
Whether to enable slow query function.
SlowQueryTime This property is required. string
The slow query time. Unit: second.
StorageSpace This property is required. int
The storage space.
StorageType This property is required. string
The storage type.
StorageUse This property is required. double
The used storage space.
SubnetId This property is required. string
The subnet id.
Tags This property is required. List<InstancesInstanceTag>
Tags.
TimeZone This property is required. string
The time zone.
UpdateTime 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.
VpcId This property is required. string
The vpc id.
ZoneId This property is required. string
The id of the zone.
BackupUse This property is required. float64
The used backup space of the instance. Unit: GiB.
ChargeDetails This property is required. []InstancesInstanceChargeDetail
The charge detail.
ConnectionInfos This property is required. []InstancesInstanceConnectionInfo
The connection info of the instance.
CreateTime This property is required. string
Node creation time.
DbEngineVersion 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.
InnerVersion This property is required. string
The inner version of the instance.
InstanceCategory This property is required. string
The instance category.
InstanceId This property is required. string
Id of the instance.
InstanceName This property is required. string
Name of the instance.
InstanceStatus This property is required. string
Status of the instance.
InstanceType This property is required. string
Instance type. Valid values: HA, Basic, Cluster.
Memory This property is required. int
The Memory.
NodeDetailInfos This property is required. []InstancesInstanceNodeDetailInfo
Node detail information.
NodeSpec This property is required. string
The node spec.
ParameterCount This property is required. int
The count of instance parameters.
Parameters This property is required. []InstancesInstanceParameter
The list of instance parameters.
Port This property is required. string
The port of the instance.
PrimaryInstanceId This property is required. string
The id of the primary instance.
ProjectName This property is required. string
The project name.
ReadOnlyNumber This property is required. int
The number of read only instance.
RegionId This property is required. string
The region id.
ServerCollation This property is required. string
Server sorting rules.
SlowQueryEnable This property is required. bool
Whether to enable slow query function.
SlowQueryTime This property is required. string
The slow query time. Unit: second.
StorageSpace This property is required. int
The storage space.
StorageType This property is required. string
The storage type.
StorageUse This property is required. float64
The used storage space.
SubnetId This property is required. string
The subnet id.
Tags This property is required. []InstancesInstanceTag
Tags.
TimeZone This property is required. string
The time zone.
UpdateTime 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.
VpcId This property is required. string
The vpc id.
ZoneId This property is required. string
The id of the zone.
backupUse This property is required. Double
The used backup space of the instance. Unit: GiB.
chargeDetails This property is required. List<InstancesInstanceChargeDetail>
The charge detail.
connectionInfos This property is required. List<InstancesInstanceConnectionInfo>
The connection info of the instance.
createTime This property is required. String
Node creation time.
dbEngineVersion 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.
innerVersion This property is required. String
The inner version of the instance.
instanceCategory This property is required. String
The instance category.
instanceId This property is required. String
Id of the instance.
instanceName This property is required. String
Name of the instance.
instanceStatus This property is required. String
Status of the instance.
instanceType This property is required. String
Instance type. Valid values: HA, Basic, Cluster.
memory This property is required. Integer
The Memory.
nodeDetailInfos This property is required. List<InstancesInstanceNodeDetailInfo>
Node detail information.
nodeSpec This property is required. String
The node spec.
parameterCount This property is required. Integer
The count of instance parameters.
parameters This property is required. List<InstancesInstanceParameter>
The list of instance parameters.
port This property is required. String
The port of the instance.
primaryInstanceId This property is required. String
The id of the primary instance.
projectName This property is required. String
The project name.
readOnlyNumber This property is required. Integer
The number of read only instance.
regionId This property is required. String
The region id.
serverCollation This property is required. String
Server sorting rules.
slowQueryEnable This property is required. Boolean
Whether to enable slow query function.
slowQueryTime This property is required. String
The slow query time. Unit: second.
storageSpace This property is required. Integer
The storage space.
storageType This property is required. String
The storage type.
storageUse This property is required. Double
The used storage space.
subnetId This property is required. String
The subnet id.
tags This property is required. List<InstancesInstanceTag>
Tags.
timeZone This property is required. String
The time zone.
updateTime This property is required. String
The update time of the instance.
vCpu This property is required. Integer
The CPU size of the instance. For example: 1 represents 1U.
vpcId This property is required. String
The vpc id.
zoneId This property is required. String
The id of the zone.
backupUse This property is required. number
The used backup space of the instance. Unit: GiB.
chargeDetails This property is required. InstancesInstanceChargeDetail[]
The charge detail.
connectionInfos This property is required. InstancesInstanceConnectionInfo[]
The connection info of the instance.
createTime This property is required. string
Node creation time.
dbEngineVersion 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.
innerVersion This property is required. string
The inner version of the instance.
instanceCategory This property is required. string
The instance category.
instanceId This property is required. string
Id of the instance.
instanceName This property is required. string
Name of the instance.
instanceStatus This property is required. string
Status of the instance.
instanceType This property is required. string
Instance type. Valid values: HA, Basic, Cluster.
memory This property is required. number
The Memory.
nodeDetailInfos This property is required. InstancesInstanceNodeDetailInfo[]
Node detail information.
nodeSpec This property is required. string
The node spec.
parameterCount This property is required. number
The count of instance parameters.
parameters This property is required. InstancesInstanceParameter[]
The list of instance parameters.
port This property is required. string
The port of the instance.
primaryInstanceId This property is required. string
The id of the primary instance.
projectName This property is required. string
The project name.
readOnlyNumber This property is required. number
The number of read only instance.
regionId This property is required. string
The region id.
serverCollation This property is required. string
Server sorting rules.
slowQueryEnable This property is required. boolean
Whether to enable slow query function.
slowQueryTime This property is required. string
The slow query time. Unit: second.
storageSpace This property is required. number
The storage space.
storageType This property is required. string
The storage type.
storageUse This property is required. number
The used storage space.
subnetId This property is required. string
The subnet id.
tags This property is required. InstancesInstanceTag[]
Tags.
timeZone This property is required. string
The time zone.
updateTime This property is required. string
The update time of the instance.
vCpu This property is required. number
The CPU size of the instance. For example: 1 represents 1U.
vpcId This property is required. string
The vpc id.
zoneId 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[InstancesInstanceChargeDetail]
The charge detail.
connection_infos This property is required. Sequence[InstancesInstanceConnectionInfo]
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[InstancesInstanceNodeDetailInfo]
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[InstancesInstanceParameter]
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.
tags This property is required. Sequence[InstancesInstanceTag]
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.
backupUse This property is required. Number
The used backup space of the instance. Unit: GiB.
chargeDetails This property is required. List<Property Map>
The charge detail.
connectionInfos This property is required. List<Property Map>
The connection info of the instance.
createTime This property is required. String
Node creation time.
dbEngineVersion 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.
innerVersion This property is required. String
The inner version of the instance.
instanceCategory This property is required. String
The instance category.
instanceId This property is required. String
Id of the instance.
instanceName This property is required. String
Name of the instance.
instanceStatus This property is required. String
Status of the instance.
instanceType This property is required. String
Instance type. Valid values: HA, Basic, Cluster.
memory This property is required. Number
The Memory.
nodeDetailInfos This property is required. List<Property Map>
Node detail information.
nodeSpec This property is required. String
The node spec.
parameterCount 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.
primaryInstanceId This property is required. String
The id of the primary instance.
projectName This property is required. String
The project name.
readOnlyNumber This property is required. Number
The number of read only instance.
regionId This property is required. String
The region id.
serverCollation This property is required. String
Server sorting rules.
slowQueryEnable This property is required. Boolean
Whether to enable slow query function.
slowQueryTime This property is required. String
The slow query time. Unit: second.
storageSpace This property is required. Number
The storage space.
storageType This property is required. String
The storage type.
storageUse This property is required. Number
The used storage space.
subnetId This property is required. String
The subnet id.
tags This property is required. List<Property Map>
Tags.
timeZone This property is required. String
The time zone.
updateTime This property is required. String
The update time of the instance.
vCpu This property is required. Number
The CPU size of the instance. For example: 1 represents 1U.
vpcId This property is required. String
The vpc id.
zoneId This property is required. String
The id of the zone.

InstancesInstanceChargeDetail

AutoRenew This property is required. bool
Whether to enable automatic renewal in the prepaid scenario. This parameter can be set when ChargeType is Prepaid.
ChargeEndTime This property is required. string
Charge end time.
ChargeStartTime This property is required. string
Charge start time.
ChargeStatus This property is required. string
The charge status.
ChargeType This property is required. string
The charge type. Valid values: PostPaid, PrePaid.
OverdueReclaimTime This property is required. string
Expected release time when overdue fees are shut down.
OverdueTime This property is required. string
Time for Disconnection due to Unpaid Fees.
Period This property is required. int
Purchase duration in a prepaid scenario.
PeriodUnit This property is required. string
Purchase cycle in prepaid scenarios. This parameter can be set when ChargeType is Prepaid.
AutoRenew This property is required. bool
Whether to enable automatic renewal in the prepaid scenario. This parameter can be set when ChargeType is Prepaid.
ChargeEndTime This property is required. string
Charge end time.
ChargeStartTime This property is required. string
Charge start time.
ChargeStatus This property is required. string
The charge status.
ChargeType This property is required. string
The charge type. Valid values: PostPaid, PrePaid.
OverdueReclaimTime This property is required. string
Expected release time when overdue fees are shut down.
OverdueTime This property is required. string
Time for Disconnection due to Unpaid Fees.
Period This property is required. int
Purchase duration in a prepaid scenario.
PeriodUnit This property is required. string
Purchase cycle in prepaid scenarios. This parameter can be set when ChargeType is Prepaid.
autoRenew This property is required. Boolean
Whether to enable automatic renewal in the prepaid scenario. This parameter can be set when ChargeType is Prepaid.
chargeEndTime This property is required. String
Charge end time.
chargeStartTime This property is required. String
Charge start time.
chargeStatus This property is required. String
The charge status.
chargeType This property is required. String
The charge type. Valid values: PostPaid, PrePaid.
overdueReclaimTime This property is required. String
Expected release time when overdue fees are shut down.
overdueTime This property is required. String
Time for Disconnection due to Unpaid Fees.
period This property is required. Integer
Purchase duration in a prepaid scenario.
periodUnit This property is required. String
Purchase cycle in prepaid scenarios. This parameter can be set when ChargeType is Prepaid.
autoRenew This property is required. boolean
Whether to enable automatic renewal in the prepaid scenario. This parameter can be set when ChargeType is Prepaid.
chargeEndTime This property is required. string
Charge end time.
chargeStartTime This property is required. string
Charge start time.
chargeStatus This property is required. string
The charge status.
chargeType This property is required. string
The charge type. Valid values: PostPaid, PrePaid.
overdueReclaimTime This property is required. string
Expected release time when overdue fees are shut down.
overdueTime This property is required. string
Time for Disconnection due to Unpaid Fees.
period This property is required. number
Purchase duration in a prepaid scenario.
periodUnit 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.
autoRenew This property is required. Boolean
Whether to enable automatic renewal in the prepaid scenario. This parameter can be set when ChargeType is Prepaid.
chargeEndTime This property is required. String
Charge end time.
chargeStartTime This property is required. String
Charge start time.
chargeStatus This property is required. String
The charge status.
chargeType This property is required. String
The charge type. Valid values: PostPaid, PrePaid.
overdueReclaimTime This property is required. String
Expected release time when overdue fees are shut down.
overdueTime This property is required. String
Time for Disconnection due to Unpaid Fees.
period This property is required. Number
Purchase duration in a prepaid scenario.
periodUnit 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<InstancesInstanceConnectionInfoAddress>
The address info.
Description This property is required. string
The description.
EndpointId This property is required. string
The endpoint id.
EndpointName This property is required. string
The endpoint name.
EndpointType This property is required. string
The endpoint type.
Addresses This property is required. []InstancesInstanceConnectionInfoAddress
The address info.
Description This property is required. string
The description.
EndpointId This property is required. string
The endpoint id.
EndpointName This property is required. string
The endpoint name.
EndpointType This property is required. string
The endpoint type.
addresses This property is required. List<InstancesInstanceConnectionInfoAddress>
The address info.
description This property is required. String
The description.
endpointId This property is required. String
The endpoint id.
endpointName This property is required. String
The endpoint name.
endpointType This property is required. String
The endpoint type.
addresses This property is required. InstancesInstanceConnectionInfoAddress[]
The address info.
description This property is required. string
The description.
endpointId This property is required. string
The endpoint id.
endpointName This property is required. string
The endpoint name.
endpointType This property is required. string
The endpoint type.
addresses This property is required. Sequence[InstancesInstanceConnectionInfoAddress]
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.
endpointId This property is required. String
The endpoint id.
endpointName This property is required. String
The endpoint name.
endpointType This property is required. String
The endpoint type.

InstancesInstanceConnectionInfoAddress

DnsVisibility This property is required. bool
Whether to enable private to public network resolution.
Domain This property is required. string
The domain.
EipId This property is required. string
The eip id for public address.
IpAddress This property is required. string
The ip address.
NetworkType This property is required. string
The network type.
Port This property is required. string
The port of the instance.
SubnetId This property is required. string
The subnet id.
DnsVisibility This property is required. bool
Whether to enable private to public network resolution.
Domain This property is required. string
The domain.
EipId This property is required. string
The eip id for public address.
IpAddress This property is required. string
The ip address.
NetworkType This property is required. string
The network type.
Port This property is required. string
The port of the instance.
SubnetId This property is required. string
The subnet id.
dnsVisibility This property is required. Boolean
Whether to enable private to public network resolution.
domain This property is required. String
The domain.
eipId This property is required. String
The eip id for public address.
ipAddress This property is required. String
The ip address.
networkType This property is required. String
The network type.
port This property is required. String
The port of the instance.
subnetId This property is required. String
The subnet id.
dnsVisibility This property is required. boolean
Whether to enable private to public network resolution.
domain This property is required. string
The domain.
eipId This property is required. string
The eip id for public address.
ipAddress This property is required. string
The ip address.
networkType This property is required. string
The network type.
port This property is required. string
The port of the instance.
subnetId 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.
dnsVisibility This property is required. Boolean
Whether to enable private to public network resolution.
domain This property is required. String
The domain.
eipId This property is required. String
The eip id for public address.
ipAddress This property is required. String
The ip address.
networkType This property is required. String
The network type.
port This property is required. String
The port of the instance.
subnetId This property is required. String
The subnet id.

InstancesInstanceNodeDetailInfo

CreateTime This property is required. string
Node creation time.
InstanceId This property is required. string
Id of the instance.
Memory This property is required. int
The Memory.
NodeId This property is required. string
The Node ID.
NodeIp This property is required. string
The node ip.
NodeSpec This property is required. string
The node spec.
NodeStatus This property is required. string
The node status.
NodeType This property is required. string
The node type.
RegionId This property is required. string
The region id.
UpdateTime 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.
ZoneId This property is required. string
The id of the zone.
CreateTime This property is required. string
Node creation time.
InstanceId This property is required. string
Id of the instance.
Memory This property is required. int
The Memory.
NodeId This property is required. string
The Node ID.
NodeIp This property is required. string
The node ip.
NodeSpec This property is required. string
The node spec.
NodeStatus This property is required. string
The node status.
NodeType This property is required. string
The node type.
RegionId This property is required. string
The region id.
UpdateTime 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.
ZoneId This property is required. string
The id of the zone.
createTime This property is required. String
Node creation time.
instanceId This property is required. String
Id of the instance.
memory This property is required. Integer
The Memory.
nodeId This property is required. String
The Node ID.
nodeIp This property is required. String
The node ip.
nodeSpec This property is required. String
The node spec.
nodeStatus This property is required. String
The node status.
nodeType This property is required. String
The node type.
regionId This property is required. String
The region id.
updateTime This property is required. String
The update time of the instance.
vCpu This property is required. Integer
The CPU size of the instance. For example: 1 represents 1U.
zoneId This property is required. String
The id of the zone.
createTime This property is required. string
Node creation time.
instanceId This property is required. string
Id of the instance.
memory This property is required. number
The Memory.
nodeId This property is required. string
The Node ID.
nodeIp This property is required. string
The node ip.
nodeSpec This property is required. string
The node spec.
nodeStatus This property is required. string
The node status.
nodeType This property is required. string
The node type.
regionId This property is required. string
The region id.
updateTime This property is required. string
The update time of the instance.
vCpu This property is required. number
The CPU size of the instance. For example: 1 represents 1U.
zoneId 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.
createTime This property is required. String
Node creation time.
instanceId This property is required. String
Id of the instance.
memory This property is required. Number
The Memory.
nodeId This property is required. String
The Node ID.
nodeIp This property is required. String
The node ip.
nodeSpec This property is required. String
The node spec.
nodeStatus This property is required. String
The node status.
nodeType This property is required. String
The node type.
regionId This property is required. String
The region id.
updateTime This property is required. String
The update time of the instance.
vCpu This property is required. Number
The CPU size of the instance. For example: 1 represents 1U.
zoneId This property is required. String
The id of the zone.

InstancesInstanceParameter

CheckingCode This property is required. string
The valid value range of the parameter.
ForceModify This property is required. bool
Indicates whether the parameter running value can be modified.
ForceRestart This property is required. bool
Indicates whether the instance needs to be restarted to take effect after modifying the running value of the parameter.
ParameterDefaultValue This property is required. string
The default value of the parameter.
ParameterDescription This property is required. string
The description of the parameter.
ParameterName This property is required. string
The name of the parameter.
ParameterType This property is required. string
The type of the parameter.
ParameterValue This property is required. string
The value of the parameter.
CheckingCode This property is required. string
The valid value range of the parameter.
ForceModify This property is required. bool
Indicates whether the parameter running value can be modified.
ForceRestart This property is required. bool
Indicates whether the instance needs to be restarted to take effect after modifying the running value of the parameter.
ParameterDefaultValue This property is required. string
The default value of the parameter.
ParameterDescription This property is required. string
The description of the parameter.
ParameterName This property is required. string
The name of the parameter.
ParameterType This property is required. string
The type of the parameter.
ParameterValue This property is required. string
The value of the parameter.
checkingCode This property is required. String
The valid value range of the parameter.
forceModify This property is required. Boolean
Indicates whether the parameter running value can be modified.
forceRestart This property is required. Boolean
Indicates whether the instance needs to be restarted to take effect after modifying the running value of the parameter.
parameterDefaultValue This property is required. String
The default value of the parameter.
parameterDescription This property is required. String
The description of the parameter.
parameterName This property is required. String
The name of the parameter.
parameterType This property is required. String
The type of the parameter.
parameterValue This property is required. String
The value of the parameter.
checkingCode This property is required. string
The valid value range of the parameter.
forceModify This property is required. boolean
Indicates whether the parameter running value can be modified.
forceRestart This property is required. boolean
Indicates whether the instance needs to be restarted to take effect after modifying the running value of the parameter.
parameterDefaultValue This property is required. string
The default value of the parameter.
parameterDescription This property is required. string
The description of the parameter.
parameterName This property is required. string
The name of the parameter.
parameterType This property is required. string
The type of the parameter.
parameterValue 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.
checkingCode This property is required. String
The valid value range of the parameter.
forceModify This property is required. Boolean
Indicates whether the parameter running value can be modified.
forceRestart This property is required. Boolean
Indicates whether the instance needs to be restarted to take effect after modifying the running value of the parameter.
parameterDefaultValue This property is required. String
The default value of the parameter.
parameterDescription This property is required. String
The description of the parameter.
parameterName This property is required. String
The name of the parameter.
parameterType This property is required. String
The type of the parameter.
parameterValue This property is required. String
The value of the parameter.

InstancesInstanceTag

Key This property is required. string
The Key of Tags.
Value This property is required. string
The Value of Tags.
Key This property is required. string
The Key of Tags.
Value This property is required. string
The Value of Tags.
key This property is required. String
The Key of Tags.
value This property is required. String
The Value of Tags.
key This property is required. string
The Key of Tags.
value This property is required. string
The Value of Tags.
key This property is required. str
The Key of Tags.
value This property is required. str
The Value of Tags.
key This property is required. String
The Key of Tags.
value This property is required. String
The Value of Tags.

InstancesTag

Key This property is required. string
The Key of Tags.
Value This property is required. string
The Value of Tags.
Key This property is required. string
The Key of Tags.
Value This property is required. string
The Value of Tags.
key This property is required. String
The Key of Tags.
value This property is required. String
The Value of Tags.
key This property is required. string
The Key of Tags.
value This property is required. string
The Value of Tags.
key This property is required. str
The Key of Tags.
value This property is required. str
The Value of Tags.
key This property is required. String
The Key of Tags.
value This property is required. String
The Value of Tags.

Package Details

Repository
volcengine volcengine/pulumi-volcengine
License
Apache-2.0
Notes
This Pulumi package is based on the volcengine Terraform Provider.
Volcengine v0.0.27 published on Tuesday, Dec 10, 2024 by Volcengine