GalleryImageVersionSafetyProfileArgs

data class GalleryImageVersionSafetyProfileArgs(val allowDeletionOfReplicatedLocations: Output<Boolean>? = null, val blockDeletionBeforeEndOfLife: Output<Boolean>? = null) : ConvertibleToJava<GalleryImageVersionSafetyProfileArgs>

This is the safety profile of the Gallery Image Version.

Constructors

Link copied to clipboard
constructor(allowDeletionOfReplicatedLocations: Output<Boolean>? = null, blockDeletionBeforeEndOfLife: Output<Boolean>? = null)

Properties

Link copied to clipboard

Indicates whether or not removing this Gallery Image Version from replicated regions is allowed.

Link copied to clipboard

Indicates whether or not the deletion is blocked for this Gallery Image Version if its End Of Life has not expired.

Functions

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