Class OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesFile.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.os_config_os_policy_assignment.OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesFile.Jsii$Proxy
-
- All Implemented Interfaces:
OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesFile,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesFile
@Stability(Stable) @Internal public static final class OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesFile.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesFile
An implementation forOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesFile
-
-
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.OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesFile
OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesFile.Builder, OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesFile.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesFile.Builder builder)Constructor that initializes the object based on literal property values passed by theOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesFile.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)StringgetContent()A a file with this content.OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesFileFilegetFile()file block.StringgetPath()The absolute path of the file within the VM.StringgetState()Desired state of the file.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(OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesFile.Builder builder)
Constructor that initializes the object based on literal property values passed by theOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesFile.Builder.
-
-
Method Detail
-
getPath
public final String getPath()
Description copied from interface:OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesFileThe absolute path of the file within the VM.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_os_policy_assignment#path OsConfigOsPolicyAssignment#path}
- Specified by:
getPathin interfaceOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesFile
-
getState
public final String getState()
Description copied from interface:OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesFileDesired state of the file. Possible values: ["DESIRED_STATE_UNSPECIFIED", "PRESENT", "ABSENT", "CONTENTS_MATCH"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_os_policy_assignment#state OsConfigOsPolicyAssignment#state}
- Specified by:
getStatein interfaceOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesFile
-
getContent
public final String getContent()
Description copied from interface:OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesFileA a file with this content. The size of the content is limited to 1024 characters.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_os_policy_assignment#content OsConfigOsPolicyAssignment#content}
- Specified by:
getContentin interfaceOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesFile
-
getFile
public final OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesFileFile getFile()
Description copied from interface:OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesFilefile block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_os_policy_assignment#file OsConfigOsPolicyAssignment#file}
- Specified by:
getFilein interfaceOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesFile
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-