pulumi-gcp-kotlin
6.67.0.0
pulumi-gcp-kotlin
/
com.pulumi.gcp.bigtable.kotlin.inputs
/
GCPolicyMaxVersionArgs
GCPolicy
Max
Version
Args
data
class
GCPolicyMaxVersionArgs
(
val
number
:
Output
<
Int
>
)
:
ConvertibleToJava
<
GCPolicyMaxVersionArgs
>
Constructors
Functions
Properties
Constructors
GCPolicy
Max
Version
Args
Link copied to clipboard
fun
GCPolicyMaxVersionArgs
(
number
:
Output
<
Int
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GCPolicyMaxVersionArgs
Properties
number
Link copied to clipboard
val
number
:
Output
<
Int
>
Number of version before applying the GC policy.
-----