PatchDeploymentPatchConfigPreStepWindowsExecStepConfigGcsObjectArgs

data class PatchDeploymentPatchConfigPreStepWindowsExecStepConfigGcsObjectArgs(val bucket: Output<String>, val generationNumber: Output<String>, val object: Output<String>) : ConvertibleToJava<PatchDeploymentPatchConfigPreStepWindowsExecStepConfigGcsObjectArgs>

Constructors

constructor(bucket: Output<String>, generationNumber: Output<String>, object: Output<String>)

Properties

Link copied to clipboard
val bucket: Output<String>

Bucket of the Cloud Storage object.

Link copied to clipboard

Generation number of the Cloud Storage object. This is used to ensure that the ExecStep specified by this PatchJob does not change.

Link copied to clipboard
val object: Output<String>

Name of the Cloud Storage object.

Functions

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