toggle menu
pulumi-gcp-kotlin
8.31.0.0
jvm
switch theme
search in API
pulumi-gcp-kotlin
/
com.pulumi.gcp.compute.kotlin.outputs
/
GetInstanceGuestAttributesQueryValue
Get
Instance
Guest
Attributes
Query
Value
data
class
GetInstanceGuestAttributesQueryValue
(
val
key
:
String
,
val
namespace
:
String
,
val
value
:
String
)
Members
Constructors
Get
Instance
Guest
Attributes
Query
Value
Link copied to clipboard
constructor
(
key
:
String
,
namespace
:
String
,
value
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
key
Link copied to clipboard
val
key
:
String
Key of the guest_attribute.
namespace
Link copied to clipboard
val
namespace
:
String
Namespace of the guest_attribute.
value
Link copied to clipboard
val
value
:
String
Value of the guest_attribute.