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

volcengine.mongodb.Instances

Explore with Pulumi AI

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

Use this data source to query detailed information of 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",
});
Copy
import pulumi
import pulumi_volcengine as volcengine

foo = volcengine.mongodb.instances(instance_id="mongo-replica-xxx")
Copy
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
	})
}
Copy
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",
    });

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

    }
}
Copy
variables:
  foo:
    fn::invoke:
      Function: volcengine:mongodb:Instances
      Arguments:
        instanceId: mongo-replica-xxx
Copy

Using Instances

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

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

The following arguments are supported:

CreateEndTime string
The end time of creation to query.
CreateStartTime string
The start time of creation to query.
DbEngine string
The db engine to query, valid value contains MongoDB.
DbEngineVersion string
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 ReplicaSet or ShardedCluster.
NameRegex string
A Name Regex of DB instance.
OutputFile string
File name where to save data source results.
Tags List<InstancesTag>
Tags.
UpdateEndTime string
The end time of update to query.
UpdateStartTime string
The start time of update to query.
VpcId string
The vpc id of instance to query.
ZoneId string
The zone ID to query.
CreateEndTime string
The end time of creation to query.
CreateStartTime string
The start time of creation to query.
DbEngine string
The db engine to query, valid value contains MongoDB.
DbEngineVersion string
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 ReplicaSet or ShardedCluster.
NameRegex string
A Name Regex of DB instance.
OutputFile string
File name where to save data source results.
Tags []InstancesTag
Tags.
UpdateEndTime string
The end time of update to query.
UpdateStartTime string
The start time of update to query.
VpcId string
The vpc id of instance to query.
ZoneId string
The zone ID to query.
createEndTime String
The end time of creation to query.
createStartTime String
The start time of creation to query.
dbEngine String
The db engine to query, valid value contains MongoDB.
dbEngineVersion String
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 ReplicaSet or ShardedCluster.
nameRegex String
A Name Regex of DB instance.
outputFile String
File name where to save data source results.
tags List<InstancesTag>
Tags.
updateEndTime String
The end time of update to query.
updateStartTime String
The start time of update to query.
vpcId String
The vpc id of instance to query.
zoneId String
The zone ID to query.
createEndTime string
The end time of creation to query.
createStartTime string
The start time of creation to query.
dbEngine string
The db engine to query, valid value contains MongoDB.
dbEngineVersion string
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 ReplicaSet or ShardedCluster.
nameRegex string
A Name Regex of DB instance.
outputFile string
File name where to save data source results.
tags InstancesTag[]
Tags.
updateEndTime string
The end time of update to query.
updateStartTime string
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_time str
The end time of creation to query.
create_start_time str
The start time of creation to query.
db_engine str
The db engine to query, valid value contains MongoDB.
db_engine_version str
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 ReplicaSet or ShardedCluster.
name_regex str
A Name Regex of DB instance.
output_file str
File name where to save data source results.
tags Sequence[InstancesTag]
Tags.
update_end_time str
The end time of update to query.
update_start_time str
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.
createEndTime String
The end time of creation to query.
createStartTime String
The start time of creation to query.
dbEngine String
The db engine to query, valid value contains MongoDB.
dbEngineVersion String
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 ReplicaSet or ShardedCluster.
nameRegex String
A Name Regex of DB instance.
outputFile String
File name where to save data source results.
tags List<Property Map>
Tags.
updateEndTime String
The end time of update to query.
updateStartTime String
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.
CreateEndTime string
CreateStartTime string
DbEngine string
The db engine.
DbEngineVersion string
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
Tags List<InstancesTag>
Tags.
UpdateEndTime string
UpdateStartTime string
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.
CreateEndTime string
CreateStartTime string
DbEngine string
The db engine.
DbEngineVersion string
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
Tags []InstancesTag
Tags.
UpdateEndTime string
UpdateStartTime string
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.
createEndTime String
createStartTime String
dbEngine String
The db engine.
dbEngineVersion String
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
tags List<InstancesTag>
Tags.
updateEndTime String
updateStartTime String
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.
createEndTime string
createStartTime string
dbEngine string
The db engine.
dbEngineVersion string
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
tags InstancesTag[]
Tags.
updateEndTime string
updateStartTime string
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_time str
create_start_time str
db_engine str
The db engine.
db_engine_version str
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
tags Sequence[InstancesTag]
Tags.
update_end_time str
update_start_time str
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.
createEndTime String
createStartTime String
dbEngine String
The db engine.
dbEngineVersion String
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
tags List<Property Map>
Tags.
updateEndTime String
updateStartTime String
vpcId String
The vpc ID.
zoneId String
The zone ID of instance.

