toggle menu
pulumi-gcp-kotlin
6.67.1.1
jvm
switch theme
search in API
pulumi-gcp-kotlin
/
com.pulumi.gcp.compute.kotlin.outputs
/
InstanceFromTemplateAttachedDisk
Instance
From
Template
Attached
Disk
data
class
InstanceFromTemplateAttachedDisk
(
val
deviceName
:
String
?
=
null
,
val
diskEncryptionKeyRaw
:
String
?
=
null
,
val
diskEncryptionKeySha256
:
String
?
=
null
,
val
kmsKeySelfLink
:
String
?
=
null
,
val
mode
:
String
?
=
null
,
val
source
:
String
)
Members
Constructors
Instance
From
Template
Attached
Disk
Link copied to clipboard
constructor
(
deviceName
:
String
?
=
null
,
diskEncryptionKeyRaw
:
String
?
=
null
,
diskEncryptionKeySha256
:
String
?
=
null
,
kmsKeySelfLink
:
String
?
=
null
,
mode
:
String
?
=
null
,
source
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
device
Name
Link copied to clipboard
val
deviceName
:
String
?
=
null
disk
Encryption
Key
Raw
Link copied to clipboard
val
diskEncryptionKeyRaw
:
String
?
=
null
disk
Encryption
Key
Sha256
Link copied to clipboard
val
diskEncryptionKeySha256
:
String
?
=
null
kms
Key
Self
Link
Link copied to clipboard
val
kmsKeySelfLink
:
String
?
=
null
mode
Link copied to clipboard
val
mode
:
String
?
=
null
source
Link copied to clipboard
val
source
:
String