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.Drds.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetInstancesInstanceResult

Fields

View Source

CreateTime

Creation time of the instance.

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

Description

The DRDS instance description.

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

Id

The ID of the DRDS instance.

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

NetworkType

Classic for public classic network or VPC for private network.

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

Status

Status of the instance.

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

Type

The DRDS Instance type.

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

Version

The DRDS Instance version.

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

ZoneId

Zone ID the instance belongs to.

Declaration
public readonly string ZoneId
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.