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
    • 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}