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 SourceCreateTime
Creation time of the instance.
Declaration
public readonly int CreateTime
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Description
The DRDS instance description.
Declaration
public readonly string Description
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The ID of the DRDS instance.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
NetworkType
Classic for public classic network or VPC for private network.
Declaration
public readonly string NetworkType
Field Value
| Type | Description |
|---|---|
| System.String |
Status
Status of the instance.
Declaration
public readonly string Status
Field Value
| Type | Description |
|---|---|
| System.String |
Type
The DRDS Instance type.
Declaration
public readonly string Type
Field Value
| Type | Description |
|---|---|
| System.String |
Version
The DRDS Instance version.
Declaration
public readonly int Version
Field Value
| Type | Description |
|---|---|
| System.Int32 |
ZoneId
Zone ID the instance belongs to.
Declaration
public readonly string ZoneId
Field Value
| Type | Description |
|---|---|
| System.String |