Show / Hide Table of Contents

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 Source

ClusterType

The cluster type of the instance. Possible values: SSD, HYBRID.

Declaration
public readonly string ClusterType
Field Value
Type Description
System.String
View Source

CreateTime

The create time of the instance.

Declaration
public readonly string CreateTime
Field Value
Type Description
System.String
View Source

Description

The description of the instance.

Declaration
public readonly string Description
Field Value
Type Description
System.String
View Source

EntityQuota

The instance quota which indicating the maximum number of tables.

Declaration
public readonly int EntityQuota
Field Value
Type Description
System.Int32
View Source

Id

ID of the instance.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

Name

Instance name.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

Network

The network type of the instance. Possible values: NORMAL, VPC, VPC_CONSOLE.

Declaration
public readonly string Network
Field Value
Type Description
System.String
View Source

ReadCapacity

The maximum adjustable read capacity unit of the instance.

Declaration
public readonly int ReadCapacity
Field Value
Type Description
System.Int32
View Source

Status

Instance status. Possible values: Running, Disabled, Deleting.

Declaration
public readonly string Status
Field Value
Type Description
System.String
View Source

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>
View Source

UserId

The user id of the instance.

Declaration
public readonly string UserId
Field Value
Type Description
System.String
View Source

WriteCapacity

The maximum adjustable write capacity unit of the instance.

Declaration
public readonly int WriteCapacity
Field Value
Type Description
System.Int32
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.