toggle menu
pulumi-google-native-kotlin
0.31.1.2
jvm
switch theme
search in API
pulumi-google-native-kotlin
/
com.pulumi.googlenative.compute.v1.kotlin.inputs
/
FileContentBufferArgs
File
Content
Buffer
Args
data
class
FileContentBufferArgs
(
val
content
:
Output
<
String
>
?
=
null
,
val
fileType
:
Output
<
FileContentBufferFileType
>
?
=
null
)
:
ConvertibleToJava
<
FileContentBufferArgs
>
Members
Constructors
File
Content
Buffer
Args
Link copied to clipboard
constructor
(
content
:
Output
<
String
>
?
=
null
,
fileType
:
Output
<
FileContentBufferFileType
>
?
=
null
)
Properties
content
Link copied to clipboard
val
content
:
Output
<
String
>
?
=
null
The raw content in the secure keys file.
file
Type
Link copied to clipboard
val
fileType
:
Output
<
FileContentBufferFileType
>
?
=
null
The file type of source file.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
FileContentBufferArgs