resourcePolicies

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


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