Package com.pulumi.gcp.osconfig.inputs
Class PatchDeploymentPatchConfigPostStepLinuxExecStepConfigGcsObjectArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.gcp.osconfig.inputs.PatchDeploymentPatchConfigPostStepLinuxExecStepConfigGcsObjectArgs
-
public final class PatchDeploymentPatchConfigPostStepLinuxExecStepConfigGcsObjectArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PatchDeploymentPatchConfigPostStepLinuxExecStepConfigGcsObjectArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static PatchDeploymentPatchConfigPostStepLinuxExecStepConfigGcsObjectArgs
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 PatchDeploymentPatchConfigPostStepLinuxExecStepConfigGcsObjectArgs.Builder
builder()
static PatchDeploymentPatchConfigPostStepLinuxExecStepConfigGcsObjectArgs.Builder
builder(PatchDeploymentPatchConfigPostStepLinuxExecStepConfigGcsObjectArgs defaults)
com.pulumi.core.Output<java.lang.String>
generationNumber()
com.pulumi.core.Output<java.lang.String>
object()
-
-
-
Field Detail
-
Empty
public static final PatchDeploymentPatchConfigPostStepLinuxExecStepConfigGcsObjectArgs 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 PatchDeploymentPatchConfigPostStepLinuxExecStepConfigGcsObjectArgs.Builder builder()
-
builder
public static PatchDeploymentPatchConfigPostStepLinuxExecStepConfigGcsObjectArgs.Builder builder(PatchDeploymentPatchConfigPostStepLinuxExecStepConfigGcsObjectArgs defaults)
-
-