public interface LoadBalancerInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
LoadBalancerBackend |
getBackends(int index)
Information for the loadbalancer backends.
|
int |
getBackendsCount()
Information for the loadbalancer backends.
|
List<LoadBalancerBackend> |
getBackendsList()
Information for the loadbalancer backends.
|
LoadBalancerBackendOrBuilder |
getBackendsOrBuilder(int index)
Information for the loadbalancer backends.
|
List<? extends LoadBalancerBackendOrBuilder> |
getBackendsOrBuilderList()
Information for the loadbalancer backends.
|
LoadBalancerInfo.BackendType |
getBackendType()
Type of load balancer's backend configuration.
|
int |
getBackendTypeValue()
Type of load balancer's backend configuration.
|
String |
getBackendUri()
Backend configuration URI.
|
com.google.protobuf.ByteString |
getBackendUriBytes()
Backend configuration URI.
|
String |
getHealthCheckUri()
URI of the health check for the load balancer.
|
com.google.protobuf.ByteString |
getHealthCheckUriBytes()
URI of the health check for the load balancer.
|
LoadBalancerInfo.LoadBalancerType |
getLoadBalancerType()
Type of the load balancer.
|
int |
getLoadBalancerTypeValue()
Type of the load balancer.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getLoadBalancerTypeValue()
Type of the load balancer.
.google.cloud.networkmanagement.v1beta1.LoadBalancerInfo.LoadBalancerType load_balancer_type = 1;
LoadBalancerInfo.LoadBalancerType getLoadBalancerType()
Type of the load balancer.
.google.cloud.networkmanagement.v1beta1.LoadBalancerInfo.LoadBalancerType load_balancer_type = 1;
String getHealthCheckUri()
URI of the health check for the load balancer.
string health_check_uri = 2;com.google.protobuf.ByteString getHealthCheckUriBytes()
URI of the health check for the load balancer.
string health_check_uri = 2;List<LoadBalancerBackend> getBackendsList()
Information for the loadbalancer backends.
repeated .google.cloud.networkmanagement.v1beta1.LoadBalancerBackend backends = 3;LoadBalancerBackend getBackends(int index)
Information for the loadbalancer backends.
repeated .google.cloud.networkmanagement.v1beta1.LoadBalancerBackend backends = 3;int getBackendsCount()
Information for the loadbalancer backends.
repeated .google.cloud.networkmanagement.v1beta1.LoadBalancerBackend backends = 3;List<? extends LoadBalancerBackendOrBuilder> getBackendsOrBuilderList()
Information for the loadbalancer backends.
repeated .google.cloud.networkmanagement.v1beta1.LoadBalancerBackend backends = 3;LoadBalancerBackendOrBuilder getBackendsOrBuilder(int index)
Information for the loadbalancer backends.
repeated .google.cloud.networkmanagement.v1beta1.LoadBalancerBackend backends = 3;int getBackendTypeValue()
Type of load balancer's backend configuration.
.google.cloud.networkmanagement.v1beta1.LoadBalancerInfo.BackendType backend_type = 4;
LoadBalancerInfo.BackendType getBackendType()
Type of load balancer's backend configuration.
.google.cloud.networkmanagement.v1beta1.LoadBalancerInfo.BackendType backend_type = 4;
String getBackendUri()
Backend configuration URI.
string backend_uri = 5;com.google.protobuf.ByteString getBackendUriBytes()
Backend configuration URI.
string backend_uri = 5;Copyright © 2022 Google LLC. All rights reserved.