Interface OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesFile

    • Method Detail

      • getPath

        @Stability(Stable)
        @NotNull
        String getPath()
        The 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}

      • getState

        @Stability(Stable)
        @NotNull
        String getState()
        Desired 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}

      • getContent

        @Stability(Stable)
        @Nullable
        default String getContent()
        A 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}