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:
- Create
End stringTime  - The end time of creation to query.
 - Create
Start stringTime  - The start time of creation to query.
 - Db
Engine string - The db engine to query, valid value contains 
MongoDB. - Db
Engine stringVersion  - The version of db engine to query, valid value contains 
MongoDB_4_0. - Instance
Id string - The instance ID to query.
 - Instance
Name string - The instance name to query.
 - Instance
Status string - The instance status to query.
 - Instance
Type string - The type of instance to query, the valid value contains 
ReplicaSetorShardedCluster. - Name
Regex string - A Name Regex of DB instance.
 - Output
File string - File name where to save data source results.
 - 
List<Instances
Tag>  - Tags.
 - Update
End stringTime  - The end time of update to query.
 - Update
Start stringTime  - The start time of update to query.
 - Vpc
Id string - The vpc id of instance to query.
 - Zone
Id string - The zone ID to query.
 
- Create
End stringTime  - The end time of creation to query.
 - Create
Start stringTime  - The start time of creation to query.
 - Db
Engine string - The db engine to query, valid value contains 
MongoDB. - Db
Engine stringVersion  - The version of db engine to query, valid value contains 
MongoDB_4_0. - Instance
Id string - The instance ID to query.
 - Instance
Name string - The instance name to query.
 - Instance
Status string - The instance status to query.
 - Instance
Type string - The type of instance to query, the valid value contains 
ReplicaSetorShardedCluster. - Name
Regex string - A Name Regex of DB instance.
 - Output
File string - File name where to save data source results.
 - 
[]Instances
Tag  - Tags.
 - Update
End stringTime  - The end time of update to query.
 - Update
Start stringTime  - The start time of update to query.
 - Vpc
Id string - The vpc id of instance to query.
 - Zone
Id string - The zone ID to query.
 
- create
End StringTime  - The end time of creation to query.
 - create
Start StringTime  - The start time of creation to query.
 - db
Engine String - The db engine to query, valid value contains 
MongoDB. - db
Engine StringVersion  - The version of db engine to query, valid value contains 
MongoDB_4_0. - instance
Id String - The instance ID to query.
 - instance
Name String - The instance name to query.
 - instance
Status String - The instance status to query.
 - instance
Type String - The type of instance to query, the valid value contains 
ReplicaSetorShardedCluster. - name
Regex String - A Name Regex of DB instance.
 - output
File String - File name where to save data source results.
 - 
List<Instances
Tag>  - Tags.
 - update
End StringTime  - The end time of update to query.
 - update
Start StringTime  - The start time of update to query.
 - vpc
Id String - The vpc id of instance to query.
 - zone
Id String - The zone ID to query.
 
- create
End stringTime  - The end time of creation to query.
 - create
Start stringTime  - The start time of creation to query.
 - db
Engine string - The db engine to query, valid value contains 
MongoDB. - db
Engine stringVersion  - The version of db engine to query, valid value contains 
MongoDB_4_0. - instance
Id string - The instance ID to query.
 - instance
Name string - The instance name to query.
 - instance
Status string - The instance status to query.
 - instance
Type string - The type of instance to query, the valid value contains 
ReplicaSetorShardedCluster. - name
Regex string - A Name Regex of DB instance.
 - output
File string - File name where to save data source results.
 - 
Instances
Tag[]  - Tags.
 - update
End stringTime  - The end time of update to query.
 - update
Start stringTime  - The start time of update to query.
 - vpc
Id string - The vpc id of instance to query.
 - zone
Id 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[Instances
Tag]  - 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.
 
- create
End StringTime  - The end time of creation to query.
 - create
Start StringTime  - The start time of creation to query.
 - db
Engine String - The db engine to query, valid value contains 
MongoDB. - db
Engine StringVersion  - The version of db engine to query, valid value contains 
MongoDB_4_0. - instance
Id String - The instance ID to query.
 - instance
Name String - The instance name to query.
 - instance
