Class: Google::Cloud::Compute::V1::NetworkEndpointWithHealthStatus

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Instance Attribute Summary collapse

Instance Attribute Details

#healths::Array<::Google::Cloud::Compute::V1::HealthStatusForNetworkEndpoint>

Returns [Output only] The health status of network endpoint. Optional. Displayed only if the network endpoint has centralized health checking configured.

Returns:



23515
23516
23517
23518
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 23515

class NetworkEndpointWithHealthStatus
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#network_endpoint::Google::Cloud::Compute::V1::NetworkEndpoint

Returns [Output only] The network endpoint.

Returns:



23515
23516
23517
23518
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 23515

class NetworkEndpointWithHealthStatus
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end