Class OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgRpmSource.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.os_config_os_policy_assignment.OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgRpmSource.Jsii$Proxy
-
- All Implemented Interfaces:
OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgRpmSource,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgRpmSource
@Stability(Stable) @Internal public static final class OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgRpmSource.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgRpmSource
An implementation forOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgRpmSource
-
-
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.OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgRpmSource
OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgRpmSource.Builder, OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgRpmSource.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgRpmSource.Builder builder)Constructor that initializes the object based on literal property values passed by theOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgRpmSource.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.OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgRpmSourceGcsgetGcs()gcs block.StringgetLocalPath()A local path within the VM to use.OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgRpmSourceRemotegetRemote()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(OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgRpmSource.Builder builder)
Constructor that initializes the object based on literal property values passed by theOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgRpmSource.Builder.
-
-
Method Detail
-
getAllowInsecure
public final Object getAllowInsecure()
Description copied from interface:OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgRpmSourceDefaults 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 interfaceOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgRpmSource
-
getGcs
public final OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgRpmSourceGcs getGcs()
Description copied from interface:OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgRpmSourcegcs 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 interfaceOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgRpmSource
-
getLocalPath
public final String getLocalPath()
Description copied from interface:OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgRpmSourceA 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 interfaceOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgRpmSource
-
getRemote
public final OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgRpmSourceRemote getRemote()
Description copied from interface:OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgRpmSourceremote 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 interfaceOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgRpmSource
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-