resourcePolicies

@JvmName(name = "bkwuwqisgpbopbpo")
suspend fun resourcePolicies(value: Output<List<String>>)
@JvmName(name = "vbbxnxojjoatdvie")
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 = "rjkogpefbmaiukro")
suspend fun resourcePolicies(vararg values: Output<String>)


@JvmName(name = "gvohjrcrvqwrlsky")
suspend fun resourcePolicies(values: List<Output<String>>)
@JvmName(name = "fhhpvococcfbmshc")
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.