Volcengine v0.0.27 published on Tuesday, Dec 10, 2024 by Volcengine
volcengine.mongodb.Instances
Explore with Pulumi AI
Use this data source to query detailed information of mongodb instances
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as volcengine from "@pulumi/volcengine";
const foo = volcengine.mongodb.Instances({
    instanceId: "mongo-replica-xxx",
});
import pulumi
import pulumi_volcengine as volcengine
foo = volcengine.mongodb.instances(instance_id="mongo-replica-xxx")
package main
import (
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
	"github.com/volcengine/pulumi-volcengine/sdk/go/volcengine/mongodb"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := mongodb.Instances(ctx, &mongodb.InstancesArgs{
			InstanceId: pulumi.StringRef("mongo-replica-xxx"),
		}, 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.Mongodb.Instances.Invoke(new()
    {
        InstanceId = "mongo-replica-xxx",
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.volcengine.mongodb.MongodbFunctions;
import com.pulumi.volcengine.mongodb.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 = MongodbFunctions.Instances(InstancesArgs.builder()
            .instanceId("mongo-replica-xxx")
            .build());
    }
}
variables:
  foo:
    fn::invoke:
      Function: volcengine:mongodb:Instances
      Arguments:
        instanceId: mongo-replica-xxx
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(create_end_time: Optional[str] = None,
              create_start_time: Optional[str] = None,
              db_engine: 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,
              update_end_time: Optional[str] = None,
              update_start_time: Optional[str] = None,
              vpc_id: Optional[str] = None,
              zone_id: Optional[str] = None,
              opts: Optional[InvokeOptions] = None) -> InstancesResult
def instances_output(create_end_time: Optional[pulumi.Input[str]] = None,
              create_start_time: Optional[pulumi.Input[str]] = None,
              db_engine: 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,
              update_end_time: Optional[pulumi.Input[str]] = None,
              update_start_time: Optional[pulumi.Input[str]] = None,
              vpc_id: Optional[pulumi.Input[str]] = 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:mongodb:Instances
  arguments:
    # arguments dictionaryThe following arguments are supported:
- CreateEnd stringTime 
- The end time of creation to query.
- CreateStart stringTime 
- The start time of creation to query.
- DbEngine string
- The db engine to query, valid value contains MongoDB.
- DbEngine stringVersion 
- The version of db engine to query, valid value contains MongoDB_4_0.
- InstanceId string
- The instance ID to query.
- InstanceName string
- The instance name to query.
- InstanceStatus string
- The instance status to query.
- InstanceType string
- The type of instance to query, the valid value contains ReplicaSetorShardedCluster.
- NameRegex string
- A Name Regex of DB instance.
- OutputFile string
- File name where to save data source results.
- 
List<InstancesTag> 
- Tags.
- UpdateEnd stringTime 
- The end time of update to query.
- UpdateStart stringTime 
- The start time of update to query.
- VpcId string
- The vpc id of instance to query.
- ZoneId string
- The zone ID to query.
- CreateEnd stringTime 
- The end time of creation to query.
- CreateStart stringTime 
- The start time of creation to query.
- DbEngine string
- The db engine to query, valid value contains MongoDB.
- DbEngine stringVersion 
- The version of db engine to query, valid value contains MongoDB_4_0.
- InstanceId string
- The instance ID to query.
- InstanceName string
- The instance name to query.
- InstanceStatus string
- The instance status to query.
- InstanceType string
- The type of instance to query, the valid value contains ReplicaSetorShardedCluster.
- NameRegex string
- A Name Regex of DB instance.
- OutputFile string
- File name where to save data source results.
- 
[]InstancesTag 
- Tags.
- UpdateEnd stringTime 
- The end time of update to query.
- UpdateStart stringTime 
- The start time of update to query.
- VpcId string
- The vpc id of instance to query.
- ZoneId string
- The zone ID to query.
- createEnd StringTime 
- The end time of creation to query.
- createStart StringTime 
- The start time of creation to query.
- dbEngine String
- The db engine to query, valid value contains MongoDB.
- dbEngine StringVersion 
- The version of db engine to query, valid value contains MongoDB_4_0.
- instanceId String
- The instance ID to query.
- instanceName String
- The instance name to query.
- instanceStatus String
- The instance status to query.
- instanceType String
- The type of instance to query, the valid value contains ReplicaSetorShardedCluster.
- nameRegex String
- A Name Regex of DB instance.
- outputFile String
- File name where to save data source results.
- 
List<InstancesTag> 
- Tags.
- updateEnd StringTime 
- The end time of update to query.
- updateStart StringTime 
- The start time of update to query.
- vpcId String
- The vpc id of instance to query.
- zoneId String
- The zone ID to query.
- createEnd stringTime 
- The end time of creation to query.
- createStart stringTime 
- The start time of creation to query.
- dbEngine string
- The db engine to query, valid value contains MongoDB.
- dbEngine stringVersion 
- The version of db engine to query, valid value contains MongoDB_4_0.
- instanceId string
- The instance ID to query.
- instanceName string
- The instance name to query.
- instanceStatus string
- The instance status to query.
- instanceType string
- The type of instance to query, the valid value contains ReplicaSetorShardedCluster.
- nameRegex string
- A Name Regex of DB instance.
- outputFile string
- File name where to save data source results.
- 
InstancesTag[] 
- Tags.
- updateEnd stringTime 
- The end time of update to query.
- updateStart stringTime 
- The start time of update to query.
- vpcId string
- The vpc id of instance to query.
- zoneId string
- The zone ID to query.
- create_end_ strtime 
- The end time of creation to query.
- create_start_ strtime 
- The start time of creation to query.
- db_engine str
- The db engine to query, valid value contains MongoDB.
- db_engine_ strversion 
- The version of db engine to query, valid value contains MongoDB_4_0.
- instance_id str
- The instance ID to query.
- instance_name str
- The instance name to query.
- instance_status str
- The instance status to query.
- instance_type str
- The type of instance to query, the valid value contains ReplicaSetorShardedCluster.
- name_regex str
- A Name Regex of DB instance.
- output_file str
- File name where to save data source results.
- 
Sequence[InstancesTag] 
- Tags.
- update_end_ strtime 
- The end time of update to query.
- update_start_ strtime 
- The start time of update to query.
- vpc_id str
- The vpc id of instance to query.
- zone_id str
- The zone ID to query.
- createEnd StringTime 
- The end time of creation to query.
- createStart StringTime 
- The start time of creation to query.
- dbEngine String
- The db engine to query, valid value contains MongoDB.
- dbEngine StringVersion 
- The version of db engine to query, valid value contains MongoDB_4_0.
- instanceId String
- The instance ID to query.
- instanceName String
- The instance name to query.
- instanceStatus String
- The instance status to query.
- instanceType String
- The type of instance to query, the valid value contains ReplicaSetorShardedCluster.
- nameRegex String
- A Name Regex of DB instance.
- outputFile String
- File name where to save data source results.
- List<Property Map>
- Tags.
- updateEnd StringTime 
- The end time of update to query.
- updateStart StringTime 
- The start time of update to query.
- vpcId String
- The vpc id of instance to query.
- zoneId String
- The zone ID to query.
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 mongodb instances query.
- TotalCount int
- The total count of mongodb instances query.
- CreateEnd stringTime 
- CreateStart stringTime 
- DbEngine string
- The db engine.
- DbEngine stringVersion 
- The version of database engine.
- InstanceId string
- The instance ID.
- InstanceName string
- The instance name.
- InstanceStatus string
- The instance status.
- InstanceType string
- The instance type.
- NameRegex string
- OutputFile string
- 
List<InstancesTag> 
- Tags.
- UpdateEnd stringTime 
- UpdateStart stringTime 
- VpcId string
- The vpc ID.
- ZoneId string
- The zone ID of instance.
- Id string
- The provider-assigned unique ID for this managed resource.
- Instances
[]InstancesInstance 
- The collection of mongodb instances query.
- TotalCount int
- The total count of mongodb instances query.
- CreateEnd stringTime 
- CreateStart stringTime 
- DbEngine string
- The db engine.
- DbEngine stringVersion 
- The version of database engine.
- InstanceId string
- The instance ID.
- InstanceName string
- The instance name.
- InstanceStatus string
- The instance status.
- InstanceType string
- The instance type.
- NameRegex string
- OutputFile string
- 
[]InstancesTag 
- Tags.
- UpdateEnd stringTime 
- UpdateStart stringTime 
- VpcId string
- The vpc ID.
- ZoneId string
- The zone ID of instance.
- id String
- The provider-assigned unique ID for this managed resource.
- instances
List<InstancesInstance> 
- The collection of mongodb instances query.
- totalCount Integer
- The total count of mongodb instances query.
- createEnd StringTime 
- createStart StringTime 
- dbEngine String
- The db engine.
- dbEngine StringVersion 
- The version of database engine.
- instanceId String
- The instance ID.
- instanceName String
- The instance name.
- instanceStatus String
- The instance status.
- instanceType String
- The instance type.
- nameRegex String
- outputFile String
- 
List<InstancesTag> 
- Tags.
- updateEnd StringTime 
- updateStart StringTime 
- vpcId String
- The vpc ID.
- zoneId String
- The zone ID of instance.
- id string
- The provider-assigned unique ID for this managed resource.
- instances
InstancesInstance[] 
- The collection of mongodb instances query.
- totalCount number
- The total count of mongodb instances query.
- createEnd stringTime 
- createStart stringTime 
- dbEngine string
- The db engine.
- dbEngine stringVersion 
- The version of database engine.
- instanceId string
- The instance ID.
- instanceName string
- The instance name.
- instanceStatus string
- The instance status.
- instanceType string
- The instance type.
- nameRegex string
- outputFile string
- 
InstancesTag[] 
- Tags.
- updateEnd stringTime 
- updateStart stringTime 
- vpcId string
- The vpc ID.
- zoneId string
- The zone ID of instance.
- id str
- The provider-assigned unique ID for this managed resource.
- instances
Sequence[InstancesInstance] 
- The collection of mongodb instances query.
- total_count int
- The total count of mongodb instances query.
- create_end_ strtime 
- create_start_ strtime 
- db_engine str
- The db engine.
- db_engine_ strversion 
- The version of database engine.
- instance_id str
- The instance ID.
- instance_name str
- The instance name.
- instance_status str
- The instance status.
- instance_type str
- The instance type.
- name_regex str
- output_file str
- 
Sequence[InstancesTag] 
- Tags.
- update_end_ strtime 
- update_start_ strtime 
- vpc_id str
- The vpc ID.
- zone_id str
- The zone ID of instance.
- id String
- The provider-assigned unique ID for this managed resource.
- instances List<Property Map>
- The collection of mongodb instances query.
- totalCount Number
- The total count of mongodb instances query.
- createEnd StringTime 
- createStart StringTime 
- dbEngine String
- The db engine.
- dbEngine StringVersion 
- The version of database engine.
- instanceId String
- The instance ID.
- instanceName String
- The instance name.
- instanceStatus String
- The instance status.
- instanceType String
- The instance type.
- nameRegex String
- outputFile String
- List<Property Map>
- Tags.
- updateEnd StringTime 
- updateStart StringTime 
- vpcId String
- The vpc ID.
- zoneId String
- The zone ID of instance.
Supporting Types
InstancesInstance 
- AutoRenew bool
- Whether to enable automatic renewal.
- ChargeStatus string
- The charge status.
- ChargeType string
- The charge type of instance.
- ClosedTime string
- The planned close time.
- ConfigServers List<InstancesInstance Config Server> 
- The list of config servers.
- ConfigServers stringId 
- The ID of config servers.
- CreateTime string
- The creation time of instance.
- DbEngine string
- The db engine to query, valid value contains MongoDB.
- DbEngine stringVersion 
- The version of db engine to query, valid value contains MongoDB_4_0.
- DbEngine stringVersion Str 
- The version string of database engine.
- ExpiredTime string
- The expired time of instance.
- InstanceId string
- The instance ID to query.
- InstanceName string
- The instance name to query.
- InstanceStatus string
- The instance status to query.
- InstanceType string
- The type of instance to query, the valid value contains ReplicaSetorShardedCluster.
- Mongos
List<InstancesInstance Mongo> 
- The list of mongos.
- MongosId string
- The ID of mongos.
- Nodes
List<InstancesInstance Node> 
- The node information.
- ProjectName string
- The project name to which the instance belongs.
- ReclaimTime string
- The planned reclaim time of instance.
- 
List<InstancesInstance Shard> 
- The list of shards.
- SslEnable bool
- Whether ssl enabled.
- SslExpire stringTime 
- The ssl expire time.
- SslIs boolValid 
- Whether ssl is valid.
- StorageType string
- The storage type of instance.
- SubnetId string
- The subnet id of instance.
- 
List<InstancesInstance Tag> 
- Tags.
- UpdateTime string
- The update time of instance.
- VpcId string
- The vpc id of instance to query.
- ZoneId string
- The zone ID to query.
- AutoRenew bool
- Whether to enable automatic renewal.
- ChargeStatus string
- The charge status.
- ChargeType string
- The charge type of instance.
- ClosedTime string
- The planned close time.
- ConfigServers []InstancesInstance Config Server 
- The list of config servers.
- ConfigServers stringId 
- The ID of config servers.
- CreateTime string
- The creation time of instance.
- DbEngine string
- The db engine to query, valid value contains MongoDB.
- DbEngine stringVersion 
- The version of db engine to query, valid value contains MongoDB_4_0.
- DbEngine stringVersion Str 
- The version string of database engine.
- ExpiredTime string
- The expired time of instance.
- InstanceId string
- The instance ID to query.
- InstanceName string
- The instance name to query.
- InstanceStatus string
- The instance status to query.
- InstanceType string
- The type of instance to query, the valid value contains ReplicaSetorShardedCluster.
- Mongos
[]InstancesInstance Mongo 
- The list of mongos.
- MongosId string
- The ID of mongos.
- Nodes
[]InstancesInstance Node 
- The node information.
- ProjectName string
- The project name to which the instance belongs.
- ReclaimTime string
- The planned reclaim time of instance.
- 
[]InstancesInstance Shard 
- The list of shards.
- SslEnable bool
- Whether ssl enabled.
- SslExpire stringTime 
- The ssl expire time.
- SslIs boolValid 
- Whether ssl is valid.
- StorageType string
- The storage type of instance.
- SubnetId string
- The subnet id of instance.
- 
[]InstancesInstance Tag 
- Tags.
- UpdateTime string
- The update time of instance.
- VpcId string
- The vpc id of instance to query.
- ZoneId string
- The zone ID to query.
- autoRenew Boolean
- Whether to enable automatic renewal.
- chargeStatus String
- The charge status.
- chargeType String
- The charge type of instance.
- closedTime String
- The planned close time.
- configServers List<InstancesInstance Config Server> 
- The list of config servers.
- configServers StringId 
- The ID of config servers.
- createTime String
- The creation time of instance.
- dbEngine String
- The db engine to query, valid value contains MongoDB.
- dbEngine StringVersion 
- The version of db engine to query, valid value contains MongoDB_4_0.
- dbEngine StringVersion Str 
- The version string of database engine.
- expiredTime String
- The expired time of instance.
- instanceId String
- The instance ID to query.
- instanceName String
- The instance name to query.
- instanceStatus String
- The instance status to query.
- instanceType String
- The type of instance to query, the valid value contains ReplicaSetorShardedCluster.
- mongos
List<InstancesInstance Mongo> 
- The list of mongos.
- mongosId String
- The ID of mongos.
- nodes
List<InstancesInstance Node> 
- The node information.
- projectName String
- The project name to which the instance belongs.
- reclaimTime String
- The planned reclaim time of instance.
- 
List<InstancesInstance Shard> 
- The list of shards.
- sslEnable Boolean
- Whether ssl enabled.
- sslExpire StringTime 
- The ssl expire time.
- sslIs BooleanValid 
- Whether ssl is valid.
- storageType String
- The storage type of instance.
- subnetId String
- The subnet id of instance.
- 
List<InstancesInstance Tag> 
- Tags.
- updateTime String
- The update time of instance.
- vpcId String
- The vpc id of instance to query.
- zoneId String
- The zone ID to query.
- autoRenew boolean
- Whether to enable automatic renewal.
- chargeStatus string
- The charge status.
- chargeType string
- The charge type of instance.
- closedTime string
- The planned close time.
- configServers InstancesInstance Config Server[] 
- The list of config servers.
- configServers stringId 
- The ID of config servers.
- createTime string
- The creation time of instance.
- dbEngine string
- The db engine to query, valid value contains MongoDB.
- dbEngine stringVersion 
- The version of db engine to query, valid value contains MongoDB_4_0.
- dbEngine stringVersion Str 
- The version string of database engine.
- expiredTime string
- The expired time of instance.
- instanceId string
- The instance ID to query.
- instanceName string
- The instance name to query.
- instanceStatus string
- The instance status to query.
- instanceType string
- The type of instance to query, the valid value contains ReplicaSetorShardedCluster.
- mongos
InstancesInstance Mongo[] 
- The list of mongos.
- mongosId string
- The ID of mongos.
- nodes
InstancesInstance Node[] 
- The node information.
- projectName string
- The project name to which the instance belongs.
- reclaimTime string
- The planned reclaim time of instance.
- 
InstancesInstance Shard[] 
- The list of shards.
- sslEnable boolean
- Whether ssl enabled.
- sslExpire stringTime 
- The ssl expire time.
- sslIs booleanValid 
- Whether ssl is valid.
- storageType string
- The storage type of instance.
- subnetId string
- The subnet id of instance.
- 
InstancesInstance Tag[] 
- Tags.
- updateTime string
- The update time of instance.
- vpcId string
- The vpc id of instance to query.
- zoneId string
- The zone ID to query.
- auto_renew bool
- Whether to enable automatic renewal.
- charge_status str
- The charge status.
- charge_type str
- The charge type of instance.
- closed_time str
- The planned close time.
- config_servers Sequence[InstancesInstance Config Server] 
- The list of config servers.
- config_servers_ strid 
- The ID of config servers.
- create_time str
- The creation time of instance.
- db_engine str
- The db engine to query, valid value contains MongoDB.
- db_engine_ strversion 
- The version of db engine to query, valid value contains MongoDB_4_0.
- db_engine_ strversion_ str 
- The version string of database engine.
- expired_time str
- The expired time of instance.
- instance_id str
- The instance ID to query.
- instance_name str
- The instance name to query.
- instance_status str
- The instance status to query.
- instance_type str
- The type of instance to query, the valid value contains ReplicaSetorShardedCluster.
- mongos
Sequence[InstancesInstance Mongo] 
- The list of mongos.
- mongos_id str
- The ID of mongos.
- nodes
Sequence[InstancesInstance Node] 
- The node information.
- project_name str
- The project name to which the instance belongs.
- reclaim_time str
- The planned reclaim time of instance.
- 
Sequence[InstancesInstance Shard] 
- The list of shards.
- ssl_enable bool
- Whether ssl enabled.
- ssl_expire_ strtime 
- The ssl expire time.
- ssl_is_ boolvalid 
- Whether ssl is valid.
- storage_type str
- The storage type of instance.
- subnet_id str
- The subnet id of instance.
- 
Sequence[InstancesInstance Tag] 
- Tags.
- update_time str
- The update time of instance.
- vpc_id str
- The vpc id of instance to query.
- zone_id str
- The zone ID to query.
- autoRenew Boolean
- Whether to enable automatic renewal.
- chargeStatus String
- The charge status.
- chargeType String
- The charge type of instance.
- closedTime String
- The planned close time.
- configServers List<Property Map>
- The list of config servers.
- configServers StringId 
- The ID of config servers.
- createTime String
- The creation time of instance.
- dbEngine String
- The db engine to query, valid value contains MongoDB.
- dbEngine StringVersion 
- The version of db engine to query, valid value contains MongoDB_4_0.
- dbEngine StringVersion Str 
- The version string of database engine.
- expiredTime String
- The expired time of instance.
- instanceId String
- The instance ID to query.
- instanceName String
- The instance name to query.
- instanceStatus String
- The instance status to query.
- instanceType String
- The type of instance to query, the valid value contains ReplicaSetorShardedCluster.
- mongos List<Property Map>
- The list of mongos.
- mongosId String
- The ID of mongos.
- nodes List<Property Map>
- The node information.
- projectName String
- The project name to which the instance belongs.
- reclaimTime String
- The planned reclaim time of instance.
- List<Property Map>
- The list of shards.
- sslEnable Boolean
- Whether ssl enabled.
- sslExpire StringTime 
- The ssl expire time.
- sslIs BooleanValid 
- Whether ssl is valid.
- storageType String
- The storage type of instance.
- subnetId String
- The subnet id of instance.
- List<Property Map>
- Tags.
- updateTime String
- The update time of instance.
- vpcId String
- The vpc id of instance to query.
- zoneId String
- The zone ID to query.
InstancesInstanceConfigServer   
- ConfigServer stringNode Id 
- The config server node ID.
- NodeRole string
- The nod role.
- NodeStatus string
- The node status.
- TotalMemory doubleGb 
- The total memory in GB.
- TotalVcpu double
- The total vCPU.
- UsedMemory doubleGb 
- The used memory in GB.
- UsedVcpu double
- The used vCPU.
- ZoneId string
- The zone ID to query.
- ConfigServer stringNode Id 
- The config server node ID.
- NodeRole string
- The nod role.
- NodeStatus string
- The node status.
- TotalMemory float64Gb 
- The total memory in GB.
- TotalVcpu float64
- The total vCPU.
- UsedMemory float64Gb 
- The used memory in GB.
- UsedVcpu float64
- The used vCPU.
- ZoneId string
- The zone ID to query.
- configServer StringNode Id 
- The config server node ID.
- nodeRole String
- The nod role.
- nodeStatus String
- The node status.
- totalMemory DoubleGb 
- The total memory in GB.
- totalVcpu Double
- The total vCPU.
- usedMemory DoubleGb 
- The used memory in GB.
- usedVcpu Double
- The used vCPU.
- zoneId String
- The zone ID to query.
- configServer stringNode Id 
- The config server node ID.
- nodeRole string
- The nod role.
- nodeStatus string
- The node status.
- totalMemory numberGb 
- The total memory in GB.
- totalVcpu number
- The total vCPU.
- usedMemory numberGb 
- The used memory in GB.
- usedVcpu number
- The used vCPU.
- zoneId string
- The zone ID to query.
- config_server_ strnode_ id 
- The config server node ID.
- node_role str
- The nod role.
- node_status str
- The node status.
- total_memory_ floatgb 
- The total memory in GB.
- total_vcpu float
- The total vCPU.
- used_memory_ floatgb 
- The used memory in GB.
- used_vcpu float
- The used vCPU.
- zone_id str
- The zone ID to query.
- configServer StringNode Id 
- The config server node ID.
- nodeRole String
- The nod role.
- nodeStatus String
- The node status.
- totalMemory NumberGb 
- The total memory in GB.
- totalVcpu Number
- The total vCPU.
- usedMemory NumberGb 
- The used memory in GB.
- usedVcpu Number
- The used vCPU.
- zoneId String
- The zone ID to query.
InstancesInstanceMongo  
- MongosNode stringId 
- The mongos node ID.
- NodeSpec string
- The node spec.
- NodeStatus string
- The node status.
- TotalMemory doubleGb 
- The total memory in GB.
- TotalVcpu double
- The total vCPU.
- UsedMemory doubleGb 
- The used memory in GB.
- UsedVcpu double
- The used vCPU.
- ZoneId string
- The zone ID to query.
- MongosNode stringId 
- The mongos node ID.
- NodeSpec string
- The node spec.
- NodeStatus string
- The node status.
- TotalMemory float64Gb 
- The total memory in GB.
- TotalVcpu float64
- The total vCPU.
- UsedMemory float64Gb 
- The used memory in GB.
- UsedVcpu float64
- The used vCPU.
- ZoneId string
- The zone ID to query.
- mongosNode StringId 
- The mongos node ID.
- nodeSpec String
- The node spec.
- nodeStatus String
- The node status.
- totalMemory DoubleGb 
- The total memory in GB.
- totalVcpu Double
- The total vCPU.
- usedMemory DoubleGb 
- The used memory in GB.
- usedVcpu Double
- The used vCPU.
- zoneId String
- The zone ID to query.
- mongosNode stringId 
- The mongos node ID.
- nodeSpec string
- The node spec.
- nodeStatus string
- The node status.
- totalMemory numberGb 
- The total memory in GB.
- totalVcpu number
- The total vCPU.
- usedMemory numberGb 
- The used memory in GB.
- usedVcpu number
- The used vCPU.
- zoneId string
- The zone ID to query.
- mongos_node_ strid 
- The mongos node ID.
- node_spec str
- The node spec.
- node_status str
- The node status.
- total_memory_ floatgb 
- The total memory in GB.
- total_vcpu float
- The total vCPU.
- used_memory_ floatgb 
- The used memory in GB.
- used_vcpu float
- The used vCPU.
- zone_id str
- The zone ID to query.
- mongosNode StringId 
- The mongos node ID.
- nodeSpec String
- The node spec.
- nodeStatus String
- The node status.
- totalMemory NumberGb 
- The total memory in GB.
- totalVcpu Number
- The total vCPU.
- usedMemory NumberGb 
- The used memory in GB.
- usedVcpu Number
- The used vCPU.
- zoneId String
- The zone ID to query.
InstancesInstanceNode  
- NodeDelay intTime 
- The master-slave delay time.
- NodeId string
- The node ID.
- NodeRole string
- The nod role.
- NodeSpec string
- The node spec.
- NodeStatus string
- The node status.
- TotalMemory doubleGb 
- The total memory in GB.
- TotalStorage doubleGb 
- The total storage in GB.
- TotalVcpu double
- The total vCPU.
- UsedMemory doubleGb 
- The used memory in GB.
- UsedStorage doubleGb 
- The used storage in GB.
- UsedVcpu double
- The used vCPU.
- ZoneId string
- The zone ID to query.
- NodeDelay intTime 
- The master-slave delay time.
- NodeId string
- The node ID.
- NodeRole string
- The nod role.
- NodeSpec string
- The node spec.
- NodeStatus string
- The node status.
- TotalMemory float64Gb 
- The total memory in GB.
- TotalStorage float64Gb 
- The total storage in GB.
- TotalVcpu float64
- The total vCPU.
- UsedMemory float64Gb 
- The used memory in GB.
- UsedStorage float64Gb 
- The used storage in GB.
- UsedVcpu float64
- The used vCPU.
- ZoneId string
- The zone ID to query.
- nodeDelay IntegerTime 
- The master-slave delay time.
- nodeId String
- The node ID.
- nodeRole String
- The nod role.
- nodeSpec String
- The node spec.
- nodeStatus String
- The node status.
- totalMemory DoubleGb 
- The total memory in GB.
- totalStorage DoubleGb 
- The total storage in GB.
- totalVcpu Double
- The total vCPU.
- usedMemory DoubleGb 
- The used memory in GB.
- usedStorage DoubleGb 
- The used storage in GB.
- usedVcpu Double
- The used vCPU.
- zoneId String
- The zone ID to query.
- nodeDelay numberTime 
- The master-slave delay time.
- nodeId string
- The node ID.
- nodeRole string
- The nod role.
- nodeSpec string
- The node spec.
- nodeStatus string
- The node status.
- totalMemory numberGb 
- The total memory in GB.
- totalStorage numberGb 
- The total storage in GB.
- totalVcpu number
- The total vCPU.
- usedMemory numberGb 
- The used memory in GB.
- usedStorage numberGb 
- The used storage in GB.
- usedVcpu number
- The used vCPU.
- zoneId string
- The zone ID to query.
- node_delay_ inttime 
- The master-slave delay time.
- node_id str
- The node ID.
- node_role str
- The nod role.
- node_spec str
- The node spec.
- node_status str
- The node status.
- total_memory_ floatgb 
- The total memory in GB.
- total_storage_ floatgb 
- The total storage in GB.
- total_vcpu float
- The total vCPU.
- used_memory_ floatgb 
- The used memory in GB.
- used_storage_ floatgb 
- The used storage in GB.
- used_vcpu float
- The used vCPU.
- zone_id str
- The zone ID to query.
- nodeDelay NumberTime 
- The master-slave delay time.
- nodeId String
- The node ID.
- nodeRole String
- The nod role.
- nodeSpec String
- The node spec.
- nodeStatus String
- The node status.
- totalMemory NumberGb 
- The total memory in GB.
- totalStorage NumberGb 
- The total storage in GB.
- totalVcpu Number
- The total vCPU.
- usedMemory NumberGb 
- The used memory in GB.
- usedStorage NumberGb 
- The used storage in GB.
- usedVcpu Number
- The used vCPU.
- zoneId String
- The zone ID to query.
InstancesInstanceShard  
- Nodes
List<InstancesInstance Shard Node> 
- The node information.
- string
- The shard ID.
- Nodes
[]InstancesInstance Shard Node 
- The node information.
- string
- The shard ID.
- nodes
List<InstancesInstance Shard Node> 
- The node information.
- String
- The shard ID.
- nodes
InstancesInstance Shard Node[] 
- The node information.
- string
- The shard ID.
- nodes
Sequence[InstancesInstance Shard Node] 
- The node information.
- str
- The shard ID.
- nodes List<Property Map>
- The node information.
- String
- The shard ID.
InstancesInstanceShardNode   
- NodeDelay intTime 
- The master-slave delay time.
- NodeId string
- The node ID.
- NodeRole string
- The nod role.
- NodeSpec string
- The node spec.
- NodeStatus string
- The node status.
- TotalMemory doubleGb 
- The total memory in GB.
- TotalStorage doubleGb 
- The total storage in GB.
- TotalVcpu double
- The total vCPU.
- UsedMemory doubleGb 
- The used memory in GB.
- UsedStorage doubleGb 
- The used storage in GB.
- UsedVcpu double
- The used vCPU.
- ZoneId string
- The zone ID to query.
- NodeDelay intTime 
- The master-slave delay time.
- NodeId string
- The node ID.
- NodeRole string
- The nod role.
- NodeSpec string
- The node spec.
- NodeStatus string
- The node status.
- TotalMemory float64Gb 
- The total memory in GB.
- TotalStorage float64Gb 
- The total storage in GB.
- TotalVcpu float64
- The total vCPU.
- UsedMemory float64Gb 
- The used memory in GB.
- UsedStorage float64Gb 
- The used storage in GB.
- UsedVcpu float64
- The used vCPU.
- ZoneId string
- The zone ID to query.
- nodeDelay IntegerTime 
- The master-slave delay time.
- nodeId String
- The node ID.
- nodeRole String
- The nod role.
- nodeSpec String
- The node spec.
- nodeStatus String
- The node status.
- totalMemory DoubleGb 
- The total memory in GB.
- totalStorage DoubleGb 
- The total storage in GB.
- totalVcpu Double
- The total vCPU.
- usedMemory DoubleGb 
- The used memory in GB.
- usedStorage DoubleGb 
- The used storage in GB.
- usedVcpu Double
- The used vCPU.
- zoneId String
- The zone ID to query.
- nodeDelay numberTime 
- The master-slave delay time.
- nodeId string
- The node ID.
- nodeRole string
- The nod role.
- nodeSpec string
- The node spec.
- nodeStatus string
- The node status.
- totalMemory numberGb 
- The total memory in GB.
- totalStorage numberGb 
- The total storage in GB.
- totalVcpu number
- The total vCPU.
- usedMemory numberGb 
- The used memory in GB.
- usedStorage numberGb 
- The used storage in GB.
- usedVcpu number
- The used vCPU.
- zoneId string
- The zone ID to query.
- node_delay_ inttime 
- The master-slave delay time.
- node_id str
- The node ID.
- node_role str
- The nod role.
- node_spec str
- The node spec.
- node_status str
- The node status.
- total_memory_ floatgb 
- The total memory in GB.
- total_storage_ floatgb 
- The total storage in GB.
- total_vcpu float
- The total vCPU.
- used_memory_ floatgb 
- The used memory in GB.
- used_storage_ floatgb 
- The used storage in GB.
- used_vcpu float
- The used vCPU.
- zone_id str
- The zone ID to query.
- nodeDelay NumberTime 
- The master-slave delay time.
- nodeId String
- The node ID.
- nodeRole String
- The nod role.
- nodeSpec String
- The node spec.
- nodeStatus String
- The node status.
- totalMemory NumberGb 
- The total memory in GB.
- totalStorage NumberGb 
- The total storage in GB.
- totalVcpu Number
- The total vCPU.
- usedMemory NumberGb 
- The used memory in GB.
- usedStorage NumberGb 
- The used storage in GB.
- usedVcpu Number
- The used vCPU.
- zoneId String
- The zone ID to query.
InstancesInstanceTag  
InstancesTag 
Package Details
- Repository
- volcengine volcengine/pulumi-volcengine
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the volcengineTerraform Provider.