Interface LoadBalancerBackendInfoOrBuilder (1.42.0)

public interface LoadBalancerBackendInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBackendBucketUri()

public abstract String getBackendBucketUri()

URI of the backend bucket this backend targets (if applicable).

string backend_bucket_uri = 8;

Returns
TypeDescription
String

The backendBucketUri.

getBackendBucketUriBytes()

public abstract ByteString getBackendBucketUriBytes()

URI of the backend bucket this backend targets (if applicable).

string backend_bucket_uri = 8;

Returns
TypeDescription
ByteString

The bytes for backendBucketUri.

getBackendServiceUri()

public abstract String getBackendServiceUri()

URI of the backend service this backend belongs to (if applicable).

string backend_service_uri = 3;

Returns
TypeDescription
String

The backendServiceUri.

getBackendServiceUriBytes()

public abstract ByteString getBackendServiceUriBytes()

URI of the backend service this backend belongs to (if applicable).

string backend_service_uri = 3;

Returns
TypeDescription
ByteString

The bytes for backendServiceUri.

getHealthCheckFirewallsConfigState()

public abstract LoadBalancerBackendInfo.HealthCheckFirewallsConfigState getHealthCheckFirewallsConfigState()

Output only. Health check firewalls configuration state for the backend. This is a result of the static firewall analysis (verifying that health check traffic from required IP ranges to the backend is allowed or not). The backend might still be unhealthy even if these firewalls are configured. Please refer to the documentation for more information: https://cloud.google.com/load-balancing/docs/firewall-rules

.google.cloud.networkmanagement.v1.LoadBalancerBackendInfo.HealthCheckFirewallsConfigState health_check_firewalls_config_state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
LoadBalancerBackendInfo.HealthCheckFirewallsConfigState

The healthCheckFirewallsConfigState.

getHealthCheckFirewallsConfigStateValue()

public abstract int getHealthCheckFirewallsConfigStateValue()

Output only. Health check firewalls configuration state for the backend. This is a result of the static firewall analysis (verifying that health check traffic from required IP ranges to the backend is allowed or not). The backend might still be unhealthy even if these firewalls are configured. Please refer to the documentation for more information: https://cloud.google.com/load-balancing/docs/firewall-rules

.google.cloud.networkmanagement.v1.LoadBalancerBackendInfo.HealthCheckFirewallsConfigState health_check_firewalls_config_state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
int

The enum numeric value on the wire for healthCheckFirewallsConfigState.

getHealthCheckUri()

public abstract String getHealthCheckUri()

URI of the health check attached to this backend (if applicable).

string health_check_uri = 6;

Returns
TypeDescription
String

The healthCheckUri.

getHealthCheckUriBytes()

public abstract ByteString getHealthCheckUriBytes()

URI of the health check attached to this backend (if applicable).

string health_check_uri = 6;

Returns
TypeDescription
ByteString

The bytes for healthCheckUri.

getInstanceGroupUri()

public abstract String getInstanceGroupUri()

URI of the instance group this backend belongs to (if applicable).

string instance_group_uri = 4;

Returns
TypeDescription
String

The instanceGroupUri.

getInstanceGroupUriBytes()

public abstract ByteString getInstanceGroupUriBytes()

URI of the instance group this backend belongs to (if applicable).

string instance_group_uri = 4;

Returns
TypeDescription
ByteString

The bytes for instanceGroupUri.

getInstanceUri()

public abstract String getInstanceUri()

URI of the backend instance (if applicable). Populated for instance group backends, and zonal NEG backends.

string instance_uri = 2;

Returns
TypeDescription
String

The instanceUri.

getInstanceUriBytes()

public abstract ByteString getInstanceUriBytes()

URI of the backend instance (if applicable). Populated for instance group backends, and zonal NEG backends.

string instance_uri = 2;

Returns
TypeDescription
ByteString

The bytes for instanceUri.

getName()

public abstract String getName()

Display name of the backend. For example, it might be an instance name for the instance group backends, or an IP address and port for zonal network endpoint group backends.

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Display name of the backend. For example, it might be an instance name for the instance group backends, or an IP address and port for zonal network endpoint group backends.

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.

getNetworkEndpointGroupUri()

public abstract String getNetworkEndpointGroupUri()

URI of the network endpoint group this backend belongs to (if applicable).

string network_endpoint_group_uri = 5;

Returns
TypeDescription
String

The networkEndpointGroupUri.

getNetworkEndpointGroupUriBytes()

public abstract ByteString getNetworkEndpointGroupUriBytes()

URI of the network endpoint group this backend belongs to (if applicable).

string network_endpoint_group_uri = 5;

Returns
TypeDescription
ByteString

The bytes for networkEndpointGroupUri.

getPscGoogleApiTarget()

public abstract String getPscGoogleApiTarget()

PSC Google API target this PSC NEG backend targets (if applicable).

string psc_google_api_target = 10;

Returns
TypeDescription
String

The pscGoogleApiTarget.

getPscGoogleApiTargetBytes()

public abstract ByteString getPscGoogleApiTargetBytes()

PSC Google API target this PSC NEG backend targets (if applicable).

string psc_google_api_target = 10;

Returns
TypeDescription
ByteString

The bytes for pscGoogleApiTarget.

getPscServiceAttachmentUri()

public abstract String getPscServiceAttachmentUri()

URI of the PSC service attachment this PSC NEG backend targets (if applicable).

string psc_service_attachment_uri = 9;

Returns
TypeDescription
String

The pscServiceAttachmentUri.

getPscServiceAttachmentUriBytes()

public abstract ByteString getPscServiceAttachmentUriBytes()

URI of the PSC service attachment this PSC NEG backend targets (if applicable).

string psc_service_attachment_uri = 9;

Returns
TypeDescription
ByteString

The bytes for pscServiceAttachmentUri.