Supporting Types

InstancesInstance

AutoRenew This property is required. bool
Whether to enable automatic renewal.
ChargeStatus This property is required. string
The charge status.
ChargeType This property is required. string
The charge type of instance.
ClosedTime This property is required. string
The planned close time.
ConfigServers This property is required. List<InstancesInstanceConfigServer>
The list of config servers.
ConfigServersId This property is required. string
The ID of config servers.
CreateTime This property is required. string
The creation time of instance.
DbEngine This property is required. string
The db engine to query, valid value contains MongoDB.
DbEngineVersion This property is required. string
The version of db engine to query, valid value contains MongoDB_4_0.
DbEngineVersionStr This property is required. string
The version string of database engine.
ExpiredTime This property is required. string
The expired time of instance.
InstanceId This property is required. string
The instance ID to query.
InstanceName This property is required. string
The instance name to query.
InstanceStatus This property is required. string
The instance status to query.
InstanceType This property is required. string
The type of instance to query, the valid value contains ReplicaSet or ShardedCluster.
Mongos This property is required. List<InstancesInstanceMongo>
The list of mongos.
MongosId This property is required. string
The ID of mongos.
Nodes This property is required. List<InstancesInstanceNode>
The node information.
ProjectName This property is required. string
The project name to which the instance belongs.
ReclaimTime This property is required. string
The planned reclaim time of instance.
Shards This property is required. List<InstancesInstanceShard>
The list of shards.
SslEnable This property is required. bool
Whether ssl enabled.
SslExpireTime This property is required. string
The ssl expire time.
SslIsValid This property is required. bool
Whether ssl is valid.
StorageType This property is required. string
The storage type of instance.
SubnetId This property is required. string
The subnet id of instance.
Tags This property is required. List<InstancesInstanceTag>
Tags.
UpdateTime This property is required. string
The update time of instance.
VpcId This property is required. string
The vpc id of instance to query.
ZoneId This property is required. string
The zone ID to query.
AutoRenew This property is required. bool
Whether to enable automatic renewal.
ChargeStatus This property is required. string
The charge status.
ChargeType This property is required. string
The charge type of instance.
ClosedTime This property is required. string
The planned close time.
ConfigServers This property is required. []InstancesInstanceConfigServer
The list of config servers.
ConfigServersId This property is required. string
The ID of config servers.
CreateTime This property is required. string
The creation time of instance.
DbEngine This property is required. string
The db engine to query, valid value contains MongoDB.
DbEngineVersion This property is required. string
The version of db engine to query, valid value contains MongoDB_4_0.
DbEngineVersionStr This property is required. string
The version string of database engine.
ExpiredTime This property is required. string
The expired time of instance.
InstanceId This property is required. string
The instance ID to query.
InstanceName This property is required. string
The instance name to query.
InstanceStatus This property is required. string
The instance status to query.
InstanceType This property is required. string
The type of instance to query, the valid value contains ReplicaSet or ShardedCluster.
Mongos This property is required. []InstancesInstanceMongo
The list of mongos.
MongosId This property is required. string
The ID of mongos.
Nodes This property is required. []InstancesInstanceNode
The node information.
ProjectName This property is required. string
The project name to which the instance belongs.
ReclaimTime This property is required. string
The planned reclaim time of instance.
Shards This property is required. []InstancesInstanceShard
The list of shards.
SslEnable This property is required. bool
Whether ssl enabled.
SslExpireTime This property is required. string
The ssl expire time.
SslIsValid This property is required. bool
Whether ssl is valid.
StorageType This property is required. string
The storage type of instance.
SubnetId This property is required. string
The subnet id of instance.
Tags This property is required. []InstancesInstanceTag
Tags.
UpdateTime This property is required. string
The update time of instance.
VpcId This property is required. string
The vpc id of instance to query.
ZoneId This property is required. string
The zone ID to query.
autoRenew This property is required. Boolean
Whether to enable automatic renewal.
chargeStatus This property is required. String
The charge status.
chargeType This property is required. String
The charge type of instance.
closedTime This property is required. String
The planned close time.
configServers This property is required. List<InstancesInstanceConfigServer>
The list of config servers.
configServersId This property is required. String
The ID of config servers.
createTime This property is required. String
The creation time of instance.
dbEngine This property is required. String
The db engine to query, valid value contains MongoDB.
dbEngineVersion This property is required. String
The version of db engine to query, valid value contains MongoDB_4_0.
dbEngineVersionStr This property is required. String
The version string of database engine.
expiredTime This property is required. String
The expired time of instance.
instanceId This property is required. String
The instance ID to query.
instanceName This property is required. String
The instance name to query.
instanceStatus This property is required. String
The instance status to query.
instanceType This property is required. String
The type of instance to query, the valid value contains ReplicaSet or ShardedCluster.
mongos This property is required. List<InstancesInstanceMongo>
The list of mongos.
mongosId This property is required. String
The ID of mongos.
nodes This property is required. List<InstancesInstanceNode>
The node information.
projectName This property is required. String
The project name to which the instance belongs.
reclaimTime This property is required. String
The planned reclaim time of instance.
shards This property is required. List<InstancesInstanceShard>
The list of shards.
sslEnable This property is required. Boolean
Whether ssl enabled.
sslExpireTime This property is required. String
The ssl expire time.
sslIsValid This property is required. Boolean
Whether ssl is valid.
storageType This property is required. String
The storage type of instance.
subnetId This property is required. String
The subnet id of instance.
tags This property is required. List<InstancesInstanceTag>
Tags.
updateTime This property is required. String
The update time of instance.
vpcId This property is required. String
The vpc id of instance to query.
zoneId This property is required. String
The zone ID to query.
autoRenew This property is required. boolean
Whether to enable automatic renewal.
chargeStatus This property is required. string
The charge status.
chargeType This property is required. string
The charge type of instance.
closedTime This property is required. string
The planned close time.
configServers This property is required. InstancesInstanceConfigServer[]
The list of config servers.
configServersId This property is required. string
The ID of config servers.
createTime This property is required. string
The creation time of instance.
dbEngine This property is required. string
The db engine to query, valid value contains MongoDB.
dbEngineVersion This property is required. string
The version of db engine to query, valid value contains MongoDB_4_0.
dbEngineVersionStr This property is required. string
The version string of database engine.
expiredTime This property is required. string
The expired time of instance.
instanceId This property is required. string
The instance ID to query.
instanceName This property is required. string
The instance name to query.
instanceStatus This property is required. string
The instance status to query.
instanceType This property is required. string
The type of instance to query, the valid value contains ReplicaSet or ShardedCluster.
mongos This property is required. InstancesInstanceMongo[]
The list of mongos.
mongosId This property is required. string
The ID of mongos.
nodes This property is required. InstancesInstanceNode[]
The node information.
projectName This property is required. string
The project name to which the instance belongs.
reclaimTime This property is required. string
The planned reclaim time of instance.
shards This property is required. InstancesInstanceShard[]
The list of shards.
sslEnable This property is required. boolean
Whether ssl enabled.
sslExpireTime This property is required. string
The ssl expire time.
sslIsValid This property is required. boolean
Whether ssl is valid.
storageType This property is required. string
The storage type of instance.
subnetId This property is required. string
The subnet id of instance.
tags This property is required. InstancesInstanceTag[]
Tags.
updateTime This property is required. string
The update time of instance.
vpcId This property is required. string
The vpc id of instance to query.
zoneId This property is required. string
The zone ID to query.
auto_renew This property is required. bool
Whether to enable automatic renewal.
charge_status This property is required. str
The charge status.
charge_type This property is required. str
The charge type of instance.
closed_time This property is required. str
The planned close time.
config_servers This property is required. Sequence[InstancesInstanceConfigServer]
The list of config servers.
config_servers_id This property is required. str
The ID of config servers.
create_time This property is required. str
The creation time of instance.
db_engine This property is required. str
The db engine to query, valid value contains MongoDB.
db_engine_version This property is required. str
The version of db engine to query, valid value contains MongoDB_4_0.
db_engine_version_str This property is required. str
The version string of database engine.
expired_time This property is required. str
The expired time of instance.
instance_id This property is required. str
The instance ID to query.
instance_name This property is required. str
The instance name to query.
instance_status This property is required. str
The instance status to query.
instance_type This property is required. str
The type of instance to query, the valid value contains ReplicaSet or ShardedCluster.
mongos This property is required. Sequence[InstancesInstanceMongo]
The list of mongos.
mongos_id This property is required. str
The ID of mongos.
nodes This property is required. Sequence[InstancesInstanceNode]
The node information.
project_name This property is required. str
The project name to which the instance belongs.
reclaim_time This property is required. str
The planned reclaim time of instance.
shards This property is required. Sequence[InstancesInstanceShard]
The list of shards.
ssl_enable This property is required. bool
Whether ssl enabled.
ssl_expire_time This property is required. str
The ssl expire time.
ssl_is_valid This property is required. bool
Whether ssl is valid.
storage_type This property is required. str
The storage type of instance.
subnet_id This property is required. str
The subnet id of instance.
tags This property is required. Sequence[InstancesInstanceTag]
Tags.
update_time This property is required. str
The update time of instance.
vpc_id This property is required. str
The vpc id of instance to query.
zone_id This property is required. str
The zone ID to query.
autoRenew This property is required. Boolean
Whether to enable automatic renewal.
chargeStatus This property is required. String
The charge status.
chargeType This property is required. String
The charge type of instance.
closedTime This property is required. String
The planned close time.
configServers This property is required. List<Property Map>
The list of config servers.
configServersId This property is required. String
The ID of config servers.
createTime This property is required. String
The creation time of instance.
dbEngine This property is required. String
The db engine to query, valid value contains MongoDB.
dbEngineVersion This property is required. String
The version of db engine to query, valid value contains MongoDB_4_0.
dbEngineVersionStr This property is required. String
The version string of database engine.
expiredTime This property is required. String
The expired time of instance.
instanceId This property is required. String
The instance ID to query.
instanceName This property is required. String
The instance name to query.
instanceStatus This property is required. String
The instance status to query.
instanceType This property is required. String
The type of instance to query, the valid value contains ReplicaSet or ShardedCluster.
mongos This property is required. List<Property Map>
The list of mongos.
mongosId This property is required. String
The ID of mongos.
nodes This property is required. List<Property Map>
The node information.
projectName This property is required. String
The project name to which the instance belongs.
reclaimTime This property is required. String
The planned reclaim time of instance.
shards This property is required. List<Property Map>
The list of shards.
sslEnable This property is required. Boolean
Whether ssl enabled.
sslExpireTime This property is required. String
The ssl expire time.
sslIsValid This property is required. Boolean
Whether ssl is valid.
storageType This property is required. String
The storage type of instance.
subnetId This property is required. String
The subnet id of instance.
tags This property is required. List<Property Map>
Tags.
updateTime This property is required. String
The update time of instance.
vpcId This property is required. String
The vpc id of instance to query.
zoneId This property is required. String
The zone ID to query.

