Package com.pulumi.gcp.osconfig.inputs
Class PatchDeploymentPatchConfigGooArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.gcp.osconfig.inputs.PatchDeploymentPatchConfigGooArgs
-
public final class PatchDeploymentPatchConfigGooArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PatchDeploymentPatchConfigGooArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static PatchDeploymentPatchConfigGooArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PatchDeploymentPatchConfigGooArgs.Builder
builder()
static PatchDeploymentPatchConfigGooArgs.Builder
builder(PatchDeploymentPatchConfigGooArgs defaults)
com.pulumi.core.Output<java.lang.Boolean>
enabled()
-
-
-
Field Detail
-
Empty
public static final PatchDeploymentPatchConfigGooArgs Empty
-
-
Method Detail
-
enabled
public com.pulumi.core.Output<java.lang.Boolean> enabled()
- Returns:
- goo update settings. Use this setting to override the default goo patch rules.
-
builder
public static PatchDeploymentPatchConfigGooArgs.Builder builder()
-
builder
public static PatchDeploymentPatchConfigGooArgs.Builder builder(PatchDeploymentPatchConfigGooArgs defaults)
-
-