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) InstancesResultOutput
public 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 dictionary
The 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
ReplicaSet
orShardedCluster
. - 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
ReplicaSet
orShardedCluster
. - 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
ReplicaSet
orShardedCluster
. - 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
ReplicaSet
orShardedCluster
. - 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
ReplicaSet
orShardedCluster
. - 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
ReplicaSet
orShardedCluster
. - 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 This property is required. bool - Whether to enable automatic renewal.
- Charge
Status This property is required. string - The charge status.
- Charge
Type This property is required. string - The charge type of instance.
- Closed
Time This property is required. string - The planned close time.
- Config
Servers This property is required. List<InstancesInstance Config Server> - The list of config servers.
- Config
Servers Id This property is required. string - The ID of config servers.
- Create
Time This property is required. string - The creation time of instance.
- Db
Engine This property is required. string - The db engine to query, valid value contains
MongoDB
. - Db
Engine Version This property is required. string - The version of db engine to query, valid value contains
MongoDB_4_0
. - Db
Engine Version Str This property is required. string - The version string of database engine.
- Expired
Time This property is required. string - The expired time of instance.
- Instance
Id This property is required. string - The instance ID to query.
- Instance
Name This property is required. string - The instance name to query.
- Instance
Status This property is required. string - The instance status to query.
- Instance
Type This property is required. string - The type of instance to query, the valid value contains
ReplicaSet
orShardedCluster
. - Mongos
This property is required. List<InstancesInstance Mongo> - The list of mongos.
- Mongos
Id This property is required. string - The ID of mongos.
- Nodes
This property is required. List<InstancesInstance Node> - The node information.
- Project
Name This property is required. string - The project name to which the instance belongs.
- Reclaim
Time This property is required. string - The planned reclaim time of instance.
This property is required. List<InstancesInstance Shard> - The list of shards.
- Ssl
Enable This property is required. bool - Whether ssl enabled.
- Ssl
Expire Time This property is required. string - The ssl expire time.
- Ssl
Is Valid This property is required. bool - Whether ssl is valid.
- Storage
Type This property is required. string - The storage type of instance.
- Subnet
Id This property is required. string - The subnet id of instance.
This property is required. List<InstancesInstance Tag> - Tags.
- Update
Time This property is required. string - The update time of instance.
- Vpc
Id This property is required. string - The vpc id of instance to query.
- Zone
Id 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. string - The charge status.
- Charge
Type This property is required. string - The charge type of instance.
- Closed
Time This property is required. string - The planned close time.
- Config
Servers This property is required. []InstancesInstance Config Server - The list of config servers.
- Config
Servers Id This property is required. string - The ID of config servers.
- Create
Time This property is required. string - The creation time of instance.
- Db
Engine This property is required. string - The db engine to query, valid value contains
MongoDB
. - Db
Engine Version This property is required. string - The version of db engine to query, valid value contains
MongoDB_4_0
. - Db
Engine Version Str This property is required. string - The version string of database engine.
- Expired
Time This property is required. string - The expired time of instance.
- Instance
Id This property is required. string - The instance ID to query.
- Instance
Name This property is required. string - The instance name to query.
- Instance
Status This property is required. string - The instance status to query.
- Instance
Type This property is required. string - The type of instance to query, the valid value contains
ReplicaSet
orShardedCluster
. - Mongos
This property is required. []InstancesInstance Mongo - The list of mongos.
- Mongos
Id This property is required. string - The ID of mongos.
- Nodes
This property is required. []InstancesInstance Node - The node information.
- Project
Name This property is required. string - The project name to which the instance belongs.
- Reclaim
Time This property is required. string - The planned reclaim time of instance.
This property is required. []InstancesInstance Shard - The list of shards.
- Ssl
Enable This property is required. bool - Whether ssl enabled.
- Ssl
Expire Time This property is required. string - The ssl expire time.
- Ssl
Is Valid This property is required. bool - Whether ssl is valid.
- Storage
Type This property is required. string - The storage type of instance.
- Subnet
Id This property is required. string - The subnet id of instance.
This property is required. []InstancesInstance Tag - Tags.
- Update
Time This property is required. string - The update time of instance.
- Vpc
Id This property is required. string - The vpc id of instance to query.
- Zone
Id This property is required. string - The zone ID to query.
- auto
Renew This property is required. Boolean - Whether to enable automatic renewal.
- charge
Status This property is required. String - The charge status.
- charge
Type This property is required. String - The charge type of instance.
- closed
Time This property is required. String - The planned close time.
- config
Servers This property is required. List<InstancesInstance Config Server> - The list of config servers.
- config
Servers Id This property is required. String - The ID of config servers.
- create
Time This property is required. String - The creation time of instance.
- db
Engine This property is required. String - The db engine to query, valid value contains
MongoDB
. - db
Engine Version This property is required. String - The version of db engine to query, valid value contains
MongoDB_4_0
. - db
Engine Version Str This property is required. String - The version string of database engine.
- expired
Time This property is required. String - The expired time of instance.
- instance
Id This property is required. String - The instance ID to query.
- instance
Name This property is required. String - The instance name to query.
- instance
Status This property is required. String - The instance status to query.
- instance
Type This property is required. String - The type of instance to query, the valid value contains
ReplicaSet
orShardedCluster
. - mongos
This property is required. List<InstancesInstance Mongo> - The list of mongos.
- mongos
Id This property is required. String - The ID of mongos.
- nodes
This property is required. List<InstancesInstance Node> - The node information.
- project
Name This property is required. String - The project name to which the instance belongs.
- reclaim
Time This property is required. String - The planned reclaim time of instance.
This property is required. List<InstancesInstance Shard> - The list of shards.
- ssl
Enable This property is required. Boolean - Whether ssl enabled.
- ssl
Expire Time This property is required. String - The ssl expire time.
- ssl
Is Valid This property is required. Boolean - Whether ssl is valid.
- storage
Type This property is required. String - The storage type of instance.
- subnet
Id This property is required. String - The subnet id of instance.
This property is required. List<InstancesInstance Tag> - Tags.
- update
Time This property is required. String - The update time of instance.
- vpc
Id This property is required. String - The vpc id of instance to query.
- zone
Id This property is required. String - The zone ID to query.
- auto
Renew This property is required. boolean - Whether to enable automatic renewal.
- charge
Status This property is required. string - The charge status.
- charge
Type This property is required. string - The charge type of instance.
- closed
Time This property is required. string - The planned close time.
- config
Servers This property is required. InstancesInstance Config Server[] - The list of config servers.
- config
Servers Id This property is required. string - The ID of config servers.
- create
Time This property is required. string - The creation time of instance.
- db
Engine This property is required. string - The db engine to query, valid value contains
MongoDB
. - db
Engine Version This property is required. string - The version of db engine to query, valid value contains
MongoDB_4_0
. - db
Engine Version Str This property is required. string - The version string of database engine.
- expired
Time This property is required. string - The expired time of instance.
- instance
Id This property is required. string - The instance ID to query.
- instance
Name This property is required. string - The instance name to query.
- instance
Status This property is required. string - The instance status to query.
- instance
Type This property is required. string - The type of instance to query, the valid value contains
ReplicaSet
orShardedCluster
. - mongos
This property is required. InstancesInstance Mongo[] - The list of mongos.
- mongos
Id This property is required. string - The ID of mongos.
- nodes
This property is required. InstancesInstance Node[] - The node information.
- project
Name This property is required. string - The project name to which the instance belongs.
- reclaim
Time This property is required. string - The planned reclaim time of instance.
This property is required. InstancesInstance Shard[] - The list of shards.
- ssl
Enable This property is required. boolean - Whether ssl enabled.
- ssl
Expire Time This property is required. string - The ssl expire time.
- ssl
Is Valid This property is required. boolean - Whether ssl is valid.
- storage
Type This property is required. string - The storage type of instance.
- subnet
Id This property is required. string - The subnet id of instance.
This property is required. InstancesInstance Tag[] - Tags.
- update
Time This property is required. string - The update time of instance.
- vpc
Id This property is required. string - The vpc id of instance to query.
- zone
Id 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[InstancesInstance Config Server] - 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
orShardedCluster
. - mongos
This property is required. Sequence[InstancesInstance Mongo] - The list of mongos.
- mongos_
id This property is required. str - The ID of mongos.
- nodes
This property is required. Sequence[InstancesInstance Node] - 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.
This property is required. Sequence[InstancesInstance Shard] - 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.
This property is required. Sequence[InstancesInstance Tag] - 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.
- auto
Renew This property is required. Boolean - Whether to enable automatic renewal.
- charge
Status This property is required. String - The charge status.
- charge
Type This property is required. String - The charge type of instance.
- closed
Time This property is required. String - The planned close time.
- config
Servers This property is required. List<Property Map> - The list of config servers.
- config
Servers Id This property is required. String - The ID of config servers.
- create
Time This property is required. String - The creation time of instance.
- db
Engine This property is required. String - The db engine to query, valid value contains
MongoDB
. - db
Engine Version This property is required. String - The version of db engine to query, valid value contains
MongoDB_4_0
. - db
Engine Version Str This property is required. String - The version string of database engine.
- expired
Time This property is required. String - The expired time of instance.
- instance
Id This property is required. String - The instance ID to query.
- instance
Name This property is required. String - The instance name to query.
- instance
Status This property is required. String - The instance status to query.
- instance
Type This property is required. String - The type of instance to query, the valid value contains
ReplicaSet
orShardedCluster
. - mongos
This property is required. List<Property Map> - The list of mongos.
- mongos
Id This property is required. String - The ID of mongos.
- nodes
This property is required. List<Property Map> - The node information.
- project
Name This property is required. String - The project name to which the instance belongs.
- reclaim
Time This property is required. String - The planned reclaim time of instance.
This property is required. List<Property Map>- The list of shards.
- ssl
Enable This property is required. Boolean - Whether ssl enabled.
- ssl
Expire Time This property is required. String - The ssl expire time.
- ssl
Is Valid This property is required. Boolean - Whether ssl is valid.
- storage
Type This property is required. String - The storage type of instance.
- subnet
Id This property is required. String - The subnet id of instance.
This property is required. List<Property Map>- Tags.
- update
Time This property is required. String - The update time of instance.
- vpc
Id This property is required. String - The vpc id of instance to query.
- zone
Id This property is required. String - The zone ID to query.
InstancesInstanceConfigServer
- Config
Server Node Id This property is required. string - The config server node ID.
- Node
Role This property is required. string - The nod role.
- Node
Status This property is required. string - The node status.
- Total
Memory Gb This property is required. double - The total memory in GB.
- Total
Vcpu This property is required. double - The total vCPU.
- Used
Memory Gb This property is required. double - The used memory in GB.
- Used
Vcpu This property is required. double - The used vCPU.
- Zone
Id This property is required. string - The zone ID to query.
- Config
Server Node Id This property is required. string - The config server node ID.
- Node
Role This property is required. string - The nod role.
- Node
Status This property is required. string - The node status.
- Total
Memory Gb This property is required. float64 - The total memory in GB.
- Total
Vcpu This property is required. float64 - The total vCPU.
- Used
Memory Gb This property is required. float64 - The used memory in GB.
- Used
Vcpu This property is required. float64 - The used vCPU.
- Zone
Id This property is required. string - The zone ID to query.
- config
Server Node Id This property is required. String - The config server node ID.
- node
Role This property is required. String - The nod role.
- node
Status This property is required. String - The node status.
- total
Memory Gb This property is required. Double - The total memory in GB.
- total
Vcpu This property is required. Double - The total vCPU.
- used
Memory Gb This property is required. Double - The used memory in GB.
- used
Vcpu This property is required. Double - The used vCPU.
- zone
Id This property is required. String - The zone ID to query.
- config
Server Node Id This property is required. string - The config server node ID.
- node
Role This property is required. string - The nod role.
- node
Status This property is required. string - The node status.
- total
Memory Gb This property is required. number - The total memory in GB.
- total
Vcpu This property is required. number - The total vCPU.
- used
Memory Gb This property is required. number - The used memory in GB.
- used
Vcpu This property is required. number - The used vCPU.
- zone
Id 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.
- config
Server Node Id This property is required. String - The config server node ID.
- node
Role This property is required. String - The nod role.
- node
Status This property is required. String - The node status.
- total
Memory Gb This property is required. Number - The total memory in GB.
- total
Vcpu This property is required. Number - The total vCPU.
- used
Memory Gb This property is required. Number - The used memory in GB.
- used
Vcpu This property is required. Number - The used vCPU.
- zone
Id This property is required. String - The zone ID to query.
InstancesInstanceMongo
- Mongos
Node Id This property is required. string - The mongos node ID.
- Node
Spec This property is required. string - The node spec.
- Node
Status This property is required. string - The node status.
- Total
Memory Gb This property is required. double - The total memory in GB.
- Total
Vcpu This property is required. double - The total vCPU.
- Used
Memory Gb This property is required. double - The used memory in GB.
- Used
Vcpu This property is required. double - The used vCPU.
- Zone
Id This property is required. string - The zone ID to query.
- Mongos
Node Id This property is required. string - The mongos node ID.
- Node
Spec This property is required. string - The node spec.
- Node
Status This property is required. string - The node status.
- Total
Memory Gb This property is required. float64 - The total memory in GB.
- Total
Vcpu This property is required. float64 - The total vCPU.
- Used
Memory Gb This property is required. float64 - The used memory in GB.
- Used
Vcpu This property is required. float64 - The used vCPU.
- Zone
Id This property is required. string - The zone ID to query.
- mongos
Node Id This property is required. String - The mongos node ID.
- node
Spec This property is required. String - The node spec.
- node
Status This property is required. String - The node status.
- total
Memory Gb This property is required. Double - The total memory in GB.
- total
Vcpu This property is required. Double - The total vCPU.
- used
Memory Gb This property is required. Double - The used memory in GB.
- used
Vcpu This property is required. Double - The used vCPU.
- zone
Id This property is required. String - The zone ID to query.
- mongos
Node Id This property is required. string - The mongos node ID.
- node
Spec This property is required. string - The node spec.
- node
Status This property is required. string - The node status.
- total
Memory Gb This property is required. number - The total memory in GB.
- total
Vcpu This property is required. number - The total vCPU.
- used
Memory Gb This property is required. number - The used memory in GB.
- used
Vcpu This property is required. number - The used vCPU.
- zone
Id 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.
- mongos
Node Id This property is required. String - The mongos node ID.
- node
Spec This property is required. String - The node spec.
- node
Status This property is required. String - The node status.
- total
Memory Gb This property is required. Number - The total memory in GB.
- total
Vcpu This property is required. Number - The total vCPU.
- used
Memory Gb This property is required. Number - The used memory in GB.
- used
Vcpu This property is required. Number - The used vCPU.
- zone
Id This property is required. String - The zone ID to query.
InstancesInstanceNode
- Node
Delay Time This property is required. int - The master-slave delay time.
- Node
Id This property is required. string - The node ID.
- Node
Role This property is required. string - The nod role.
- Node
Spec This property is required. string - The node spec.
- Node
Status This property is required. string - The node status.
- Total
Memory Gb This property is required. double - The total memory in GB.
- Total
Storage Gb This property is required. double - The total storage in GB.
- Total
Vcpu This property is required. double - The total vCPU.
- Used
Memory Gb This property is required. double - The used memory in GB.
- Used
Storage Gb This property is required. double - The used storage in GB.
- Used
Vcpu This property is required. double - The used vCPU.
- Zone
Id 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. string - The node ID.
- Node
Role This property is required. string - The nod role.
- Node
Spec This property is required. string - The node spec.
- Node
Status This property is required. string - The node status.
- Total
Memory Gb This property is required. float64 - The total memory in GB.
- Total
Storage Gb This property is required. float64 - The total storage in GB.
- Total
Vcpu This property is required. float64 - The total vCPU.
- Used
Memory Gb This property is required. float64 - The used memory in GB.
- Used
Storage Gb This property is required. float64 - The used storage in GB.
- Used
Vcpu This property is required. float64 - The used vCPU.
- Zone
Id This property is required. string - The zone ID to query.
- node
Delay Time This property is required. Integer - The master-slave delay time.
- node
Id This property is required. String - The node ID.
- node
Role This property is required. String - The nod role.
- node
Spec This property is required. String - The node spec.
- node
Status This property is required. String - The node status.
- total
Memory Gb This property is required. Double - The total memory in GB.
- total
Storage Gb This property is required. Double - The total storage in GB.
- total
Vcpu This property is required. Double - The total vCPU.
- used
Memory Gb This property is required. Double - The used memory in GB.
- used
Storage Gb This property is required. Double - The used storage in GB.
- used
Vcpu This property is required. Double - The used vCPU.
- zone
Id This property is required. String - The zone ID to query.
- node
Delay Time This property is required. number - The master-slave delay time.
- node
Id This property is required. string - The node ID.
- node
Role This property is required. string - The nod role.
- node
Spec This property is required. string - The node spec.
- node
Status This property is required. string - The node status.
- total
Memory Gb This property is required. number - The total memory in GB.
- total
Storage Gb This property is required. number - The total storage in GB.
- total
Vcpu This property is required. number - The total vCPU.
- used
Memory Gb This property is required. number - The used memory in GB.
- used
Storage Gb This property is required. number - The used storage in GB.
- used
Vcpu This property is required. number - The used vCPU.
- zone
Id 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.
- node
Delay Time This property is required. Number - The master-slave delay time.
- node
Id This property is required. String - The node ID.
- node
Role This property is required. String - The nod role.
- node
Spec This property is required. String - The node spec.
- node
Status This property is required. String - The node status.
- total
Memory Gb This property is required. Number - The total memory in GB.
- total
Storage Gb This property is required. Number - The total storage in GB.
- total
Vcpu This property is required. Number - The total vCPU.
- used
Memory Gb This property is required. Number - The used memory in GB.
- used
Storage Gb This property is required. Number - The used storage in GB.
- used
Vcpu This property is required. Number - The used vCPU.
- zone
Id This property is required. String - The zone ID to query.
InstancesInstanceShard
- Nodes
This property is required. List<InstancesInstance Shard Node> - The node information.
This property is required. string- The shard ID.
- Nodes
This property is required. []InstancesInstance Shard Node - The node information.
This property is required. string- The shard ID.
- nodes
This property is required. List<InstancesInstance Shard Node> - The node information.
This property is required. String- The shard ID.
- nodes
This property is required. InstancesInstance Shard Node[] - The node information.
This property is required. string- The shard ID.
- nodes
This property is required. Sequence[InstancesInstance Shard Node] - The node information.
This property is required. str- The shard ID.
- nodes
This property is required. List<Property Map> - The node information.
This property is required. String- The shard ID.
InstancesInstanceShardNode
- Node
Delay Time This property is required. int - The master-slave delay time.
- Node
Id This property is required. string - The node ID.
- Node
Role This property is required. string - The nod role.
- Node
Spec This property is required. string - The node spec.
- Node
Status This property is required. string - The node status.
- Total
Memory Gb This property is required. double - The total memory in GB.
- Total
Storage Gb This property is required. double - The total storage in GB.
- Total
Vcpu This property is required. double - The total vCPU.
- Used
Memory Gb This property is required. double - The used memory in GB.
- Used
Storage Gb This property is required. double - The used storage in GB.
- Used
Vcpu This property is required. double - The used vCPU.
- Zone
Id 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. string - The node ID.
- Node
Role This property is required. string - The nod role.
- Node
Spec This property is required. string - The node spec.
- Node
Status This property is required. string - The node status.
- Total
Memory Gb This property is required. float64 - The total memory in GB.
- Total
Storage Gb This property is required. float64 - The total storage in GB.
- Total
Vcpu This property is required. float64 - The total vCPU.
- Used
Memory Gb This property is required. float64 - The used memory in GB.
- Used
Storage Gb This property is required. float64 - The used storage in GB.
- Used
Vcpu This property is required. float64 - The used vCPU.
- Zone
Id This property is required. string - The zone ID to query.
- node
Delay Time This property is required. Integer - The master-slave delay time.
- node
Id This property is required. String - The node ID.
- node
Role This property is required. String - The nod role.
- node
Spec This property is required. String - The node spec.
- node
Status This property is required. String - The node status.
- total
Memory Gb This property is required. Double - The total memory in GB.
- total
Storage Gb This property is required. Double - The total storage in GB.
- total
Vcpu This property is required. Double - The total vCPU.
- used
Memory Gb This property is required. Double - The used memory in GB.
- used
Storage Gb This property is required. Double - The used storage in GB.
- used
Vcpu This property is required. Double - The used vCPU.
- zone
Id This property is required. String - The zone ID to query.
- node
Delay Time This property is required. number - The master-slave delay time.
- node
Id This property is required. string - The node ID.
- node
Role This property is required. string - The nod role.
- node
Spec This property is required. string - The node spec.
- node
Status This property is required. string - The node status.
- total
Memory Gb This property is required. number - The total memory in GB.
- total
Storage Gb This property is required. number - The total storage in GB.
- total
Vcpu This property is required. number - The total vCPU.
- used
Memory Gb This property is required. number - The used memory in GB.
- used
Storage Gb This property is required. number - The used storage in GB.
- used
Vcpu This property is required. number - The used vCPU.
- zone
Id 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.
- node
Delay Time This property is required. Number - The master-slave delay time.
- node
Id This property is required. String - The node ID.
- node
Role This property is required. String - The nod role.
- node
Spec This property is required. String - The node spec.
- node
Status This property is required. String - The node status.
- total
Memory Gb This property is required. Number - The total memory in GB.
- total
Storage Gb This property is required. Number - The total storage in GB.
- total
Vcpu This property is required. Number - The total vCPU.
- used
Memory Gb This property is required. Number - The used memory in GB.
- used
Storage Gb This property is required. Number - The used storage in GB.
- used
Vcpu This property is required. Number - The used vCPU.
- zone
Id This property is required. 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
volcengine
Terraform Provider.