Interface ComputeServiceAttachmentConsumerAcceptLists
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeServiceAttachmentConsumerAcceptLists.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.984Z") @Stability(Stable) public interface ComputeServiceAttachmentConsumerAcceptLists extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeServiceAttachmentConsumerAcceptLists.BuilderA builder forComputeServiceAttachmentConsumerAcceptListsstatic classComputeServiceAttachmentConsumerAcceptLists.Jsii$ProxyAn implementation forComputeServiceAttachmentConsumerAcceptLists
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ComputeServiceAttachmentConsumerAcceptLists.Builderbuilder()NumbergetConnectionLimit()The number of consumer forwarding rules the consumer project can create.default StringgetNetworkUrl()The network that is allowed to connect to this service attachment.default StringgetProjectIdOrNum()A project that is allowed to connect to this service attachment.
-
-
-
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}
-
builder
@Stability(Stable) static ComputeServiceAttachmentConsumerAcceptLists.Builder builder()
-
-