InstancesInstanceConfigServer

ConfigServerNodeId This property is required. string
The config server node ID.
NodeRole This property is required. string
The nod role.
NodeStatus This property is required. string
The node status.
TotalMemoryGb This property is required. double
The total memory in GB.
TotalVcpu This property is required. double
The total vCPU.
UsedMemoryGb This property is required. double
The used memory in GB.
UsedVcpu This property is required. double
The used vCPU.
ZoneId This property is required. string
The zone ID to query.
ConfigServerNodeId This property is required. string
The config server node ID.
NodeRole This property is required. string
The nod role.
NodeStatus This property is required. string
The node status.
TotalMemoryGb This property is required. float64
The total memory in GB.
TotalVcpu This property is required. float64
The total vCPU.
UsedMemoryGb This property is required. float64
The used memory in GB.
UsedVcpu This property is required. float64
The used vCPU.
ZoneId This property is required. string
The zone ID to query.
configServerNodeId This property is required. String
The config server node ID.
nodeRole This property is required. String
The nod role.
nodeStatus This property is required. String
The node status.
totalMemoryGb This property is required. Double
The total memory in GB.
totalVcpu This property is required. Double
The total vCPU.
usedMemoryGb This property is required. Double
The used memory in GB.
usedVcpu This property is required. Double
The used vCPU.
zoneId This property is required. String
The zone ID to query.
configServerNodeId This property is required. string
The config server node ID.
nodeRole This property is required. string
The nod role.
nodeStatus This property is required. string
The node status.
totalMemoryGb This property is required. number
The total memory in GB.
totalVcpu This property is required. number
The total vCPU.
usedMemoryGb This property is required. number
The used memory in GB.
usedVcpu This property is required. number
The used vCPU.
zoneId This property is required. string
The zone ID to query.
config_server_node_id This property is required. str
The config server node ID.
node_role This property is required. str
The nod role.
node_status This property is required. str
The node status.
total_memory_gb This property is required. float
The total memory in GB.
total_vcpu This property is required. float
The total vCPU.
used_memory_gb This property is required. float
The used memory in GB.
used_vcpu This property is required. float
The used vCPU.
zone_id This property is required. str
The zone ID to query.
configServerNodeId This property is required. String
The config server node ID.
nodeRole This property is required. String
The nod role.
nodeStatus This property is required. String
The node status.
totalMemoryGb This property is required. Number
The total memory in GB.
totalVcpu This property is required. Number
The total vCPU.
usedMemoryGb This property is required. Number
The used memory in GB.
usedVcpu This property is required. Number
The used vCPU.
zoneId This property is required. String
The zone ID to query.