Status String - The instance status to query.
 - instance
Type String - The type of instance to query, the valid value contains 
ReplicaSetorShardedCluster. - name
Regex String - A Name Regex of DB instance.
 - output
File String - File name where to save data source results.
 - List<Property Map>
 - Tags.
 - update
End StringTime  - The end time of update to query.
 - update
Start StringTime  - The start time of update to query.
 - vpc
Id String - The vpc id of instance to query.
 - zone
Id 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<Instances
Instance>  - The collection of mongodb instances query.
 - Total
Count int - The total count of mongodb instances query.
 - Create
End stringTime  - Create
Start stringTime  - Db
Engine string - The db engine.
 - Db
Engine stringVersion  - The version of database engine.
 - Instance
Id string - The instance ID.
 - Instance
Name string - The instance name.
 - Instance
Status string - The instance status.
 - Instance
Type string - The instance type.
 - Name
Regex string - Output
File string - 
List<Instances
Tag>  - Tags.
 - Update
End stringTime  - Update
Start stringTime  - Vpc
Id string - The vpc ID.
 - Zone
Id string - The zone ID of instance.
 
- Id string
 - The provider-assigned unique ID for this managed resource.
 - Instances
[]Instances
Instance  - The collection of mongodb instances query.
 - Total
Count int - The total count of mongodb instances query.
 - Create
End stringTime  - Create
Start stringTime  - Db
Engine string - The db engine.
 - Db
Engine stringVersion  - The version of database engine.
 - Instance
Id string - The instance ID.
 - Instance
Name string - The instance name.
 - Instance
Status string - The instance status.
 - Instance
Type string - The instance type.
 - Name
Regex string - Output
File string - 
[]Instances
Tag  - Tags.
 - Update
End stringTime  - Update
Start stringTime  - Vpc
Id string - The vpc ID.
 - Zone
Id string - The zone ID of instance.
 
- id String
 - The provider-assigned unique ID for this managed resource.
 - instances
List<Instances
Instance>  - The collection of mongodb instances query.
 - total
Count Integer - The total count of mongodb instances query.
 - create
End StringTime  - create
Start StringTime  - db
Engine String - The db engine.
 - db
Engine StringVersion  - The version of database engine.
 - instance
Id String - The instance ID.
 - instance
Name String - The instance name.
 - instance
Status String - The instance status.
 - instance
Type String - The instance type.
 - name
Regex String - output
File String - 
List<Instances
Tag>  - Tags.
 - update
End StringTime  - update
Start StringTime  - vpc
Id String - The vpc ID.
 - zone
Id String - The zone ID of instance.
 
- id string
 - The provider-assigned unique ID for this managed resource.
 - instances
Instances
Instance[]  - The collection of mongodb instances query.
 - total
Count number - The total count of mongodb instances query.
 - create
End stringTime  - create
Start stringTime  - db
Engine string - The db engine.
 - db
Engine stringVersion  - The version of database engine.
 - instance
Id string - The instance ID.
 - instance
Name string - The instance name.
 - instance
Status string - The instance status.
 - instance
Type string - The instance type.
 - name
Regex string - output
File string - 
Instances
Tag[]  - Tags.
 - update
End stringTime  - update
Start stringTime  - vpc
Id string - The vpc ID.
 - zone
Id string - The zone ID of instance.
 
- id str
 - The provider-assigned unique ID for this managed resource.
 - instances
Sequence[Instances
Instance]  - 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[Instances
Tag]  - 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.
 - total
Count Number - The total count of mongodb instances query.
 - create
End StringTime  - create
Start StringTime  - db
Engine String - The db engine.
 - db
Engine StringVersion  - The version of database engine.
 - instance
Id String - The instance ID.
 - instance
Name String - The instance name.
 - instance
Status String - The instance status.
 - instance
Type String - The instance type.
 - name
Regex String - output
File String - List<Property Map>
 - Tags.
 - update
End StringTime  - update
Start StringTime  - vpc
Id String - The vpc ID.
 - zone
Id String - The zone ID of instance.
 
Supporting Types
InstancesInstance 
- Auto
Renew bool - Whether to enable automatic renewal.
 - Charge
Status string - The charge status.
 - Charge
Type string - The charge type of instance.
 - Closed
Time string - The planned close time.
 - Config
Servers List<InstancesInstance Config Server>  - The list of config servers.
 - Config
Servers stringId  - The ID of config servers.
 - Create
Time string - The creation time of instance.
 - Db
Engine string - The db engine to query, valid value contains 
MongoDB. - Db
Engine stringVersion  - The version of db engine to query, valid value contains 
MongoDB_4_0. - Db
Engine stringVersion Str  - The version string of database engine.
 - Expired
Time string - The expired time of instance.
 - Instance
Id string - The instance ID to query.
 - Instance
Name string - The instance name to query.
 - Instance
Status string - The instance status to query.
 - Instance
Type string - The type of instance to query, the valid value contains 
ReplicaSetorShardedCluster. - Mongos
List<Instances
Instance Mongo>  - The list of mongos.
 - Mongos
Id string - The ID of mongos.
 - Nodes
List<Instances
Instance Node>  - The node information.
 - Project
Name string - The project name to which the instance belongs.
 - Reclaim
Time string - The planned reclaim time of instance.
 - 
List<Instances
Instance Shard>  - The list of shards.
 - Ssl
Enable bool - Whether ssl enabled.
 - Ssl
Expire stringTime  - The ssl expire time.
 - Ssl
Is boolValid  - Whether ssl is valid.
 - Storage
Type string - The storage type of instance.
 - Subnet
Id string - The subnet id of instance.
 - 
List<Instances
Instance Tag>  - Tags.
 - Update
Time string - The update time of instance.
 - Vpc
Id string - The vpc id of instance to query.
 - Zone
Id string - The zone ID to query.
 
- Auto
Renew bool - Whether to enable automatic renewal.
 - Charge
Status string - The charge status.
 - Charge
Type string - The charge type of instance.
 - Closed
Time string - The planned close time.
 - Config
Servers []InstancesInstance Config Server  - The list of config servers.
 - Config
Servers stringId  - The ID of config servers.
 - Create
Time string - The creation time of instance.
 - Db
Engine string - The db engine to query, valid value contains 
MongoDB. - Db
Engine stringVersion  - The version of db engine to query, valid value contains 
MongoDB_4_0. - Db
Engine stringVersion Str  - The version string of database engine.
 - Expired
Time string - The expired time of instance.
 - Instance
Id string - The instance ID to query.
 - Instance
Name string - The instance name to query.
 - Instance
Status string - The instance status to query.
 - Instance
Type string - The type of instance to query, the valid value contains 
ReplicaSetorShardedCluster. - Mongos
[]Instances
Instance Mongo  - The list of mongos.
 - Mongos
Id string - The ID of mongos.
 - Nodes
[]Instances
Instance Node  - The node information.
 - Project
Name string - The project name to which the instance belongs.
 - Reclaim
Time string - The planned reclaim time of instance.
 - 
[]Instances
Instance Shard  - The list of shards.
 - Ssl
Enable bool - Whether ssl enabled.
 - Ssl
Expire stringTime  - The ssl expire time.
 - Ssl
Is boolValid  - Whether ssl is valid.
 - Storage
Type string - The storage type of instance.
 - Subnet
Id string - The subnet id of instance.
 - 
[]Instances
Instance Tag  - Tags.
 - Update
Time string - The update time of instance.
 - Vpc
Id string - The vpc id of instance to query.
 - Zone
Id string - The zone ID to query.
 
- auto
Renew Boolean - Whether to enable automatic renewal.
 - charge
Status String - The charge status.
 - charge
Type String - The charge type of instance.
 - closed
Time String - The planned close time.
 - config
