ManagedByInfoArgs

data class ManagedByInfoArgs(val resourceId: Output<String>? = null) : ConvertibleToJava<ManagedByInfoArgs>

Parent resource information.

Constructors

Link copied to clipboard
constructor(resourceId: Output<String>? = null)

Properties

Link copied to clipboard
val resourceId: Output<String>? = null

Resource ID of the resource managing the volume, this is a restricted field and can only be set for internal use.

Functions

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