Interface LoadBalancerProfileAccessModes.Values
- Enclosing class:
LoadBalancerProfileAccessModes
public static interface LoadBalancerProfileAccessModes.Values
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.
-
Field Summary
Fields
-
Field Details
-
X_PRIVATE
-
PRIVATE_PATH
-
X_PUBLIC
-