GetInstancesResult

data class GetInstancesResult(val filters: List<GetInstancesFilter>? = null, val id: String, val ids: List<String>, val instanceStateNames: List<String>? = null, val instanceTags: Map<String, String>, val ipv6Addresses: List<String>, val privateIps: List<String>, val publicIps: List<String>)

A collection of values returned by getInstances.

Constructors

Link copied to clipboard
constructor(filters: List<GetInstancesFilter>? = null, id: String, ids: List<String>, instanceStateNames: List<String>? = null, instanceTags: Map<String, String>, ipv6Addresses: List<String>, privateIps: List<String>, publicIps: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

IDs of instances found through the filter

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

IPv6 addresses of instances found through the filter

Link copied to clipboard

Private IP addresses of instances found through the filter

Link copied to clipboard

Public IP addresses of instances found through the filter