Volcengine v0.0.38 published on Friday, Oct 31, 2025 by Volcengine
Volcengine v0.0.38 published on Friday, Oct 31, 2025 by Volcengine
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.getInstances({
instanceId: "mongo-replica-xxx",
});
import pulumi
import pulumi_volcengine as volcengine
foo = volcengine.mongodb.get_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.GetInstances(ctx, &mongodb.GetInstancesArgs{
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.GetInstances.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.GetInstancesArgs;
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.getInstances(GetInstancesArgs.builder()
.instanceId("mongo-replica-xxx")
.build());
}
}
variables:
foo:
fn::invoke:
Function: volcengine:mongodb:getInstances
Arguments:
instanceId: mongo-replica-xxx
Using getInstances
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 getInstances(args: GetInstancesArgs, opts?: InvokeOptions): Promise<GetInstancesResult>
function getInstancesOutput(args: GetInstancesOutputArgs, opts?: InvokeOptions): Output<GetInstancesResult>def get_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,
project_name: Optional[str] = None,
tags: Optional[Sequence[GetInstancesTag]] = 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) -> GetInstancesResult
def get_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,
project_name: Optional[pulumi.Input[str]] = None,
tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetInstancesTagArgs]]]] = 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[GetInstancesResult]func GetInstances(ctx *Context, args *GetInstancesArgs, opts ...InvokeOption) (*GetInstancesResult, error)
func GetInstancesOutput(ctx *Context, args *GetInstancesOutputArgs, opts ...InvokeOption) GetInstancesResultOutput> Note: This function is named GetInstances in the Go SDK.
public static class GetInstances
{
public static Task<GetInstancesResult> InvokeAsync(GetInstancesArgs args, InvokeOptions? opts = null)
public static Output<GetInstancesResult> Invoke(GetInstancesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetInstancesResult> getInstances(GetInstancesArgs args, InvokeOptions options)
public static Output<GetInstancesResult> getInstances(GetInstancesArgs args, InvokeOptions options)
fn::invoke:
function: volcengine:mongodb/getInstances:getInstances
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.
- Project
Name string - The project name to query.
-
List<Get
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.
- Project
Name string - The project name to query.
-
[]Get
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.
- project
Name String - The project name to query.
-
List<Get
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.
- project
Name string - The project name to query.
-
Get
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.
- project_
name str - The project name to query.
-
Sequence[Get
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.
- project
Name String - The project name to query.
- 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.
getInstances Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Instances
List<Get
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 - Project
Name string - The project name to which the instance belongs.
-
List<Get
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
[]Get
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 - Project
Name string - The project name to which the instance belongs.
-
[]Get
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<Get
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 - project
Name String - The project name to which the instance belongs.
-
List<Get
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
Get
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 - project
Name string - The project name to which the instance belongs.
-
Get
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[Get
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 - project_
name str - The project name to which the instance belongs.
-
Sequence[Get
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 - project
Name String - The project name to which the instance belongs.
- 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
GetInstancesInstance
- 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<GetInstances Instance 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<Get
Instances Instance Mongo> - The list of mongos.
- Mongos
Id string - The ID of mongos.
- Nodes
List<Get
Instances Instance Node> - The node information.
- Private
Endpoint string - The private endpoint address of instance.
- Project
Name string - The project name to query.
- Read
Only intNode Number - The number of readonly node in instance.
- Reclaim
Time string - The planned reclaim time of instance.
-
List<Get
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<Get
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 []GetInstances Instance 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
[]Get
Instances Instance Mongo - The list of mongos.
- Mongos
Id string - The ID of mongos.
- Nodes
[]Get
Instances Instance Node - The node information.
- Private
Endpoint string - The private endpoint address of instance.
- Project
Name string - The project name to query.
- Read
Only intNode Number - The number of readonly node in instance.
- Reclaim
Time string - The planned reclaim time of instance.
-
[]Get
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.
-
[]Get
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<GetInstances Instance 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<Get
Instances Instance Mongo> - The list of mongos.
- mongos
Id String - The ID of mongos.
- nodes
List<Get
Instances Instance Node> - The node information.
- private
Endpoint String - The private endpoint address of instance.
- project
Name String - The project name to query.
- read
Only IntegerNode Number - The number of readonly node in instance.
- reclaim
Time String - The planned reclaim time of instance.
-
List<Get
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<Get
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 GetInstances Instance 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
Get
Instances Instance Mongo[] - The list of mongos.
- mongos
Id string - The ID of mongos.
- nodes
Get
Instances Instance Node[] - The node information.
- private
Endpoint string - The private endpoint address of instance.
- project
Name string - The project name to query.
- read
Only numberNode Number - The number of readonly node in instance.
- reclaim
Time string - The planned reclaim time of instance.
-
Get
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.
-
Get
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[GetInstances Instance 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[Get
Instances Instance Mongo] - The list of mongos.
- mongos_
id str - The ID of mongos.
- nodes
Sequence[Get
Instances Instance Node] - The node information.
- private_
endpoint str - The private endpoint address of instance.
- project_
name str - The project name to query.
- read_
only_ intnode_ number - The number of readonly node in instance.
- reclaim_
time str - The planned reclaim time of instance.
-
Sequence[Get
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[Get
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.
- private
Endpoint String - The private endpoint address of instance.
- project
Name String - The project name to query.
- read
Only NumberNode Number - The number of readonly node in instance.
- 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.
GetInstancesInstanceConfigServer
- 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.
GetInstancesInstanceMongo
- 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.
GetInstancesInstanceNode
- 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.
GetInstancesInstanceShard
- Nodes
List<Get
Instances Instance Shard Node> - The node information.
- string
- The shard ID.
- Nodes
[]Get
Instances Instance Shard Node - The node information.
- string
- The shard ID.
- nodes
List<Get
Instances Instance Shard Node> - The node information.
- String
- The shard ID.
- nodes
Get
Instances Instance Shard Node[] - The node information.
- string
- The shard ID.
- nodes
Sequence[Get
Instances Instance Shard Node] - The node information.
- str
- The shard ID.
- nodes List<Property Map>
- The node information.
- String
- The shard ID.
GetInstancesInstanceShardNode
- 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.
GetInstancesInstanceTag
GetInstancesTag
Package Details
- Repository
- volcengine volcengine/pulumi-volcengine
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
volcengineTerraform Provider.
Volcengine v0.0.38 published on Friday, Oct 31, 2025 by Volcengine
