Interface AccessContextManagerServicePerimeterStatusVpcAccessibleServices

    • Method Detail

      • getAllowedServices

        @Stability(Stable)
        @Nullable
        default List<String> getAllowedServices()
        The list of APIs usable within the Service Perimeter. Must be empty unless 'enableRestriction' is True.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/access_context_manager_service_perimeter#allowed_services AccessContextManagerServicePerimeter#allowed_services}

      • getEnableRestriction

        @Stability(Stable)
        @Nullable
        default Object getEnableRestriction()
        Whether to restrict API calls within the Service Perimeter to the list of APIs specified in 'allowedServices'.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/access_context_manager_service_perimeter#enable_restriction AccessContextManagerServicePerimeter#enable_restriction}