Interface GkeonpremVmwareClusterLoadBalancerF5Config

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    GkeonpremVmwareClusterLoadBalancerF5Config.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:21.467Z")
    @Stability(Stable)
    public interface GkeonpremVmwareClusterLoadBalancerF5Config
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getAddress

        @Stability(Stable)
        @Nullable
        default String getAddress()
        The load balancer's IP address.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_vmware_cluster#address GkeonpremVmwareCluster#address}

      • getPartition

        @Stability(Stable)
        @Nullable
        default String getPartition()
        he preexisting partition to be used by the load balancer.

        T his partition is usually created for the admin cluster for example: 'my-f5-admin-partition'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_vmware_cluster#partition GkeonpremVmwareCluster#partition}

      • getSnatPool

        @Stability(Stable)
        @Nullable
        default String getSnatPool()
        The pool name. Only necessary, if using SNAT.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_vmware_cluster#snat_pool GkeonpremVmwareCluster#snat_pool}