Class GetInstancesInstanceResult
Inheritance
Inherited Members
Namespace: Pulumi.AliCloud.MongoDB.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetInstancesInstanceResult
Fields
View SourceAvailabilityZone
Instance availability zone.
Declaration
public readonly string AvailabilityZone
Field Value
| Type | Description |
|---|---|
| System.String |
ChargeType
Billing method. Value options are PostPaid for Pay-As-You-Go and PrePaid for yearly or monthly subscription.
Declaration
public readonly string ChargeType
Field Value
| Type | Description |
|---|---|
| System.String |
CreationTime
Creation time of the instance in RFC3339 format.
Declaration
public readonly string CreationTime
Field Value
| Type | Description |
|---|---|
| System.String |
Engine
Database engine type. Supported option is MongoDB.
Declaration
public readonly string Engine
Field Value
| Type | Description |
|---|---|
| System.String |
EngineVersion
Database engine version.
Declaration
public readonly string EngineVersion
Field Value
| Type | Description |
|---|---|
| System.String |
ExpirationTime
Expiration time in RFC3339 format. Pay-As-You-Go instances are never expire.
Declaration
public readonly string ExpirationTime
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The ID of the MongoDB instance.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
InstanceClass
Sizing of the instance to be queried.
Declaration
public readonly string InstanceClass
Field Value
| Type | Description |
|---|---|
| System.String |
InstanceType
Type of the instance to be queried. If it is set to sharding, the sharded cluster instances are listed. If it is set to replicate, replica set instances are listed. Default value replicate.
Declaration
public readonly string InstanceType
Field Value
| Type | Description |
|---|---|
| System.String |
LockMode
Lock status of the instance.
Declaration
public readonly string LockMode
Field Value
| Type | Description |
|---|---|
| System.String |
Mongos
Array composed of Mongos.
Declaration
public readonly ImmutableArray<GetInstancesInstanceMongoResult> Mongos
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetInstancesInstanceMongoResult> |
Name
The name of the MongoDB instance.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
NetworkType
Classic network or VPC.
Declaration
public readonly string NetworkType
Field Value
| Type | Description |
|---|---|
| System.String |
RegionId
Region ID the instance belongs to.
Declaration
public readonly string RegionId
Field Value
| Type | Description |
|---|---|
| System.String |
Replication
Replication factor corresponds to number of nodes. Optional values are 1 for single node and 3 for three nodes replica set.
Declaration
public readonly string Replication
Field Value
| Type | Description |
|---|---|
| System.String |
Shards
Array composed of shards.
Declaration
public readonly ImmutableArray<GetInstancesInstanceShardResult> Shards
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetInstancesInstanceShardResult> |
Status
Status of the instance.
Declaration
public readonly string Status
Field Value
| Type | Description |
|---|---|
| System.String |
Storage
Shard disk.
Declaration
public readonly int Storage
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Tags
A mapping of tags to assign to the resource.
Declaration
public readonly ImmutableDictionary<string, object> Tags
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.Object> |