resourcePolicies

@JvmName(name = "rnipitjabqjprlgt")
suspend fun resourcePolicies(value: Output<List<String>>)
@JvmName(name = "nmuiteoopumpgasa")
suspend fun resourcePolicies(value: List<String>?)

Parameters

value

Resource policies applied to this disk for automatic snapshot creations. ~>NOTE This value does not support updating the resource policy, as resource policies can not be updated more than one at a time. Use gcp.compute.DiskResourcePolicyAttachment to allow for updating the resource policy attached to the disk.


@JvmName(name = "kmdtvhlkpiruqagp")
suspend fun resourcePolicies(vararg values: Output<String>)


@JvmName(name = "mbfnffvyftyxsssd")
suspend fun resourcePolicies(values: List<Output<String>>)
@JvmName(name = "puaobskwynqpfqcf")
suspend fun resourcePolicies(vararg values: String)

Parameters

values

Resource policies applied to this disk for automatic snapshot creations. ~>NOTE This value does not support updating the resource policy, as resource policies can not be updated more than one at a time. Use gcp.compute.DiskResourcePolicyAttachment to allow for updating the resource policy attached to the disk.