Show / Hide Table of Contents

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 Source

AvailabilityZone

The ID of the availability zone where the ECS instance is located.

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

Description

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

ImageId

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

InstanceId

The ID of the ECS instance.

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

InstanceName

The name of the ECS instance.

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

InstanceType

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

KeyName

Name of the key pair.

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

PrivateIp

The private IP address of the ECS instance.

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

PublicIp

The public IP address or EIP of the ECS instance.

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

RegionId

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

Status

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

VswitchId

The ID of the VSwitch attached to the ECS instance.

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