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
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGkeonpremVmwareClusterLoadBalancerF5Config.BuilderA builder forGkeonpremVmwareClusterLoadBalancerF5Configstatic classGkeonpremVmwareClusterLoadBalancerF5Config.Jsii$ProxyAn implementation forGkeonpremVmwareClusterLoadBalancerF5Config
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static GkeonpremVmwareClusterLoadBalancerF5Config.Builderbuilder()default StringgetAddress()The load balancer's IP address.default StringgetPartition()he preexisting partition to be used by the load balancer.default StringgetSnatPool()The pool name.
-
-
-
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}
-
builder
@Stability(Stable) static GkeonpremVmwareClusterLoadBalancerF5Config.Builder builder()
-
-