toValue method
Implementation
String toValue() {
switch (this) {
case LoadBalancerTypeEnum.application:
return 'application';
case LoadBalancerTypeEnum.network:
return 'network';
case LoadBalancerTypeEnum.gateway:
return 'gateway';
}
}