Class OsConfigPatchDeploymentConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.os_config_patch_deployment.OsConfigPatchDeploymentConfig.Jsii$Proxy
-
- All Implemented Interfaces:
OsConfigPatchDeploymentConfig,com.hashicorp.cdktf.TerraformMetaArguments,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- OsConfigPatchDeploymentConfig
@Stability(Stable) @Internal public static final class OsConfigPatchDeploymentConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements OsConfigPatchDeploymentConfig
An implementation forOsConfigPatchDeploymentConfig
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.os_config_patch_deployment.OsConfigPatchDeploymentConfig
OsConfigPatchDeploymentConfig.Builder, OsConfigPatchDeploymentConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(OsConfigPatchDeploymentConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theOsConfigPatchDeploymentConfig.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)ObjectgetConnection()ObjectgetCount()List<com.hashicorp.cdktf.ITerraformDependable>getDependsOn()StringgetDescription()Description of the patch deployment.StringgetDuration()Duration of the patch.com.hashicorp.cdktf.ITerraformIteratorgetForEach()StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#id OsConfigPatchDeployment#id}.OsConfigPatchDeploymentInstanceFiltergetInstanceFilter()instance_filter block.com.hashicorp.cdktf.TerraformResourceLifecyclegetLifecycle()OsConfigPatchDeploymentOneTimeSchedulegetOneTimeSchedule()one_time_schedule block.OsConfigPatchDeploymentPatchConfiggetPatchConfig()patch_config block.StringgetPatchDeploymentId()A name for the patch deployment in the project.StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#project OsConfigPatchDeployment#project}.com.hashicorp.cdktf.TerraformProvidergetProvider()List<Object>getProvisioners()OsConfigPatchDeploymentRecurringSchedulegetRecurringSchedule()recurring_schedule block.OsConfigPatchDeploymentRolloutgetRollout()rollout block.OsConfigPatchDeploymentTimeoutsgetTimeouts()timeouts block.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(OsConfigPatchDeploymentConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theOsConfigPatchDeploymentConfig.Builder.
-
-
Method Detail
-
getInstanceFilter
public final OsConfigPatchDeploymentInstanceFilter getInstanceFilter()
Description copied from interface:OsConfigPatchDeploymentConfiginstance_filter block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#instance_filter OsConfigPatchDeployment#instance_filter}
- Specified by:
getInstanceFilterin interfaceOsConfigPatchDeploymentConfig
-
getPatchDeploymentId
public final String getPatchDeploymentId()
Description copied from interface:OsConfigPatchDeploymentConfigA name for the patch deployment in the project.When creating a name the following rules apply: * Must contain only lowercase letters, numbers, and hyphens. * Must start with a letter. * Must be between 1-63 characters. * Must end with a number or a letter. * Must be unique within the project. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#patch_deployment_id OsConfigPatchDeployment#patch_deployment_id}
- Specified by:
getPatchDeploymentIdin interfaceOsConfigPatchDeploymentConfig
-
getDescription
public final String getDescription()
Description copied from interface:OsConfigPatchDeploymentConfigDescription of the patch deployment. Length of the description is limited to 1024 characters.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#description OsConfigPatchDeployment#description}
- Specified by:
getDescriptionin interfaceOsConfigPatchDeploymentConfig
-
getDuration
public final String getDuration()
Description copied from interface:OsConfigPatchDeploymentConfigDuration of the patch.After the duration ends, the patch times out. A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s" Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#duration OsConfigPatchDeployment#duration}
- Specified by:
getDurationin interfaceOsConfigPatchDeploymentConfig
-
getId
public final String getId()
Description copied from interface:OsConfigPatchDeploymentConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#id OsConfigPatchDeployment#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
- Specified by:
getIdin interfaceOsConfigPatchDeploymentConfig
-
getOneTimeSchedule
public final OsConfigPatchDeploymentOneTimeSchedule getOneTimeSchedule()
Description copied from interface:OsConfigPatchDeploymentConfigone_time_schedule block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#one_time_schedule OsConfigPatchDeployment#one_time_schedule}
- Specified by:
getOneTimeSchedulein interfaceOsConfigPatchDeploymentConfig
-
getPatchConfig
public final OsConfigPatchDeploymentPatchConfig getPatchConfig()
Description copied from interface:OsConfigPatchDeploymentConfigpatch_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#patch_config OsConfigPatchDeployment#patch_config}
- Specified by:
getPatchConfigin interfaceOsConfigPatchDeploymentConfig
-
getProject
public final String getProject()
Description copied from interface:OsConfigPatchDeploymentConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#project OsConfigPatchDeployment#project}.- Specified by:
getProjectin interfaceOsConfigPatchDeploymentConfig
-
getRecurringSchedule
public final OsConfigPatchDeploymentRecurringSchedule getRecurringSchedule()
Description copied from interface:OsConfigPatchDeploymentConfigrecurring_schedule block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#recurring_schedule OsConfigPatchDeployment#recurring_schedule}
- Specified by:
getRecurringSchedulein interfaceOsConfigPatchDeploymentConfig
-
getRollout
public final OsConfigPatchDeploymentRollout getRollout()
Description copied from interface:OsConfigPatchDeploymentConfigrollout block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#rollout OsConfigPatchDeployment#rollout}
- Specified by:
getRolloutin interfaceOsConfigPatchDeploymentConfig
-
getTimeouts
public final OsConfigPatchDeploymentTimeouts getTimeouts()
Description copied from interface:OsConfigPatchDeploymentConfigtimeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#timeouts OsConfigPatchDeployment#timeouts}
- Specified by:
getTimeoutsin interfaceOsConfigPatchDeploymentConfig
-
getConnection
public final Object getConnection()
- Specified by:
getConnectionin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getCount
public final Object getCount()
- Specified by:
getCountin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getDependsOn
public final List<com.hashicorp.cdktf.ITerraformDependable> getDependsOn()
- Specified by:
getDependsOnin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getForEach
public final com.hashicorp.cdktf.ITerraformIterator getForEach()
- Specified by:
getForEachin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getLifecycle
public final com.hashicorp.cdktf.TerraformResourceLifecycle getLifecycle()
- Specified by:
getLifecyclein interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvider
public final com.hashicorp.cdktf.TerraformProvider getProvider()
- Specified by:
getProviderin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvisioners
public final List<Object> getProvisioners()
- Specified by:
getProvisionersin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-