InstancesInstanceMongo

MongosNodeId This property is required. string
The mongos node ID.
NodeSpec This property is required. string
The node spec.
NodeStatus This property is required. string
The node status.
TotalMemoryGb This property is required. double
The total memory in GB.
TotalVcpu This property is required. double
The total vCPU.
UsedMemoryGb This property is required. double
The used memory in GB.
UsedVcpu This property is required. double
The used vCPU.
ZoneId This property is required. string
The zone ID to query.
MongosNodeId This property is required. string
The mongos node ID.
NodeSpec This property is required. string
The node spec.
NodeStatus This property is required. string
The node status.
TotalMemoryGb This property is required. float64
The total memory in GB.
TotalVcpu This property is required. float64
The total vCPU.
UsedMemoryGb This property is required. float64
The used memory in GB.
UsedVcpu This property is required. float64
The used vCPU.
ZoneId This property is required. string
The zone ID to query.
mongosNodeId This property is required. String
The mongos node ID.
nodeSpec This property is required. String
The node spec.
nodeStatus This property is required. String
The node status.
totalMemoryGb This property is required. Double
The total memory in GB.
totalVcpu This property is required. Double
The total vCPU.
usedMemoryGb This property is required. Double
The used memory in GB.
usedVcpu This property is required. Double
The used vCPU.
zoneId This property is required. String
The zone ID to query.
mongosNodeId This property is required. string
The mongos node ID.
nodeSpec This property is required. string
The node spec.
nodeStatus This property is required. string
The node status.
totalMemoryGb This property is required. number
The total memory in GB.
totalVcpu This property is required. number
The total vCPU.
usedMemoryGb This property is required. number
The used memory in GB.
usedVcpu This property is required. number
The used vCPU.
zoneId This property is required. string
The zone ID to query.
mongos_node_id This property is required. str
The mongos node ID.
node_spec This property is required. str
The node spec.
node_status This property is required. str
The node status.
total_memory_gb This property is required. float
The total memory in GB.
total_vcpu This property is required. float
The total vCPU.
used_memory_gb This property is required. float
The used memory in GB.
used_vcpu This property is required. float
The used vCPU.
zone_id This property is required. str
The zone ID to query.
mongosNodeId This property is required. String
The mongos node ID.
nodeSpec This property is required. String
The node spec.
nodeStatus This property is required. String
The node status.
totalMemoryGb This property is required. Number
The total memory in GB.
totalVcpu This property is required. Number
The total vCPU.
usedMemoryGb This property is required. Number
The used memory in GB.
usedVcpu This property is required. Number
The used vCPU.
zoneId This property is required. String
The zone ID to query.

