Package com.ibm.cloud.is.vpc.v1.model
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 Detail
-
X_PRIVATE
static final String X_PRIVATE
private.- See Also:
- Constant Field Values
-
PRIVATE_PATH
static final String PRIVATE_PATH
private_path.- See Also:
- Constant Field Values
-
X_PUBLIC
static final String X_PUBLIC
public.- See Also:
- Constant Field Values
-
-