Interface GkeHubFeatureFleetDefaultMemberConfigConfigmanagementConfigSyncOci

    • Method Detail

      • getSecretType

        @Stability(Stable)
        @NotNull
        String getSecretType()
        Type of secret configured for access to the Git repo.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_hub_feature#secret_type GkeHubFeature#secret_type}

      • getGcpServiceAccountEmail

        @Stability(Stable)
        @Nullable
        default String getGcpServiceAccountEmail()
        The Google Cloud Service Account Email used for auth when secretType is gcpServiceAccount.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_hub_feature#gcp_service_account_email GkeHubFeature#gcp_service_account_email}

      • getPolicyDir

        @Stability(Stable)
        @Nullable
        default String getPolicyDir()
        The absolute path of the directory that contains the local resources. Default: the root directory of the image.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_hub_feature#policy_dir GkeHubFeature#policy_dir}

      • getSyncRepo

        @Stability(Stable)
        @Nullable
        default String getSyncRepo()
        The OCI image repository URL for the package to sync from.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_hub_feature#sync_repo GkeHubFeature#sync_repo}

      • getSyncWaitSecs

        @Stability(Stable)
        @Nullable
        default String getSyncWaitSecs()
        Period in seconds between consecutive syncs. Default: 15.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_hub_feature#sync_wait_secs GkeHubFeature#sync_wait_secs}

      • getVersion

        @Stability(Stable)
        @Nullable
        default String getVersion()
        Version of ACM installed.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_hub_feature#version GkeHubFeature#version}