Interface ComputeServiceAttachmentConsumerAcceptLists

    • Method Detail

      • getConnectionLimit

        @Stability(Stable)
        @NotNull
        Number getConnectionLimit()
        The number of consumer forwarding rules the consumer project can create.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_service_attachment#connection_limit ComputeServiceAttachment#connection_limit}

      • getNetworkUrl

        @Stability(Stable)
        @Nullable
        default String getNetworkUrl()
        The network that is allowed to connect to this service attachment. Only one of project_id_or_num and network_url may be set.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_service_attachment#network_url ComputeServiceAttachment#network_url}

      • getProjectIdOrNum

        @Stability(Stable)
        @Nullable
        default String getProjectIdOrNum()
        A project that is allowed to connect to this service attachment. Only one of project_id_or_num and network_url may be set.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_service_attachment#project_id_or_num ComputeServiceAttachment#project_id_or_num}