Class OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgRpm.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.os_config_os_policy_assignment.OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgRpm.Jsii$Proxy
-
- All Implemented Interfaces:
OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgRpm,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgRpm
@Stability(Stable) @Internal public static final class OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgRpm.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgRpm
An implementation forOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgRpm
-
-
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.OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgRpm
OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgRpm.Builder, OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgRpm.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgRpm.Builder builder)Constructor that initializes the object based on literal property values passed by theOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgRpm.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)ObjectgetPullDeps()Whether dependencies should also be installed.OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgRpmSourcegetSource()source 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(OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgRpm.Builder builder)
Constructor that initializes the object based on literal property values passed by theOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgRpm.Builder.
-
-
Method Detail
-
getSource
public final OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgRpmSource getSource()
Description copied from interface:OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgRpmsource block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_os_policy_assignment#source OsConfigOsPolicyAssignment#source}
- Specified by:
getSourcein interfaceOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgRpm
-
getPullDeps
public final Object getPullDeps()
Description copied from interface:OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgRpmWhether dependencies should also be installed.* install when false: 'rpm --upgrade --replacepkgs package.rpm' - install when true: 'yum -y install package.rpm' or 'zypper -y install package.rpm' Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_os_policy_assignment#pull_deps OsConfigOsPolicyAssignment#pull_deps}
- Specified by:
getPullDepsin interfaceOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgRpm
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-