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

Fields

View Source

AvailabilityZone

Availability zone where instances are located.

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

CreationTime

Instance creation time.

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

Description

Instance description.

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

DiskDeviceMappings

Description of the attached disks.

Declaration
public readonly ImmutableArray<GetInstancesInstanceDiskDeviceMappingResult> DiskDeviceMappings
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetInstancesInstanceDiskDeviceMappingResult>
View Source

Eip

EIP address the VPC instance is using.

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

Id

ID of the instance.

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

ImageId

The image ID of some ECS instance used.

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

InstanceChargeType

Instance charge type.

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

InstanceType

Instance type.

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

InternetChargeType

Instance network charge type.

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

InternetMaxBandwidthOut

Max output bandwidth for internet.

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

KeyName

Key pair the instance is using.

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

Name

Instance name.

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

PrivateIp

Instance private IP address.

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

PublicIp

Instance public IP address.

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

RamRoleName

The RAM role name which the instance attaches.

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

RegionId

Region ID the instance belongs to.

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

ResourceGroupId

The Id of resource group which the instance belongs.

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

SecurityGroups

List of security group IDs the instance belongs to.

Declaration
public readonly ImmutableArray<string> SecurityGroups
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

SpotStrategy

Spot strategy the instance is using.

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

Status

Instance status. Valid values: "Creating", "Starting", "Running", "Stopping" and "Stopped". If undefined, all statuses are considered.

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

Tags

A map of tags assigned to the ECS instances. It must be in the format:

data &quot;alicloud.ecs.getInstances&quot; &quot;taggedInstances&quot; {
tags = {
tagKey1 = &quot;tagValue1&quot;,
tagKey2 = &quot;tagValue2&quot;
}
}
Declaration
public readonly ImmutableDictionary<string, object> Tags
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.Object>
View Source

VpcId

ID of the VPC linked to the instances.

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

VswitchId

ID of the VSwitch linked to the instances.

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