Class GetInstancesInstanceResult
Inheritance
Inherited Members
Namespace: Pulumi.AliCloud.Ecs.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetInstancesInstanceResult
Fields
View SourceAvailabilityZone
Availability zone where instances are located.
Declaration
public readonly string AvailabilityZone
Field Value
| Type | Description |
|---|---|
| System.String |
CreationTime
Instance creation time.
Declaration
public readonly string CreationTime
Field Value
| Type | Description |
|---|---|
| System.String |
Description
Instance description.
Declaration
public readonly string Description
Field Value
| Type | Description |
|---|---|
| System.String |
DiskDeviceMappings
Description of the attached disks.
Declaration
public readonly ImmutableArray<GetInstancesInstanceDiskDeviceMappingResult> DiskDeviceMappings
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetInstancesInstanceDiskDeviceMappingResult> |
Eip
EIP address the VPC instance is using.
Declaration
public readonly string Eip
Field Value
| Type | Description |
|---|---|
| System.String |
Id
ID of the instance.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
ImageId
The image ID of some ECS instance used.
Declaration
public readonly string ImageId
Field Value
| Type | Description |
|---|---|
| System.String |
InstanceChargeType
Instance charge type.
Declaration
public readonly string InstanceChargeType
Field Value
| Type | Description |
|---|---|
| System.String |
InstanceType
Instance type.
Declaration
public readonly string InstanceType
Field Value
| Type | Description |
|---|---|
| System.String |
InternetChargeType
Instance network charge type.
Declaration
public readonly string InternetChargeType
Field Value
| Type | Description |
|---|---|
| System.String |
InternetMaxBandwidthOut
Max output bandwidth for internet.
Declaration
public readonly int InternetMaxBandwidthOut
Field Value
| Type | Description |
|---|---|
| System.Int32 |
KeyName
Key pair the instance is using.
Declaration
public readonly string KeyName
Field Value
| Type | Description |
|---|---|
| System.String |
Name
Instance name.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
PrivateIp
Instance private IP address.
Declaration
public readonly string PrivateIp
Field Value
| Type | Description |
|---|---|
| System.String |
PublicIp
Instance public IP address.
Declaration
public readonly string PublicIp
Field Value
| Type | Description |
|---|---|
| System.String |
RamRoleName
The RAM role name which the instance attaches.
Declaration
public readonly string RamRoleName
Field Value
| Type | Description |
|---|---|
| System.String |
RegionId
Region ID the instance belongs to.
Declaration
public readonly string RegionId
Field Value
| Type | Description |
|---|---|
| System.String |
ResourceGroupId
The Id of resource group which the instance belongs.
Declaration
public readonly string ResourceGroupId
Field Value
| Type | Description |
|---|---|
| System.String |
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> |
SpotStrategy
Spot strategy the instance is using.
Declaration
public readonly string SpotStrategy
Field Value
| Type | Description |
|---|---|
| System.String |
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 |
Tags
A map of tags assigned to the ECS instances. It must be in the format:
data "alicloud.ecs.getInstances" "taggedInstances" {
tags = {
tagKey1 = "tagValue1",
tagKey2 = "tagValue2"
}
}
Declaration
public readonly ImmutableDictionary<string, object> Tags
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.Object> |
VpcId
ID of the VPC linked to the instances.
Declaration
public readonly string VpcId
Field Value
| Type | Description |
|---|---|
| System.String |
VswitchId
ID of the VSwitch linked to the instances.
Declaration
public readonly string VswitchId
Field Value
| Type | Description |
|---|---|
| System.String |