Servers List<InstancesInstance Config Server>  - The list of config servers.
 - config
Servers StringId  - The ID of config servers.
 - create
Time String - The creation time of instance.
 - db
Engine String - The db engine to query, valid value contains 
MongoDB. - db
Engine StringVersion  - The version of db engine to query, valid value contains 
MongoDB_4_0. - db
Engine StringVersion Str  - The version string of database engine.
 - expired
Time String - The expired time of instance.
 - instance
Id String - The instance ID to query.
 - instance
Name String - The instance name to query.
 - instance
Status String - The instance status to query.
 - instance
Type String - The type of instance to query, the valid value contains 
ReplicaSetorShardedCluster. - mongos
List<Instances
Instance Mongo>  - The list of mongos.
 - mongos
Id String - The ID of mongos.
 - nodes
List<Instances
Instance Node>  - The node information.
 - project
Name String - The project name to which the instance belongs.
 - reclaim
Time String - The planned reclaim time of instance.
 - 
List<Instances
Instance Shard>  - The list of shards.
 - ssl
Enable Boolean - Whether ssl enabled.
 - ssl
Expire StringTime  - The ssl expire time.
 - ssl
Is BooleanValid  - Whether ssl is valid.
 - storage
Type String - The storage type of instance.
 - subnet
Id String - The subnet id of instance.
 - 
List<Instances
Instance Tag>  - Tags.
 - update
Time String - The update time of instance.
 - vpc
Id String - The vpc id of instance to query.
 - zone
Id String - The zone ID to query.
 
- auto
Renew boolean - Whether to enable automatic renewal.
 - charge
Status string - The charge status.
 - charge
Type string - The charge type of instance.
 - closed
Time string - The planned close time.
 - config
Servers InstancesInstance Config Server[]  - The list of config servers.
 - config
Servers stringId  - The ID of config servers.
 - create
Time string - The creation time of instance.
 - db
Engine string - The db engine to query, valid value contains 
MongoDB. - db
Engine stringVersion  - The version of db engine to query, valid value contains 
MongoDB_4_0. - db
Engine stringVersion Str  - The version string of database engine.
 - expired
Time string - The expired time of instance.
 - instance
Id string - The instance ID to query.
 - instance
Name string - The instance name to query.
 - instance
Status string - The instance status to query.
 - instance
Type string - The type of instance to query, the valid value contains 
ReplicaSetorShardedCluster. - mongos
Instances
Instance Mongo[]  - The list of mongos.
 - mongos
Id string - The ID of mongos.
 - nodes
Instances
Instance Node[]  - The node information.
 - project
Name string - The project name to which the instance belongs.
 - reclaim
Time string - The planned reclaim time of instance.
 - 
Instances
Instance Shard[]  - The list of shards.
 - ssl
Enable boolean - Whether ssl enabled.
 - ssl
Expire stringTime  - The ssl expire time.
 - ssl
Is booleanValid  - Whether ssl is valid.
 - storage
Type string - The storage type of instance.
 - subnet
Id string - The subnet id of instance.
 - 
Instances
Instance Tag[]  - Tags.
 - update
Time string - The update time of instance.
 - vpc
Id string - The vpc id of instance to query.
 - zone
Id 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[Instances
Instance Mongo]  - The list of mongos.
 - mongos_
id str - The ID of mongos.
 - nodes
