GetInstanceGuestAttributesResult

data class GetInstanceGuestAttributesResult(val id: String, val name: String, val project: String, val queryPath: String? = null, val queryValues: List<GetInstanceGuestAttributesQueryValue>, val region: String, val variableKey: String? = null, val variableValue: String, val zone: String)

A collection of values returned by getInstanceGuestAttributes.

Constructors

Link copied to clipboard
constructor(id: String, name: String, project: String, queryPath: String? = null, queryValues: List<GetInstanceGuestAttributesQueryValue>, region: String, variableKey: String? = null, variableValue: String, zone: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val queryPath: String? = null
Link copied to clipboard

Structure is documented below.

Link copied to clipboard
Link copied to clipboard
val variableKey: String? = null
Link copied to clipboard

Value of the queried guest_attribute.

Link copied to clipboard