Interface ComputeNetworkAttachmentConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
ComputeNetworkAttachmentConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.594Z") @Stability(Stable) public interface ComputeNetworkAttachmentConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeNetworkAttachmentConfig.BuilderA builder forComputeNetworkAttachmentConfigstatic classComputeNetworkAttachmentConfig.Jsii$ProxyAn implementation forComputeNetworkAttachmentConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ComputeNetworkAttachmentConfig.Builderbuilder()StringgetConnectionPreference()The connection preference of service attachment.default StringgetDescription()An optional description of this resource.StringgetName()Name of the resource.default List<String>getProducerAcceptLists()Projects that are allowed to connect to this network attachment.default List<String>getProducerRejectLists()Projects that are not allowed to connect to this network attachment.default StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network_attachment#project ComputeNetworkAttachment#project}.default StringgetRegion()URL of the region where the network attachment resides.List<String>getSubnetworks()An array of URLs where each entry is the URL of a subnet provided by the service consumer to use for endpoints in the producers that connect to this network attachment.default ComputeNetworkAttachmentTimeoutsgetTimeouts()timeouts block.
-
-
-
Method Detail
-
getConnectionPreference
@Stability(Stable) @NotNull String getConnectionPreference()
The connection preference of service attachment.The value can be set to ACCEPT_AUTOMATIC. An ACCEPT_AUTOMATIC service attachment is one that always accepts the connection from consumer forwarding rules. Possible values: ["ACCEPT_AUTOMATIC", "ACCEPT_MANUAL", "INVALID"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network_attachment#connection_preference ComputeNetworkAttachment#connection_preference}
-
getName
@Stability(Stable) @NotNull String getName()
Name of the resource.Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z](%5B-a-z0-9%5D*%5Ba-z0-9%5D)? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network_attachment#name ComputeNetworkAttachment#name}
-
getSubnetworks
@Stability(Stable) @NotNull List<String> getSubnetworks()
An array of URLs where each entry is the URL of a subnet provided by the service consumer to use for endpoints in the producers that connect to this network attachment.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network_attachment#subnetworks ComputeNetworkAttachment#subnetworks}
-
getDescription
@Stability(Stable) @Nullable default String getDescription()
An optional description of this resource. Provide this property when you create the resource.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network_attachment#description ComputeNetworkAttachment#description}
-
getProducerAcceptLists
@Stability(Stable) @Nullable default List<String> getProducerAcceptLists()
Projects that are allowed to connect to this network attachment.The project can be specified using its id or number. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network_attachment#producer_accept_lists ComputeNetworkAttachment#producer_accept_lists}
-
getProducerRejectLists
@Stability(Stable) @Nullable default List<String> getProducerRejectLists()
Projects that are not allowed to connect to this network attachment.The project can be specified using its id or number. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network_attachment#producer_reject_lists ComputeNetworkAttachment#producer_reject_lists}
-
getProject
@Stability(Stable) @Nullable default String getProject()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network_attachment#project ComputeNetworkAttachment#project}.
-
getRegion
@Stability(Stable) @Nullable default String getRegion()
URL of the region where the network attachment resides.This field applies only to the region resource. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network_attachment#region ComputeNetworkAttachment#region}
-
getTimeouts
@Stability(Stable) @Nullable default ComputeNetworkAttachmentTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network_attachment#timeouts ComputeNetworkAttachment#timeouts}
-
builder
@Stability(Stable) static ComputeNetworkAttachmentConfig.Builder builder()
-
-