Package com.pulumi.gcp.osconfig.outputs
Class PatchDeploymentPatchConfig.Builder
- java.lang.Object
-
- com.pulumi.gcp.osconfig.outputs.PatchDeploymentPatchConfig.Builder
-
- Enclosing class:
- PatchDeploymentPatchConfig
public static final class PatchDeploymentPatchConfig.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(PatchDeploymentPatchConfig defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PatchDeploymentPatchConfig.Builder
apt(PatchDeploymentPatchConfigApt apt)
PatchDeploymentPatchConfig
build()
PatchDeploymentPatchConfig.Builder
goo(PatchDeploymentPatchConfigGoo goo)
PatchDeploymentPatchConfig.Builder
migInstancesAllowed(java.lang.Boolean migInstancesAllowed)
PatchDeploymentPatchConfig.Builder
postStep(PatchDeploymentPatchConfigPostStep postStep)
PatchDeploymentPatchConfig.Builder
preStep(PatchDeploymentPatchConfigPreStep preStep)
PatchDeploymentPatchConfig.Builder
rebootConfig(java.lang.String rebootConfig)
PatchDeploymentPatchConfig.Builder
windowsUpdate(PatchDeploymentPatchConfigWindowsUpdate windowsUpdate)
PatchDeploymentPatchConfig.Builder
yum(PatchDeploymentPatchConfigYum yum)
PatchDeploymentPatchConfig.Builder
zypper(PatchDeploymentPatchConfigZypper zypper)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(PatchDeploymentPatchConfig defaults)
-
-
Method Detail
-
apt
public PatchDeploymentPatchConfig.Builder apt(@Nullable PatchDeploymentPatchConfigApt apt)
-
goo
public PatchDeploymentPatchConfig.Builder goo(@Nullable PatchDeploymentPatchConfigGoo goo)
-
migInstancesAllowed
public PatchDeploymentPatchConfig.Builder migInstancesAllowed(@Nullable java.lang.Boolean migInstancesAllowed)
-
postStep
public PatchDeploymentPatchConfig.Builder postStep(@Nullable PatchDeploymentPatchConfigPostStep postStep)
-
preStep
public PatchDeploymentPatchConfig.Builder preStep(@Nullable PatchDeploymentPatchConfigPreStep preStep)
-
rebootConfig
public PatchDeploymentPatchConfig.Builder rebootConfig(@Nullable java.lang.String rebootConfig)
-
windowsUpdate
public PatchDeploymentPatchConfig.Builder windowsUpdate(@Nullable PatchDeploymentPatchConfigWindowsUpdate windowsUpdate)
-
yum
public PatchDeploymentPatchConfig.Builder yum(@Nullable PatchDeploymentPatchConfigYum yum)
-
zypper
public PatchDeploymentPatchConfig.Builder zypper(@Nullable PatchDeploymentPatchConfigZypper zypper)
-
build
public PatchDeploymentPatchConfig build()
-
-