VolumeRelocationPropertiesArgs

data class VolumeRelocationPropertiesArgs(val relocationRequested: Output<Boolean>? = null) : ConvertibleToJava<VolumeRelocationPropertiesArgs>

Volume relocation properties

Constructors

Link copied to clipboard
constructor(relocationRequested: Output<Boolean>? = null)

Properties

Link copied to clipboard
val relocationRequested: Output<Boolean>? = null

Has relocation been requested for this volume

Functions

Link copied to clipboard
open override fun toJava(): VolumeRelocationPropertiesArgs