Package com.pulumi.gcp.osconfig.outputs
Class PatchDeploymentPatchConfigPreStepLinuxExecStepConfigGcsObject
- java.lang.Object
-
- com.pulumi.gcp.osconfig.outputs.PatchDeploymentPatchConfigPreStepLinuxExecStepConfigGcsObject
-
public final class PatchDeploymentPatchConfigPreStepLinuxExecStepConfigGcsObject extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PatchDeploymentPatchConfigPreStepLinuxExecStepConfigGcsObject.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
bucket()
static PatchDeploymentPatchConfigPreStepLinuxExecStepConfigGcsObject.Builder
builder()
static PatchDeploymentPatchConfigPreStepLinuxExecStepConfigGcsObject.Builder
builder(PatchDeploymentPatchConfigPreStepLinuxExecStepConfigGcsObject defaults)
java.lang.String
generationNumber()
java.lang.String
object()
-
-
-
Method Detail
-
bucket
public java.lang.String bucket()
- Returns:
- Bucket of the Cloud Storage object.
-
generationNumber
public 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 java.lang.String object()
- Returns:
- Name of the Cloud Storage object.
-
builder
public static PatchDeploymentPatchConfigPreStepLinuxExecStepConfigGcsObject.Builder builder()
-
builder
public static PatchDeploymentPatchConfigPreStepLinuxExecStepConfigGcsObject.Builder builder(PatchDeploymentPatchConfigPreStepLinuxExecStepConfigGcsObject defaults)
-
-