toValue method
Implementation
String toValue() {
switch (this) {
case LoadBalancerProtocol.httpHttps:
return 'HTTP_HTTPS';
case LoadBalancerProtocol.http:
return 'HTTP';
}
}
String toValue() {
switch (this) {
case LoadBalancerProtocol.httpHttps:
return 'HTTP_HTTPS';
case LoadBalancerProtocol.http:
return 'HTTP';
}
}