Interface ComputeHaVpnGatewayVpnInterfaces
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeHaVpnGatewayVpnInterfaces.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.421Z") @Stability(Stable) public interface ComputeHaVpnGatewayVpnInterfaces extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeHaVpnGatewayVpnInterfaces.BuilderA builder forComputeHaVpnGatewayVpnInterfacesstatic classComputeHaVpnGatewayVpnInterfaces.Jsii$ProxyAn implementation forComputeHaVpnGatewayVpnInterfaces
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ComputeHaVpnGatewayVpnInterfaces.Builderbuilder()default NumbergetId()The numeric ID of this VPN gateway interface.default StringgetInterconnectAttachment()URL of the interconnect attachment resource.
-
-
-
Method Detail
-
getId
@Stability(Stable) @Nullable default Number getId()
The numeric ID of this VPN gateway interface.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_ha_vpn_gateway#id ComputeHaVpnGateway#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.
-
getInterconnectAttachment
@Stability(Stable) @Nullable default String getInterconnectAttachment()
URL of the interconnect attachment resource.When the value of this field is present, the VPN Gateway will be used for IPsec-encrypted Cloud Interconnect; all Egress or Ingress traffic for this VPN Gateway interface will go through the specified interconnect attachment resource. Not currently available publicly. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_ha_vpn_gateway#interconnect_attachment ComputeHaVpnGateway#interconnect_attachment}
-
builder
@Stability(Stable) static ComputeHaVpnGatewayVpnInterfaces.Builder builder()
-
-