GetInstanceGuestAttributesPlainArgs

data class GetInstanceGuestAttributesPlainArgs(val name: String, val project: String? = null, val queryPath: String? = null, val region: String? = null, val variableKey: String? = null, val zone: String? = null) : ConvertibleToJava<GetInstanceGuestAttributesPlainArgs>

A collection of arguments for invoking getInstanceGuestAttributes.

Constructors

Link copied to clipboard
constructor(name: String, project: String? = null, queryPath: String? = null, region: String? = null, variableKey: String? = null, zone: String? = null)

Properties

Link copied to clipboard

The name or self_link of the instance.

Link copied to clipboard
val project: String? = null

The ID of the project in which the resource belongs. If self_link is provided, this value is ignored. If neither self_link nor project are provided, the provider project is used.

Link copied to clipboard
val queryPath: String? = null

Path to query for the guest attributes. Consists of namespace name for the attributes followed with a /.

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

Key of a variable to get the value of. Consists of namespace name and key name for the variable separated by a /.

Link copied to clipboard
val zone: String? = null

The zone of the instance. If self_link is provided, this value is ignored. If neither self_link nor zone are provided, the provider zone is used.

Functions

Link copied to clipboard
open override fun toJava(): GetInstanceGuestAttributesPlainArgs