Interface LoadBalancer.AccessMode

  • Enclosing class:
    LoadBalancer

    public static interface LoadBalancer.AccessMode
    The access mode for this load balancer: - `private`: reachable from within its VPC, at IP addresses in `private_ips` - `private_path`: reachable through an endpoint gateway - `public`: reachable from the internet at the IP addresses in `public_ips`. The enumerated values for this property may [expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.