InstancesInstanceNode

NodeDelayTime This property is required. int
The master-slave delay time.
NodeId This property is required. string
The node ID.
NodeRole This property is required. string
The nod role.
NodeSpec This property is required. string
The node spec.
NodeStatus This property is required. string
The node status.
TotalMemoryGb This property is required. double
The total memory in GB.
TotalStorageGb This property is required. double
The total storage in GB.
TotalVcpu This property is required. double
The total vCPU.
UsedMemoryGb This property is required. double
The used memory in GB.
UsedStorageGb This property is required. double
The used storage in GB.
UsedVcpu This property is required. double
The used vCPU.
ZoneId This property is required. string
The zone ID to query.
NodeDelayTime This property is required. int
The master-slave delay time.
NodeId This property is required. string
The node ID.
NodeRole This property is required. string
The nod role.
NodeSpec This property is required. string
The node spec.
NodeStatus This property is required. string
The node status.
TotalMemoryGb This property is required. float64
The total memory in GB.
TotalStorageGb This property is required. float64
The total storage in GB.
TotalVcpu This property is required. float64
The total vCPU.
UsedMemoryGb This property is required. float64
The used memory in GB.
UsedStorageGb This property is required. float64
The used storage in GB.
UsedVcpu This property is required. float64
The used vCPU.
ZoneId This property is required. string
The zone ID to query.
nodeDelayTime This property is required. Integer
The master-slave delay time.
nodeId This property is required. String
The node ID.
nodeRole This property is required. String
The nod role.
nodeSpec This property is required. String
The node spec.
nodeStatus This property is required. String
The node status.
totalMemoryGb This property is required. Double
The total memory in GB.
totalStorageGb This property is required. Double
The total storage in GB.
totalVcpu This property is required. Double
The total vCPU.
usedMemoryGb This property is required. Double
The used memory in GB.
usedStorageGb This property is required. Double
The used storage in GB.
usedVcpu This property is required. Double
The used vCPU.
zoneId This property is required. String
The zone ID to query.
nodeDelayTime This property is required. number
The master-slave delay time.
nodeId This property is required. string
The node ID.
nodeRole This property is required. string
The nod role.
nodeSpec This property is required. string
The node spec.
nodeStatus This property is required. string
The node status.
totalMemoryGb This property is required. number
The total memory in GB.
totalStorageGb This property is required. number
The total storage in GB.
totalVcpu This property is required. number
The total vCPU.
usedMemoryGb This property is required. number
The used memory in GB.
usedStorageGb This property is required. number
The used storage in GB.
usedVcpu This property is required. number
The used vCPU.
zoneId This property is required. string
The zone ID to query.
node_delay_time This property is required. int
The master-slave delay time.
node_id This property is required. str
The node ID.
node_role This property is required. str
The nod role.
node_spec This property is required. str
The node spec.
node_status This property is required. str
The node status.
total_memory_gb This property is required. float
The total memory in GB.
total_storage_gb This property is required. float
The total storage in GB.
total_vcpu This property is required. float
The total vCPU.
used_memory_gb This property is required. float
The used memory in GB.
used_storage_gb This property is required. float
The used storage in GB.
used_vcpu This property is required. float
The used vCPU.
zone_id This property is required. str
The zone ID to query.
nodeDelayTime This property is required. Number
The master-slave delay time.
nodeId This property is required. String
The node ID.
nodeRole This property is required. String
The nod role.
nodeSpec This property is required. String
The node spec.
nodeStatus This property is required. String
The node status.
totalMemoryGb This property is required. Number
The total memory in GB.
totalStorageGb This property is required. Number
The total storage in GB.
totalVcpu This property is required. Number
The total vCPU.
usedMemoryGb This property is required. Number
The used memory in GB.
usedStorageGb This property is required. Number
The used storage in GB.
usedVcpu This property is required. Number
The used vCPU.
zoneId This property is required. String
The zone ID to query.

