OsConfigPatchDeployment.Builder |
OsConfigPatchDeployment.Builder.connection(com.hashicorp.cdktf.SSHProvisionerConnection connection) |
|
OsConfigPatchDeployment.Builder |
OsConfigPatchDeployment.Builder.connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection) |
|
OsConfigPatchDeployment.Builder |
OsConfigPatchDeployment.Builder.count(com.hashicorp.cdktf.TerraformCount count) |
|
OsConfigPatchDeployment.Builder |
OsConfigPatchDeployment.Builder.count(Number count) |
|
static OsConfigPatchDeployment.Builder |
OsConfigPatchDeployment.Builder.create(software.constructs.Construct scope,
String id) |
|
OsConfigPatchDeployment.Builder |
OsConfigPatchDeployment.Builder.dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn) |
|
OsConfigPatchDeployment.Builder |
OsConfigPatchDeployment.Builder.description(String description) |
Description of the patch deployment.
|
OsConfigPatchDeployment.Builder |
OsConfigPatchDeployment.Builder.duration(String duration) |
Duration of the patch.
|
OsConfigPatchDeployment.Builder |
OsConfigPatchDeployment.Builder.forEach(com.hashicorp.cdktf.ITerraformIterator forEach) |
|
OsConfigPatchDeployment.Builder |
OsConfigPatchDeployment.Builder.id(String id) |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#id OsConfigPatchDeployment#id}.
|
OsConfigPatchDeployment.Builder |
OsConfigPatchDeployment.Builder.instanceFilter(OsConfigPatchDeploymentInstanceFilter instanceFilter) |
instance_filter block.
|
OsConfigPatchDeployment.Builder |
OsConfigPatchDeployment.Builder.lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle) |
|
OsConfigPatchDeployment.Builder |
OsConfigPatchDeployment.Builder.oneTimeSchedule(OsConfigPatchDeploymentOneTimeSchedule oneTimeSchedule) |
one_time_schedule block.
|
OsConfigPatchDeployment.Builder |
OsConfigPatchDeployment.Builder.patchConfig(OsConfigPatchDeploymentPatchConfig patchConfig) |
patch_config block.
|
OsConfigPatchDeployment.Builder |
OsConfigPatchDeployment.Builder.patchDeploymentId(String patchDeploymentId) |
A name for the patch deployment in the project.
|
OsConfigPatchDeployment.Builder |
OsConfigPatchDeployment.Builder.project(String project) |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#project OsConfigPatchDeployment#project}.
|
OsConfigPatchDeployment.Builder |
OsConfigPatchDeployment.Builder.provider(com.hashicorp.cdktf.TerraformProvider provider) |
|
OsConfigPatchDeployment.Builder |
OsConfigPatchDeployment.Builder.provisioners(List<? extends Object> provisioners) |
|
OsConfigPatchDeployment.Builder |
OsConfigPatchDeployment.Builder.recurringSchedule(OsConfigPatchDeploymentRecurringSchedule recurringSchedule) |
recurring_schedule block.
|
OsConfigPatchDeployment.Builder |
OsConfigPatchDeployment.Builder.rollout(OsConfigPatchDeploymentRollout rollout) |
rollout block.
|
OsConfigPatchDeployment.Builder |
OsConfigPatchDeployment.Builder.timeouts(OsConfigPatchDeploymentTimeouts timeouts) |
timeouts block.
|