Class OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesExecEnforceFile.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.os_config_os_policy_assignment.OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesExecEnforceFile.Jsii$Proxy
-
- All Implemented Interfaces:
OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesExecEnforceFile,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesExecEnforceFile
@Stability(Stable) @Internal public static final class OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesExecEnforceFile.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesExecEnforceFile
An implementation forOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesExecEnforceFile
-
-
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_os_policy_assignment.OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesExecEnforceFile
OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesExecEnforceFile.Builder, OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesExecEnforceFile.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesExecEnforceFile.Builder builder)Constructor that initializes the object based on literal property values passed by theOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesExecEnforceFile.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)ObjectgetAllowInsecure()Defaults to false.OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesExecEnforceFileGcsgetGcs()gcs block.StringgetLocalPath()A local path within the VM to use.OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesExecEnforceFileRemotegetRemote()remote 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(OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesExecEnforceFile.Builder builder)
Constructor that initializes the object based on literal property values passed by theOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesExecEnforceFile.Builder.
-
-
Method Detail
-
getAllowInsecure
public final Object getAllowInsecure()
Description copied from interface:OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesExecEnforceFileDefaults to false.When false, files are subject to validations based on the file type: Remote: A checksum must be specified. Cloud Storage: An object generation number must be specified. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_os_policy_assignment#allow_insecure OsConfigOsPolicyAssignment#allow_insecure}
- Specified by:
getAllowInsecurein interfaceOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesExecEnforceFile
-
getGcs
public final OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesExecEnforceFileGcs getGcs()
Description copied from interface:OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesExecEnforceFilegcs block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_os_policy_assignment#gcs OsConfigOsPolicyAssignment#gcs}
- Specified by:
getGcsin interfaceOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesExecEnforceFile
-
getLocalPath
public final String getLocalPath()
Description copied from interface:OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesExecEnforceFileA local path within the VM to use.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_os_policy_assignment#local_path OsConfigOsPolicyAssignment#local_path}
- Specified by:
getLocalPathin interfaceOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesExecEnforceFile
-
getRemote
public final OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesExecEnforceFileRemote getRemote()
Description copied from interface:OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesExecEnforceFileremote block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_os_policy_assignment#remote OsConfigOsPolicyAssignment#remote}
- Specified by:
getRemotein interfaceOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesExecEnforceFile
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-