Interface DatastreamPrivateConnectionVpcPeeringConfig

    • Method Detail

      • getSubnet

        @Stability(Stable)
        @NotNull
        String getSubnet()
        A free subnet for peering. (CIDR of /29).

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_private_connection#subnet DatastreamPrivateConnection#subnet}

      • getVpc

        @Stability(Stable)
        @NotNull
        String getVpc()
        Fully qualified name of the VPC that Datastream will peer to. Format: projects/{project}/global/{networks}/{name}.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_private_connection#vpc DatastreamPrivateConnection#vpc}