Class GetInstancesResult
Inheritance
System.Object
GetInstancesResult
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.Aws.Ec2
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetInstancesResult
Fields
View SourceFilters
Declaration
public readonly ImmutableArray<GetInstancesFilterResult> Filters
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetInstancesFilterResult> |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Ids
IDs of instances found through the filter
Declaration
public readonly ImmutableArray<string> Ids
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
InstanceStateNames
Declaration
public readonly ImmutableArray<string> InstanceStateNames
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
InstanceTags
Declaration
public readonly ImmutableDictionary<string, object> InstanceTags
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.Object> |
PrivateIps
Private IP addresses of instances found through the filter
Declaration
public readonly ImmutableArray<string> PrivateIps
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
PublicIps
Public IP addresses of instances found through the filter
Declaration
public readonly ImmutableArray<string> PublicIps
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |