Reference documentation and code samples for the Network Management V1 API class Google::Cloud::NetworkManagement::V1::LoadBalancerBackend.
For display only. Metadata associated with a specific load balancer backend.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#display_name
def display_name() -> ::String
Returns
- (::String) — Name of a Compute Engine instance or network endpoint.
#display_name=
def display_name=(value) -> ::String
Parameter
- value (::String) — Name of a Compute Engine instance or network endpoint.
Returns
- (::String) — Name of a Compute Engine instance or network endpoint.
#health_check_allowing_firewall_rules
def health_check_allowing_firewall_rules() -> ::Array<::String>
Returns
- (::Array<::String>) — A list of firewall rule URIs allowing probes from health check IP ranges.
#health_check_allowing_firewall_rules=
def health_check_allowing_firewall_rules=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — A list of firewall rule URIs allowing probes from health check IP ranges.
Returns
- (::Array<::String>) — A list of firewall rule URIs allowing probes from health check IP ranges.
#health_check_blocking_firewall_rules
def health_check_blocking_firewall_rules() -> ::Array<::String>
Returns
- (::Array<::String>) — A list of firewall rule URIs blocking probes from health check IP ranges.
#health_check_blocking_firewall_rules=
def health_check_blocking_firewall_rules=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — A list of firewall rule URIs blocking probes from health check IP ranges.
Returns
- (::Array<::String>) — A list of firewall rule URIs blocking probes from health check IP ranges.
#health_check_firewall_state
def health_check_firewall_state() -> ::Google::Cloud::NetworkManagement::V1::LoadBalancerBackend::HealthCheckFirewallState
Returns
- (::Google::Cloud::NetworkManagement::V1::LoadBalancerBackend::HealthCheckFirewallState) — State of the health check firewall configuration.
#health_check_firewall_state=
def health_check_firewall_state=(value) -> ::Google::Cloud::NetworkManagement::V1::LoadBalancerBackend::HealthCheckFirewallState
Parameter
- value (::Google::Cloud::NetworkManagement::V1::LoadBalancerBackend::HealthCheckFirewallState) — State of the health check firewall configuration.
Returns
- (::Google::Cloud::NetworkManagement::V1::LoadBalancerBackend::HealthCheckFirewallState) — State of the health check firewall configuration.
#uri
def uri() -> ::String
Returns
- (::String) — URI of a Compute Engine instance or network endpoint.
#uri=
def uri=(value) -> ::String
Parameter
- value (::String) — URI of a Compute Engine instance or network endpoint.
Returns
- (::String) — URI of a Compute Engine instance or network endpoint.