RestorePointCollectionSourcePropertiesArgs

data class RestorePointCollectionSourcePropertiesArgs(val id: Output<String>? = null) : ConvertibleToJava<RestorePointCollectionSourcePropertiesArgs>

The properties of the source resource that this restore point collection is created from.

Constructors

constructor(id: Output<String>? = null)

Properties

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

Resource Id of the source resource used to create this restore point collection

Functions

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