InstancesInstanceShard

Nodes This property is required. List<InstancesInstanceShardNode>
The node information.
ShardId This property is required. string
The shard ID.
Nodes This property is required. []InstancesInstanceShardNode
The node information.
ShardId This property is required. string
The shard ID.
nodes This property is required. List<InstancesInstanceShardNode>
The node information.
shardId This property is required. String
The shard ID.
nodes This property is required. InstancesInstanceShardNode[]
The node information.
shardId This property is required. string
The shard ID.
nodes This property is required. Sequence[InstancesInstanceShardNode]
The node information.
shard_id This property is required. str
The shard ID.
nodes This property is required. List<Property Map>
The node information.
shardId This property is required. String
The shard ID.

InstancesInstanceShardNode

NodeDelayTime This property is required. int
The master-slave delay time.
NodeId This property is required. string
The node ID.
NodeRole This property is required. string
The nod role.
NodeSpec This property is required. string
The node spec.
NodeStatus This property is required. string
The node status.
TotalMemoryGb This property is required. double
The total memory in GB.
TotalStorageGb This property is required. double
The total storage in GB.
TotalVcpu This property is required. double
The total vCPU.
UsedMemoryGb This property is required. double
The used memory in GB.
UsedStorageGb This property is required. double
The used storage in GB.
UsedVcpu This property is required. double
The used vCPU.
ZoneId This property is required. string
The zone ID to query.
NodeDelayTime This property is required. int
The master-slave delay time.
NodeId This property is required. string
The node ID.
NodeRole This property is required. string
The nod role.
NodeSpec This property is required. string
The node spec.
NodeStatus This property is required. string
The node status.
TotalMemoryGb This property is required. float64
The total memory in GB.
TotalStorageGb This property is required. float64
The total storage in GB.
TotalVcpu This property is required. float64
The total vCPU.
UsedMemoryGb This property is required. float64
The used memory in GB.
UsedStorageGb This property is required. float64
The used storage in GB.
UsedVcpu This property is required. float64
The used vCPU.
ZoneId This property is required. string
The zone ID to query.
nodeDelayTime This property is required. Integer
The master-slave delay time.
nodeId This property is required. String
The node ID.
nodeRole This property is required. String
The nod role.
nodeSpec This property is required. String
The node spec.
nodeStatus This property is required. String
The node status.
totalMemoryGb This property is required. Double
The total memory in GB.
totalStorageGb This property is required. Double
The total storage in GB.
totalVcpu This property is required. Double
The total vCPU.
usedMemoryGb This property is required. Double
The used memory in GB.
usedStorageGb This property is required. Double
The used storage in GB.
usedVcpu This property is required. Double
The used vCPU.
zoneId This property is required. String
The zone ID to query.
nodeDelayTime This property is required. number
The master-slave delay time.
nodeId This property is required. string
The node ID.
nodeRole This property is required. string
The nod role.
nodeSpec This property is required. string
The node spec.
nodeStatus This property is required. string
The node status.
totalMemoryGb This property is required. number
The total memory in GB.
totalStorageGb This property is required. number
The total storage in GB.
totalVcpu This property is required. number
The total vCPU.
usedMemoryGb This property is required. number
The used memory in GB.
usedStorageGb This property is required. number
The used storage in GB.
usedVcpu This property is required. number
The used vCPU.
zoneId This property is required. string
The zone ID to query.
node_delay_time This property is required. int
The master-slave delay time.
node_id This property is required. str
The node ID.
node_role This property is required. str
The nod role.
node_spec This property is required. str
The node spec.
node_status This property is required. str
The node status.
total_memory_gb This property is required. float
The total memory in GB.
total_storage_gb This property is required. float
The total storage in GB.
total_vcpu This property is required. float
The total vCPU.
used_memory_gb This property is required. float
The used memory in GB.
used_storage_gb This property is required. float
The used storage in GB.
used_vcpu This property is required. float
The used vCPU.
zone_id This property is required. str
The zone ID to query.
nodeDelayTime This property is required. Number
The master-slave delay time.
nodeId This property is required. String
The node ID.
nodeRole This property is required. String
The nod role.
nodeSpec This property is required. String
The node spec.
nodeStatus This property is required. String
The node status.
totalMemoryGb This property is required. Number
The total memory in GB.
totalStorageGb This property is required. Number
The total storage in GB.
totalVcpu This property is required. Number
The total vCPU.
usedMemoryGb This property is required. Number
The used memory in GB.
usedStorageGb This property is required. Number
The used storage in GB.
usedVcpu This property is required. Number
The used vCPU.
zoneId This property is required. String
The zone ID to query.

InstancesInstanceTag

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

InstancesTag

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

Package Details

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