Package com.ibm.cloud.is.vpc.v1.model
Interface LoadBalancerProfile.Family
-
- Enclosing class:
- LoadBalancerProfile
public static interface LoadBalancerProfile.Family
The product family this load balancer profile belongs to. The enumerated values for this property may [expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.
-
-
Field Summary
Fields Modifier and Type Field Description static String
APPLICATION
application.static String
NETWORK
network.
-
-
-
Field Detail
-
APPLICATION
static final String APPLICATION
application.- See Also:
- Constant Field Values
-
NETWORK
static final String NETWORK
network.- See Also:
- Constant Field Values
-
-