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:
- ChargeType string
- The charge type. Valid values: PostPaid,PrePaid.
- CreateTime stringEnd 
- The end time of creating the instance, using UTC time format.
- CreateTime stringStart 
- The start time of creating the instance, using UTC time format.
- DbEngine stringVersion 
- 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.
- 
List<InstancesTag> 
- Tags.
- ZoneId string
- The id of the zone.
- ChargeType string
- The charge type. Valid values: PostPaid,PrePaid.
- CreateTime stringEnd 
- The end time of creating the instance, using UTC time format.
- CreateTime stringStart 
- The start time of creating the instance, using UTC time format.
- DbEngine stringVersion 
- 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.
- 
[]InstancesTag 
- Tags.
- ZoneId string
- The id of the zone.
- chargeType String
- The charge type. Valid values: PostPaid,PrePaid.
- createTime StringEnd 
- The end time of creating the instance, using UTC time format.
- createTime StringStart 
- The start time of creating the instance, using UTC time format.
- dbEngine StringVersion 
- 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.
- 
List<InstancesTag> 
- Tags.
- zoneId String
- The id of the zone.
- chargeType string
- The charge type. Valid values: PostPaid,PrePaid.
- createTime stringEnd 
- The end time of creating the instance, using UTC time format.
- createTime stringStart 
- The start time of creating the instance, using UTC time format.
- dbEngine stringVersion 
- 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.
- 
InstancesTag[] 
- Tags.
- zoneId 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[InstancesTag] 
- Tags.
- zone_id str
- The id of the zone.
- chargeType String
- The charge type. Valid values: PostPaid,PrePaid.
- createTime StringEnd 
- The end time of creating the instance, using UTC time format.
- createTime StringStart 
- The start time of creating the instance, using UTC time format.
- dbEngine StringVersion 
- 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.
- 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.
- CreateTime stringEnd 
- CreateTime stringStart 
- DbEngine stringVersion 
- 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
- 
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.
- CreateTime stringEnd 
- CreateTime stringStart 
- DbEngine stringVersion 
- 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
- 
[]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.
- createTime StringEnd 
- createTime StringStart 
- dbEngine StringVersion 
- 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
- 
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.
- createTime stringEnd 
- createTime stringStart 
- dbEngine stringVersion 
- 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
- 
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_ 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[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.
- createTime StringEnd 
- createTime StringStart 
- dbEngine StringVersion 
- 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
- List<Property Map>
- Tags.
- zoneId String
- The zone id.
Supporting Types
InstancesInstance 
- BackupUse double
- The used backup space of the instance. Unit: GiB.
- ChargeDetails List<InstancesInstance Charge Detail> 
- The charge detail.
- ConnectionInfos List<InstancesInstance Connection Info> 
- The connection info of the instance.
- CreateTime string
- Node creation time.
- DbEngine stringVersion 
- Compatible version. Valid values: SQLServer_2019_Std,SQLServer_2019_Web,SQLServer_2019_Ent.
- Id string
- The id of the instance.
- InnerVersion string
- The inner version of the instance.
- InstanceCategory string
- The instance category.
- 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.
- Memory int
- The Memory.
- NodeDetail List<InstancesInfos Instance Node Detail Info> 
- Node detail information.
- NodeSpec string
- The node spec.
- ParameterCount int
- The count of instance parameters.
- Parameters
List<InstancesInstance Parameter> 
- The list of instance parameters.
- Port string
- The port of the instance.
- PrimaryInstance stringId 
- The id of the primary instance.
- ProjectName string
- The project name.
- ReadOnly intNumber 
- The number of read only instance.
- RegionId string
- The region id.
- ServerCollation string
- Server sorting rules.
- SlowQuery boolEnable 
- Whether to enable slow query function.
- SlowQuery stringTime 
- The slow query time. Unit: second.
- StorageSpace int
- The storage space.
- StorageType string
- The storage type.
- StorageUse double
- The used storage space.
- SubnetId string
- The subnet id.
- 
List<InstancesInstance Tag> 
- Tags.
- TimeZone string
- The time zone.
- UpdateTime string
- The update time of the instance.
- VCpu int
- The CPU size of the instance. For example: 1 represents 1U.
- VpcId string
- The vpc id.
- ZoneId string
- The id of the zone.
- BackupUse float64
- The used backup space of the instance. Unit: GiB.
- ChargeDetails []InstancesInstance Charge Detail 
- The charge detail.
- ConnectionInfos []InstancesInstance Connection Info 
- The connection info of the instance.
- CreateTime string
- Node creation time.
- DbEngine stringVersion 
- Compatible version. Valid values: SQLServer_2019_Std,SQLServer_2019_Web,SQLServer_2019_Ent.
- Id string
- The id of the instance.
- InnerVersion string
- The inner version of the instance.
- InstanceCategory string
- The instance category.
- 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.
- Memory int
- The Memory.
- NodeDetail []InstancesInfos Instance Node Detail Info 
- Node detail information.
- NodeSpec string
- The node spec.
- ParameterCount int
- The count of instance parameters.
- Parameters
[]InstancesInstance Parameter 
- The list of instance parameters.
- Port string
- The port of the instance.
- PrimaryInstance stringId 
- The id of the primary instance.
- ProjectName string
- The project name.
- ReadOnly intNumber 
- The number of read only instance.
- RegionId string
- The region id.
- ServerCollation string
- Server sorting rules.
- SlowQuery boolEnable 
- Whether to enable slow query function.
- SlowQuery stringTime 
- The slow query time. Unit: second.
- StorageSpace int
- The storage space.
- StorageType string
- The storage type.
- StorageUse float64
- The used storage space.
- SubnetId string
- The subnet id.
- 
[]InstancesInstance Tag 
- Tags.
- TimeZone string
- The time zone.
- UpdateTime string
- The update time of the instance.
- VCpu int
- The CPU size of the instance. For example: 1 represents 1U.
- VpcId string
- The vpc id.
- ZoneId string
- The id of the zone.
- backupUse Double
- The used backup space of the instance. Unit: GiB.
- chargeDetails List<InstancesInstance Charge Detail> 
- The charge detail.
- connectionInfos List<InstancesInstance Connection Info> 
- The connection info of the instance.
- createTime String
- Node creation time.
- dbEngine StringVersion 
- Compatible version. Valid values: SQLServer_2019_Std,SQLServer_2019_Web,SQLServer_2019_Ent.
- id String
- The id of the instance.
- innerVersion String
- The inner version of the instance.
- instanceCategory String
- The instance category.
- 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.
- memory Integer
- The Memory.
- nodeDetail List<InstancesInfos Instance Node Detail Info> 
- Node detail information.
- nodeSpec String
- The node spec.
- parameterCount Integer
- The count of instance parameters.
- parameters
List<InstancesInstance Parameter> 
- The list of instance parameters.
- port String
- The port of the instance.
- primaryInstance StringId 
- The id of the primary instance.
- projectName String
- The project name.
- readOnly IntegerNumber 
- The number of read only instance.
- regionId String
- The region id.
- serverCollation String
- Server sorting rules.
- slowQuery BooleanEnable 
- Whether to enable slow query function.
- slowQuery StringTime 
- The slow query time. Unit: second.
- storageSpace Integer
- The storage space.
- storageType String
- The storage type.
- storageUse Double
- The used storage space.
- subnetId String
- The subnet id.
- 
List<InstancesInstance Tag> 
- Tags.
- timeZone String
- The time zone.
- updateTime String
- The update time of the instance.
- vCpu Integer
- The CPU size of the instance. For example: 1 represents 1U.
- vpcId String
- The vpc id.
- zoneId String
- The id of the zone.
- backupUse number
- The used backup space of the instance. Unit: GiB.
- chargeDetails InstancesInstance Charge Detail[] 
- The charge detail.
- connectionInfos InstancesInstance Connection Info[] 
- The connection info of the instance.
- createTime string
- Node creation time.
- dbEngine stringVersion 
- Compatible version. Valid values: SQLServer_2019_Std,SQLServer_2019_Web,SQLServer_2019_Ent.
- id string
- The id of the instance.
- innerVersion string
- The inner version of the instance.
- instanceCategory string
- The instance category.
- 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.
- memory number
- The Memory.
- nodeDetail InstancesInfos Instance Node Detail Info[] 
- Node detail information.
- nodeSpec string
- The node spec.
- parameterCount number
- The count of instance parameters.
- parameters
InstancesInstance Parameter[] 
- The list of instance parameters.
- port string
- The port of the instance.
- primaryInstance stringId 
- The id of the primary instance.
- projectName string
- The project name.
- readOnly numberNumber 
- The number of read only instance.
- regionId string
- The region id.
- serverCollation string
- Server sorting rules.
- slowQuery booleanEnable 
- Whether to enable slow query function.
- slowQuery stringTime 
- The slow query time. Unit: second.
- storageSpace number
- The storage space.
- storageType string
- The storage type.
- storageUse number
- The used storage space.
- subnetId string
- The subnet id.
- 
InstancesInstance Tag[] 
- Tags.
- timeZone string
- The time zone.
- updateTime string
- The update time of the instance.
- vCpu number
- The CPU size of the instance. For example: 1 represents 1U.
- vpcId string
- The vpc id.
- zoneId 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[InstancesInstance 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[InstancesInstance 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.
- backupUse Number
- The used backup space of the instance. Unit: GiB.
- chargeDetails List<Property Map>
- The charge detail.
- connectionInfos List<Property Map>
- The connection info of the instance.
- createTime String
- Node creation time.
- dbEngine StringVersion 
- Compatible version. Valid values: SQLServer_2019_Std,SQLServer_2019_Web,SQLServer_2019_Ent.
- id String
- The id of the instance.
- innerVersion String
- The inner version of the instance.
- instanceCategory String
- The instance category.
- 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.
- memory Number
- The Memory.
- nodeDetail List<Property Map>Infos 
- Node detail information.
- nodeSpec String
- The node spec.
- parameterCount Number
- The count of instance parameters.
- parameters List<Property Map>
- The list of instance parameters.
- port String
- The port of the instance.
- primaryInstance StringId 
- The id of the primary instance.
- projectName String
- The project name.
- readOnly NumberNumber 
- The number of read only instance.
- regionId String
- The region id.
- serverCollation String
- Server sorting rules.
- slowQuery BooleanEnable 
- Whether to enable slow query function.
- slowQuery StringTime 
- The slow query time. Unit: second.
- storageSpace Number
- The storage space.
- storageType String
- The storage type.
- storageUse Number
- The used storage space.
- subnetId String
- The subnet id.
- List<Property Map>
- Tags.
- timeZone String
- The time zone.
- updateTime String
- The update time of the instance.
- vCpu Number
- The CPU size of the instance. For example: 1 represents 1U.
- vpcId String
- The vpc id.
- zoneId String
- The id of the zone.
InstancesInstanceChargeDetail   
- AutoRenew bool
- Whether to enable automatic renewal in the prepaid scenario. This parameter can be set when ChargeType is Prepaid.
- ChargeEnd stringTime 
- Charge end time.
- ChargeStart stringTime 
- Charge start time.
- ChargeStatus string
- The charge status.
- ChargeType string
- The charge type. Valid values: PostPaid,PrePaid.
- OverdueReclaim stringTime 
- Expected release time when overdue fees are shut down.
- OverdueTime string
- Time for Disconnection due to Unpaid Fees.
- Period int
- Purchase duration in a prepaid scenario.
- PeriodUnit string
- Purchase cycle in prepaid scenarios. This parameter can be set when ChargeType is Prepaid.
- AutoRenew bool
- Whether to enable automatic renewal in the prepaid scenario. This parameter can be set when ChargeType is Prepaid.
- ChargeEnd stringTime 
- Charge end time.
- ChargeStart stringTime 
- Charge start time.
- ChargeStatus string
- The charge status.
- ChargeType string
- The charge type. Valid values: PostPaid,PrePaid.
- OverdueReclaim stringTime 
- Expected release time when overdue fees are shut down.
- OverdueTime string
- Time for Disconnection due to Unpaid Fees.
- Period int
- Purchase duration in a prepaid scenario.
- PeriodUnit string
- Purchase cycle in prepaid scenarios. This parameter can be set when ChargeType is Prepaid.
- autoRenew Boolean
- Whether to enable automatic renewal in the prepaid scenario. This parameter can be set when ChargeType is Prepaid.
- chargeEnd StringTime 
- Charge end time.
- chargeStart StringTime 
- Charge start time.
- chargeStatus String
- The charge status.
- chargeType String
- The charge type. Valid values: PostPaid,PrePaid.
- overdueReclaim StringTime 
- Expected release time when overdue fees are shut down.
- overdueTime String
- Time for Disconnection due to Unpaid Fees.
- period Integer
- Purchase duration in a prepaid scenario.
- periodUnit String
- Purchase cycle in prepaid scenarios. This parameter can be set when ChargeType is Prepaid.
- autoRenew boolean
- Whether to enable automatic renewal in the prepaid scenario. This parameter can be set when ChargeType is Prepaid.
- chargeEnd stringTime 
- Charge end time.
- chargeStart stringTime 
- Charge start time.
- chargeStatus string
- The charge status.
- chargeType string
- The charge type. Valid values: PostPaid,PrePaid.
- overdueReclaim stringTime 
- Expected release time when overdue fees are shut down.
- overdueTime string
- Time for Disconnection due to Unpaid Fees.
- period number
- Purchase duration in a prepaid scenario.
- periodUnit 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.
- autoRenew Boolean
- Whether to enable automatic renewal in the prepaid scenario. This parameter can be set when ChargeType is Prepaid.
- chargeEnd StringTime 
- Charge end time.
- chargeStart StringTime 
- Charge start time.
- chargeStatus String
- The charge status.
- chargeType String
- The charge type. Valid values: PostPaid,PrePaid.
- overdueReclaim StringTime 
- Expected release time when overdue fees are shut down.
- overdueTime String
- Time for Disconnection due to Unpaid Fees.
- period Number
- Purchase duration in a prepaid scenario.
- periodUnit String
- Purchase cycle in prepaid scenarios. This parameter can be set when ChargeType is Prepaid.
InstancesInstanceConnectionInfo   
- Addresses
List<InstancesInstance Connection Info Address> 
- The address info.
- Description string
- The description.
- EndpointId string
- The endpoint id.
- EndpointName string
- The endpoint name.
- EndpointType string
- The endpoint type.
- Addresses
[]InstancesInstance Connection Info Address 
- The address info.
- Description string
- The description.
- EndpointId string
- The endpoint id.
- EndpointName string
- The endpoint name.
- EndpointType string
- The endpoint type.
- addresses
List<InstancesInstance Connection Info Address> 
- The address info.
- description String
- The description.
- endpointId String
- The endpoint id.
- endpointName String
- The endpoint name.
- endpointType String
- The endpoint type.
- addresses
InstancesInstance Connection Info Address[] 
- The address info.
- description string
- The description.
- endpointId string
- The endpoint id.
- endpointName string
- The endpoint name.
- endpointType string
- The endpoint type.
- addresses
Sequence[InstancesInstance 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.
- endpointId String
- The endpoint id.
- endpointName String
- The endpoint name.
- endpointType String
- The endpoint type.
InstancesInstanceConnectionInfoAddress    
- DnsVisibility bool
- Whether to enable private to public network resolution.
- Domain string
- The domain.
- EipId string
- The eip id for public address.
- IpAddress string
- The ip address.
- NetworkType string
- The network type.
- Port string
- The port of the instance.
- SubnetId string
- The subnet id.
- DnsVisibility bool
- Whether to enable private to public network resolution.
- Domain string
- The domain.
- EipId string
- The eip id for public address.
- IpAddress string
- The ip address.
- NetworkType string
- The network type.
- Port string
- The port of the instance.
- SubnetId string
- The subnet id.
- dnsVisibility Boolean
- Whether to enable private to public network resolution.
- domain String
- The domain.
- eipId String
- The eip id for public address.
- ipAddress String
- The ip address.
- networkType String
- The network type.
- port String
- The port of the instance.
- subnetId String
- The subnet id.
- dnsVisibility boolean
- Whether to enable private to public network resolution.
- domain string
- The domain.
- eipId string
- The eip id for public address.
- ipAddress string
- The ip address.
- networkType string
- The network type.
- port string
- The port of the instance.
- subnetId 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.
- dnsVisibility Boolean
- Whether to enable private to public network resolution.
- domain String
- The domain.
- eipId String
- The eip id for public address.
- ipAddress String
- The ip address.
- networkType String
- The network type.
- port String
- The port of the instance.
- subnetId String
- The subnet id.
InstancesInstanceNodeDetailInfo    
- CreateTime string
- Node creation time.
- InstanceId string
- Id of the instance.
- Memory int
- The Memory.
- NodeId string
- The Node ID.
- NodeIp string
- The node ip.
- NodeSpec string
- The node spec.
- NodeStatus string
- The node status.
- NodeType string
- The node type.
- RegionId string
- The region id.
- UpdateTime string
- The update time of the instance.
- VCpu int
- The CPU size of the instance. For example: 1 represents 1U.
- ZoneId string
- The id of the zone.
- CreateTime string
- Node creation time.
- InstanceId string
- Id of the instance.
- Memory int
- The Memory.
- NodeId string
- The Node ID.
- NodeIp string
- The node ip.
- NodeSpec string
- The node spec.
- NodeStatus string
- The node status.
- NodeType string
- The node type.
- RegionId string
- The region id.
- UpdateTime string
- The update time of the instance.
- VCpu int
- The CPU size of the instance. For example: 1 represents 1U.
- ZoneId string
- The id of the zone.
- createTime String
- Node creation time.
- instanceId String
- Id of the instance.
- memory Integer
- The Memory.
- nodeId String
- The Node ID.
- nodeIp String
- The node ip.
- nodeSpec String
- The node spec.
- nodeStatus String
- The node status.
- nodeType String
- The node type.
- regionId String
- The region id.
- updateTime String
- The update time of the instance.
- vCpu Integer
- The CPU size of the instance. For example: 1 represents 1U.
- zoneId String
- The id of the zone.
- createTime string
- Node creation time.
- instanceId string
- Id of the instance.
- memory number
- The Memory.
- nodeId string
- The Node ID.
- nodeIp string
- The node ip.
- nodeSpec string
- The node spec.
- nodeStatus string
- The node status.
- nodeType string
- The node type.
- regionId string
- The region id.
- updateTime string
- The update time of the instance.
- vCpu number
- The CPU size of the instance. For example: 1 represents 1U.
- zoneId 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.
- createTime String
- Node creation time.
- instanceId String
- Id of the instance.
- memory Number
- The Memory.
- nodeId String
- The Node ID.
- nodeIp String
- The node ip.
- nodeSpec String
- The node spec.
- nodeStatus String
- The node status.
- nodeType String
- The node type.
- regionId String
- The region id.
- updateTime String
- The update time of the instance.
- vCpu Number
- The CPU size of the instance. For example: 1 represents 1U.
- zoneId String
- The id of the zone.
InstancesInstanceParameter  
- CheckingCode string
- The valid value range of the parameter.
- ForceModify bool
- Indicates whether the parameter running value can be modified.
- ForceRestart bool
- Indicates whether the instance needs to be restarted to take effect after modifying the running value of the parameter.
- ParameterDefault stringValue 
- The default value of the parameter.
- ParameterDescription string
- The description of the parameter.
- ParameterName string
- The name of the parameter.
- ParameterType string
- The type of the parameter.
- ParameterValue string
- The value of the parameter.
- CheckingCode string
- The valid value range of the parameter.
- ForceModify bool
- Indicates whether the parameter running value can be modified.
- ForceRestart bool
- Indicates whether the instance needs to be restarted to take effect after modifying the running value of the parameter.
- ParameterDefault stringValue 
- The default value of the parameter.
- ParameterDescription string
- The description of the parameter.
- ParameterName string
- The name of the parameter.
- ParameterType string
- The type of the parameter.
- ParameterValue string
- The value of the parameter.
- checkingCode String
- The valid value range of the parameter.
- forceModify Boolean
- Indicates whether the parameter running value can be modified.
- forceRestart Boolean
- Indicates whether the instance needs to be restarted to take effect after modifying the running value of the parameter.
- parameterDefault StringValue 
- The default value of the parameter.
- parameterDescription String
- The description of the parameter.
- parameterName String
- The name of the parameter.
- parameterType String
- The type of the parameter.
- parameterValue String
- The value of the parameter.
- checkingCode string
- The valid value range of the parameter.
- forceModify boolean
- Indicates whether the parameter running value can be modified.
- forceRestart boolean
- Indicates whether the instance needs to be restarted to take effect after modifying the running value of the parameter.
- parameterDefault stringValue 
- The default value of the parameter.
- parameterDescription string
- The description of the parameter.
- parameterName string
- The name of the parameter.
- parameterType string
- The type of the parameter.
- parameterValue 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.
- checkingCode String
- The valid value range of the parameter.
- forceModify Boolean
- Indicates whether the parameter running value can be modified.
- forceRestart Boolean
- Indicates whether the instance needs to be restarted to take effect after modifying the running value of the parameter.
- parameterDefault StringValue 
- The default value of the parameter.
- parameterDescription String
- The description of the parameter.
- parameterName String
- The name of the parameter.
- parameterType String
- The type of the parameter.
- parameterValue 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.