Class GetKeyPairsKeyPairInstanceResult
Inheritance
System.Object
GetKeyPairsKeyPairInstanceResult
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.Ecs.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetKeyPairsKeyPairInstanceResult
Fields
View SourceAvailabilityZone
The ID of the availability zone where the ECS instance is located.
Declaration
public readonly string AvailabilityZone
Field Value
| Type | Description |
|---|---|
| System.String |
Description
Declaration
public readonly string Description
Field Value
| Type | Description |
|---|---|
| System.String |
ImageId
Declaration
public readonly string ImageId
Field Value
| Type | Description |
|---|---|
| System.String |
InstanceId
The ID of the ECS instance.
Declaration
public readonly string InstanceId
Field Value
| Type | Description |
|---|---|
| System.String |
InstanceName
The name of the ECS instance.
Declaration
public readonly string InstanceName
Field Value
| Type | Description |
|---|---|
| System.String |
InstanceType
Declaration
public readonly string InstanceType
Field Value
| Type | Description |
|---|---|
| System.String |
KeyName
Name of the key pair.
Declaration
public readonly string KeyName
Field Value
| Type | Description |
|---|---|
| System.String |
PrivateIp
The private IP address of the ECS instance.
Declaration
public readonly string PrivateIp
Field Value
| Type | Description |
|---|---|
| System.String |
PublicIp
The public IP address or EIP of the ECS instance.
Declaration
public readonly string PublicIp
Field Value
| Type | Description |
|---|---|
| System.String |
RegionId
Declaration
public readonly string RegionId
Field Value
| Type | Description |
|---|---|
| System.String |
Status
Declaration
public readonly string Status
Field Value
| Type | Description |
|---|---|
| System.String |
VswitchId
The ID of the VSwitch attached to the ECS instance.
Declaration
public readonly string VswitchId
Field Value
| Type | Description |
|---|---|
| System.String |