Class GetInstancesInstanceResult
Inheritance
System.Object
GetInstancesInstanceResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.AliCloud.Oss.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetInstancesInstanceResult
Fields
View SourceClusterType
The cluster type of the instance. Possible values: SSD, HYBRID.
Declaration
public readonly string ClusterType
Field Value
| Type | Description |
|---|---|
| System.String |
CreateTime
The create time of the instance.
Declaration
public readonly string CreateTime
Field Value
| Type | Description |
|---|---|
| System.String |
Description
The description of the instance.
Declaration
public readonly string Description
Field Value
| Type | Description |
|---|---|
| System.String |
EntityQuota
The instance quota which indicating the maximum number of tables.
Declaration
public readonly int EntityQuota
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Id
ID of the instance.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Name
Instance name.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Network
The network type of the instance. Possible values: NORMAL, VPC, VPC_CONSOLE.
Declaration
public readonly string Network
Field Value
| Type | Description |
|---|---|
| System.String |
ReadCapacity
The maximum adjustable read capacity unit of the instance.
Declaration
public readonly int ReadCapacity
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Status
Instance status. Possible values: Running, Disabled, Deleting.
Declaration
public readonly string Status
Field Value
| Type | Description |
|---|---|
| System.String |
Tags
A map of tags assigned to the instance. It must be in the format:
data "alicloud.oss.getInstances" "instances_ds" {
tags = {
tagKey1 = "tagValue1",
tagKey2 = "tagValue2"
}
}
Declaration
public readonly ImmutableDictionary<string, object> Tags
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.Object> |
UserId
The user id of the instance.
Declaration
public readonly string UserId
Field Value
| Type | Description |
|---|---|
| System.String |
WriteCapacity
The maximum adjustable write capacity unit of the instance.
Declaration
public readonly int WriteCapacity
Field Value
| Type | Description |
|---|---|
| System.Int32 |