Interface OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesRepositoryYum

    • Method Detail

      • getBaseUrl

        @Stability(Stable)
        @NotNull
        String getBaseUrl()
        The location of the repository directory.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_os_policy_assignment#base_url OsConfigOsPolicyAssignment#base_url}

      • getId

        @Stability(Stable)
        @NotNull
        String getId()
        A one word, unique name for this repository.

        This is the 'repo id' in the yum config file and also the 'display_name' if 'display_name' is omitted. This id is also used as the unique identifier when checking for resource conflicts. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_os_policy_assignment#id OsConfigOsPolicyAssignment#id} Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.

      • getDisplayName

        @Stability(Stable)
        @Nullable
        default String getDisplayName()
        The display name of the repository.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_os_policy_assignment#display_name OsConfigOsPolicyAssignment#display_name}

      • getGpgKeys

        @Stability(Stable)
        @Nullable
        default List<String> getGpgKeys()
        URIs of GPG keys.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_os_policy_assignment#gpg_keys OsConfigOsPolicyAssignment#gpg_keys}