Package com.pulumi.gcp.osconfig.inputs
Class PatchDeploymentPatchConfigPreStepWindowsExecStepConfigGcsObjectArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.gcp.osconfig.inputs.PatchDeploymentPatchConfigPreStepWindowsExecStepConfigGcsObjectArgs
-
public final class PatchDeploymentPatchConfigPreStepWindowsExecStepConfigGcsObjectArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PatchDeploymentPatchConfigPreStepWindowsExecStepConfigGcsObjectArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static PatchDeploymentPatchConfigPreStepWindowsExecStepConfigGcsObjectArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description com.pulumi.core.Output<java.lang.String>
bucket()
static PatchDeploymentPatchConfigPreStepWindowsExecStepConfigGcsObjectArgs.Builder
builder()
static PatchDeploymentPatchConfigPreStepWindowsExecStepConfigGcsObjectArgs.Builder
builder(PatchDeploymentPatchConfigPreStepWindowsExecStepConfigGcsObjectArgs defaults)
com.pulumi.core.Output<java.lang.String>
generationNumber()
com.pulumi.core.Output<java.lang.String>
object()
-
-
-
Field Detail
-
Empty
public static final PatchDeploymentPatchConfigPreStepWindowsExecStepConfigGcsObjectArgs Empty
-
-
Method Detail
-
bucket
public com.pulumi.core.Output<java.lang.String> bucket()
- Returns:
- Bucket of the Cloud Storage object.
-
generationNumber
public com.pulumi.core.Output<java.lang.String> generationNumber()
- Returns:
- Generation number of the Cloud Storage object. This is used to ensure that the ExecStep specified by this PatchJob does not change.
-
object
public com.pulumi.core.Output<java.lang.String> object()
- Returns:
- Name of the Cloud Storage object.
-
builder
public static PatchDeploymentPatchConfigPreStepWindowsExecStepConfigGcsObjectArgs.Builder builder()
-
builder
public static PatchDeploymentPatchConfigPreStepWindowsExecStepConfigGcsObjectArgs.Builder builder(PatchDeploymentPatchConfigPreStepWindowsExecStepConfigGcsObjectArgs defaults)
-
-