public interface LoadBalancerBackendOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
Name of a Compute Engine instance or network endpoint.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
Name of a Compute Engine instance or network endpoint.
|
String |
getHealthCheckAllowingFirewallRules(int index)
A list of firewall rule URIs allowing probes from health check IP ranges.
|
com.google.protobuf.ByteString |
getHealthCheckAllowingFirewallRulesBytes(int index)
A list of firewall rule URIs allowing probes from health check IP ranges.
|
int |
getHealthCheckAllowingFirewallRulesCount()
A list of firewall rule URIs allowing probes from health check IP ranges.
|
List<String> |
getHealthCheckAllowingFirewallRulesList()
A list of firewall rule URIs allowing probes from health check IP ranges.
|
String |
getHealthCheckBlockingFirewallRules(int index)
A list of firewall rule URIs blocking probes from health check IP ranges.
|
com.google.protobuf.ByteString |
getHealthCheckBlockingFirewallRulesBytes(int index)
A list of firewall rule URIs blocking probes from health check IP ranges.
|
int |
getHealthCheckBlockingFirewallRulesCount()
A list of firewall rule URIs blocking probes from health check IP ranges.
|
List<String> |
getHealthCheckBlockingFirewallRulesList()
A list of firewall rule URIs blocking probes from health check IP ranges.
|
LoadBalancerBackend.HealthCheckFirewallState |
getHealthCheckFirewallState()
State of the health check firewall configuration.
|
int |
getHealthCheckFirewallStateValue()
State of the health check firewall configuration.
|
String |
getUri()
URI of a Compute Engine instance or network endpoint.
|
com.google.protobuf.ByteString |
getUriBytes()
URI of a Compute Engine instance or network endpoint.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDisplayName()
Name of a Compute Engine instance or network endpoint.
string display_name = 1;com.google.protobuf.ByteString getDisplayNameBytes()
Name of a Compute Engine instance or network endpoint.
string display_name = 1;String getUri()
URI of a Compute Engine instance or network endpoint.
string uri = 2;com.google.protobuf.ByteString getUriBytes()
URI of a Compute Engine instance or network endpoint.
string uri = 2;int getHealthCheckFirewallStateValue()
State of the health check firewall configuration.
.google.cloud.networkmanagement.v1beta1.LoadBalancerBackend.HealthCheckFirewallState health_check_firewall_state = 3;
LoadBalancerBackend.HealthCheckFirewallState getHealthCheckFirewallState()
State of the health check firewall configuration.
.google.cloud.networkmanagement.v1beta1.LoadBalancerBackend.HealthCheckFirewallState health_check_firewall_state = 3;
List<String> getHealthCheckAllowingFirewallRulesList()
A list of firewall rule URIs allowing probes from health check IP ranges.
repeated string health_check_allowing_firewall_rules = 4;int getHealthCheckAllowingFirewallRulesCount()
A list of firewall rule URIs allowing probes from health check IP ranges.
repeated string health_check_allowing_firewall_rules = 4;String getHealthCheckAllowingFirewallRules(int index)
A list of firewall rule URIs allowing probes from health check IP ranges.
repeated string health_check_allowing_firewall_rules = 4;index - The index of the element to return.com.google.protobuf.ByteString getHealthCheckAllowingFirewallRulesBytes(int index)
A list of firewall rule URIs allowing probes from health check IP ranges.
repeated string health_check_allowing_firewall_rules = 4;index - The index of the value to return.List<String> getHealthCheckBlockingFirewallRulesList()
A list of firewall rule URIs blocking probes from health check IP ranges.
repeated string health_check_blocking_firewall_rules = 5;int getHealthCheckBlockingFirewallRulesCount()
A list of firewall rule URIs blocking probes from health check IP ranges.
repeated string health_check_blocking_firewall_rules = 5;String getHealthCheckBlockingFirewallRules(int index)
A list of firewall rule URIs blocking probes from health check IP ranges.
repeated string health_check_blocking_firewall_rules = 5;index - The index of the element to return.com.google.protobuf.ByteString getHealthCheckBlockingFirewallRulesBytes(int index)
A list of firewall rule URIs blocking probes from health check IP ranges.
repeated string health_check_blocking_firewall_rules = 5;index - The index of the value to return.Copyright © 2022 Google LLC. All rights reserved.