Sequence[Instances
Instance 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[Instances
Instance 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[Instances
Instance 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.
 
- auto
Renew Boolean - Whether to enable automatic renewal.
 - charge
Status String - The charge status.
 - charge
Type String - The charge type of instance.
 - closed
Time String - The planned close time.
 - config
Servers List<Property Map> - The list of config servers.
 - config
Servers StringId  - The ID of config servers.
 - create
Time String - The creation time of instance.
 - db
Engine String - The db engine to query, valid value contains 
MongoDB. - db
Engine StringVersion  - The version of db engine to query, valid value contains 
MongoDB_4_0. - db
Engine StringVersion Str  - The version string of database engine.
 - expired
Time String - The expired time of instance.
 - instance
Id String - The instance ID to query.
 - instance
Name String - The instance name to query.
 - instance
Status String - The instance status to query.
 - instance
Type String - The type of instance to query, the valid value contains 
ReplicaSetorShardedCluster. - mongos List<Property Map>
 - The list of mongos.
 - mongos
Id String - The ID of mongos.
 - nodes List<Property Map>
 - The node information.
 - project
Name String - The project name to which the instance belongs.
 - reclaim
Time String - The planned reclaim time of instance.
 - List<Property Map>
 - The list of shards.
 - ssl
Enable Boolean - Whether ssl enabled.
 - ssl
Expire StringTime  - The ssl expire time.
 - ssl
Is BooleanValid  - Whether ssl is valid.
 - storage
Type String - The storage type of instance.
 - subnet
Id String - The subnet id of instance.
 - List<Property Map>
 - Tags.
 - update
Time String - The update time of instance.
 - vpc
Id String - The vpc id of instance to query.
 - zone
Id String - The zone ID to query.
 
InstancesInstanceConfigServer   
- Config
Server stringNode Id  - The config server node ID.
 - Node
Role string - The nod role.
 - Node
Status string - The node status.
 - Total
Memory doubleGb  - The total memory in GB.
 - Total
Vcpu double - The total vCPU.
 - Used
Memory doubleGb  - The used memory in GB.
 - Used
Vcpu double - The used vCPU.
 - Zone
Id string - The zone ID to query.
 
- Config
Server stringNode Id  - The config server node ID.
 - Node
Role string - The nod role.
 - Node
Status string - The node status.
 - Total
Memory float64Gb  - The total memory in GB.
 - Total
Vcpu float64 - The total vCPU.
 - Used
Memory float64Gb  - The used memory in GB.
 - Used
Vcpu float64 - The used vCPU.
 - Zone
Id string - The zone ID to query.
 
- config
Server StringNode Id  - The config server node ID.
 - node
Role String - The nod role.
 - node
Status String - The node status.
 - total
Memory DoubleGb  - The total memory in GB.
 - total
Vcpu Double - The total vCPU.
 - used
Memory DoubleGb  - The used memory in GB.
 - used
Vcpu Double - The used vCPU.
 - zone
Id String - The zone ID to query.
 
- config
Server stringNode Id  - The config server node ID.
 - node
Role string - The nod role.
 - node
Status string - The node status.
 - total
Memory numberGb  - The total memory in GB.
 - total
Vcpu number - The total vCPU.
 - used
Memory numberGb  - The used memory in GB.
 - used
Vcpu number - The used vCPU.
 - zone
Id 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.
 
- config
Server StringNode Id  - The config server node ID.
 - node
Role String - The nod role.
 - node
Status String - The node status.
 - total
Memory NumberGb  - The total memory in GB.
 - total
Vcpu Number - The total vCPU.
 - used
Memory NumberGb  - The used memory in GB.
 - used
Vcpu Number - The used vCPU.
 - zone
Id String - The zone ID to query.
 
InstancesInstanceMongo  
- Mongos
Node stringId  - The mongos node ID.
 - Node
Spec string - The node spec.
 - Node
Status string - The node status.
 - Total
Memory doubleGb  - The total memory in GB.
 - Total
Vcpu double - The total vCPU.
 - Used
Memory doubleGb  - The used memory in GB.
 - Used
Vcpu double - The used vCPU.
 - Zone
Id string - The zone ID to query.
 
- Mongos
Node stringId  - The mongos node ID.
 - Node
Spec string - The node spec.
 - Node
Status string - The node status.
 - Total
Memory float64Gb  - The total memory in GB.
 - Total
Vcpu float64 - The total vCPU.
 - Used
Memory float64Gb  - The used memory in GB.
 - Used
Vcpu float64 - The used vCPU.
 - Zone
Id string - The zone ID to query.
 
- mongos
Node StringId  - The mongos node ID.
 - node
Spec String - The node spec.
 - node
Status String - The node status.
 - total
Memory DoubleGb  - The total memory in GB.
 - total
Vcpu Double - The total vCPU.
 - used
Memory DoubleGb  - The used memory in GB.
 - used
Vcpu Double - The used vCPU.
 - zone
Id String - The zone ID to query.
 
- mongos
Node stringId  - The mongos node ID.
 - node
Spec string - The node spec.
 - node
Status string - The node status.
 - total
Memory numberGb  - The total memory in GB.
 - total
Vcpu number - The total vCPU.
 - used
Memory numberGb  - The used memory in GB.
 - used
Vcpu number - The used vCPU.
 - zone
Id 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.
 
- mongos
Node StringId  - The mongos node ID.
 - node
Spec String - The node spec.
 - node
Status String - The node status.
 - total
Memory NumberGb  - The total memory in GB.
 - total
Vcpu Number - The total vCPU.
 - used
Memory NumberGb  - The used memory in GB.
 - used
Vcpu Number - The used vCPU.
 - zone
Id String - The zone ID to query.
 
InstancesInstanceNode  
- Node
Delay intTime  - The master-slave delay time.
 - Node
Id string - The node ID.
 - Node
Role string - The nod role.
 - Node
Spec string - The node spec.
 - Node
Status string - The node status.
 - Total
Memory doubleGb  - The total memory in GB.
 - Total
Storage doubleGb  - The total storage in GB.
 - Total
Vcpu double - The total vCPU.
 - Used
Memory doubleGb  - The used memory in GB.
 - Used
Storage doubleGb  - The used storage in GB.
 - Used
Vcpu double - The used vCPU.
 - Zone
Id string - The zone ID to query.
 
- Node
Delay intTime  - The master-slave delay time.
 - Node
Id string - The node ID.
 - Node
Role string - The nod role.
 - Node
Spec string - The node spec.
 - Node
Status string - The node status.
 - Total
Memory float64Gb  - The total memory in GB.
 - Total
Storage float64Gb  - The total storage in GB.
 - Total
Vcpu float64 - The total vCPU.
 - Used
Memory float64Gb  - The used memory in GB.
 - Used
Storage float64Gb  - The used storage in GB.
 - Used
Vcpu float64 - The used vCPU.
 - Zone
Id string - The zone ID to query.
 
- node
Delay IntegerTime  - The master-slave delay time.
 - node
Id String - The node ID.
 - node
Role String - The nod role.
 - node
Spec String - The node spec.
 - node
Status String - The node status.
 - total
Memory DoubleGb  - The total memory in GB.
 - total
Storage DoubleGb  - The total storage in GB.
 - total
Vcpu Double - The total vCPU.
 - used
Memory DoubleGb  - The used memory in GB.
 - used
Storage DoubleGb  - The used storage in GB.
 - used
Vcpu Double - The used vCPU.
 - zone
Id String - The zone ID to query.
 
- node
Delay numberTime  - The master-slave delay time.
 - node
Id string - The node ID.
 - node
Role string - The nod role.
 - node
Spec string - The node spec.
 - node
Status string - The node status.
 - total
Memory numberGb  - The total memory in GB.
 - total
Storage numberGb  - The total storage in GB.
 - total
Vcpu number - The total vCPU.
 - used
Memory numberGb  - The used memory in GB.
 - used
Storage numberGb  - The used storage in GB.
 - used
Vcpu number - The used vCPU.
 - zone
Id 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.
 
- node
Delay NumberTime  - The master-slave delay time.
 - node
Id String - The node ID.
 - node
Role String - The nod role.
 - node
Spec String - The node spec.
 - node
Status String - The node status.
 - total
Memory NumberGb  - The total memory in GB.
 - total
Storage NumberGb  - The total storage in GB.
 - total
Vcpu Number - The total vCPU.
 - used
Memory NumberGb  - The used memory in GB.
 - used
Storage NumberGb  - The used storage in GB.
 - used
Vcpu Number - The used vCPU.
 - zone
Id String - The zone ID to query.
 
InstancesInstanceShard  
- Nodes
List<Instances
Instance Shard Node>  - The node information.
 - string
 - The shard ID.
 
- Nodes
[]Instances
Instance Shard Node  - The node information.
 - string
 - The shard ID.
 
- nodes
List<Instances
Instance Shard Node>  - The node information.
 - String
 - The shard ID.
 
- nodes
Instances
Instance Shard Node[]  - The node information.
 - string
 - The shard ID.
 
- nodes
Sequence[Instances
Instance Shard Node]  - The node information.
 - str
 - The shard ID.
 
- nodes List<Property Map>
 - The node information.
 - String
 - The shard ID.
 
InstancesInstanceShardNode   
- Node
Delay intTime  - The master-slave delay time.
 - Node
Id string - The node ID.
 - Node
Role string - The nod role.
 - Node
Spec string - The node spec.
 - Node
Status string - The node status.
 - Total
Memory doubleGb  - The total memory in GB.
 - Total
Storage doubleGb  - The total storage in GB.
 - Total
Vcpu double - The total vCPU.
 - Used
Memory doubleGb  - The used memory in GB.
 - Used
Storage doubleGb  - The used storage in GB.
 - Used
Vcpu double - The used vCPU.
 - Zone
Id string - The zone ID to query.
 
- Node
Delay intTime  - The master-slave delay time.
 - Node
Id string - The node ID.
 - Node
Role string - The nod role.
 - Node
Spec string - The node spec.
 - Node
Status string - The node status.
 - Total
Memory float64Gb  - The total memory in GB.
 - Total
Storage float64Gb  - The total storage in GB.
 - Total
Vcpu float64 - The total vCPU.
 - Used
Memory float64Gb  - The used memory in GB.
 - Used
Storage float64Gb  - The used storage in GB.
 - Used
Vcpu float64 - The used vCPU.
 - Zone
Id string - The zone ID to query.
 
- node
Delay IntegerTime  - The master-slave delay time.
 - node
Id String - The node ID.
 - node
Role String - The nod role.
 - node
Spec String - The node spec.
 - node
Status String - The node status.
 - total
Memory DoubleGb  - The total memory in GB.
 - total
Storage DoubleGb  - The total storage in GB.
 - total
Vcpu Double - The total vCPU.
 - used
Memory DoubleGb  - The used memory in GB.
 - used
Storage DoubleGb  - The used storage in GB.
 - used
Vcpu Double - The used vCPU.
 - zone
Id String - The zone ID to query.
 
- node
Delay numberTime  - The master-slave delay time.
 - node
Id string - The node ID.
 - node
Role string - The nod role.
 - node
Spec string - The node spec.
 - node
Status string - The node status.
 - total
Memory numberGb  - The total memory in GB.
 - total
Storage numberGb  - The total storage in GB.
 - total
Vcpu number - The total vCPU.
 - used
Memory numberGb  - The used memory in GB.
 - used
Storage numberGb  - The used storage in GB.
 - used
Vcpu number - The used vCPU.
 - zone
Id 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.
 
- node
Delay NumberTime  - The master-slave delay time.
 - node
Id String - The node ID.
 - node
Role String - The nod role.
 - node
Spec String - The node spec.
 - node
Status String - The node status.
 - total
Memory NumberGb  - The total memory in GB.
 - total
Storage NumberGb  - The total storage in GB.
 - total
Vcpu Number - The total vCPU.
 - used
Memory NumberGb  - The used memory in GB.
 - used
Storage NumberGb  - The used storage in GB.
 - used
Vcpu Number - The used vCPU.
 - zone
Id 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.