Class AccessContextManagerServicePerimeterResource.Builder

    • Method Detail

      • perimeterName

        @Stability(Stable)
        public AccessContextManagerServicePerimeterResource.Builder perimeterName​(String perimeterName)
        The name of the Service Perimeter to add this resource to.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/access_context_manager_service_perimeter_resource#perimeter_name AccessContextManagerServicePerimeterResource#perimeter_name}

        Parameters:
        perimeterName - The name of the Service Perimeter to add this resource to. This parameter is required.
        Returns:
        this
      • resource

        @Stability(Stable)
        public AccessContextManagerServicePerimeterResource.Builder resource​(String resource)
        A GCP resource that is inside of the service perimeter. Currently only projects are allowed. Format: projects/{project_number}.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/access_context_manager_service_perimeter_resource#resource AccessContextManagerServicePerimeterResource#resource}

        Parameters:
        resource - A GCP resource that is inside of the service perimeter. Currently only projects are allowed. Format: projects/{project_number}. This parameter is required.
        Returns:
        this
      • id

        @Stability(Stable)
        public AccessContextManagerServicePerimeterResource.Builder id​(String id)
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/access_context_manager_service_perimeter_resource#id AccessContextManagerServicePerimeterResource#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.

        Parameters:
        id - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/access_context_manager_service_perimeter_resource#id AccessContextManagerServicePerimeterResource#id}. This parameter is required.
        Returns:
        this