Class: Google::Cloud::Compute::V1::NetworkEndpointWithHealthStatus
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::NetworkEndpointWithHealthStatus
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#healths ⇒ ::Array<::Google::Cloud::Compute::V1::HealthStatusForNetworkEndpoint>
Output only.
-
#network_endpoint ⇒ ::Google::Cloud::Compute::V1::NetworkEndpoint
Output only.
Instance Attribute Details
#healths ⇒ ::Array<::Google::Cloud::Compute::V1::HealthStatusForNetworkEndpoint>
Returns Output only. [Output only] The health status of network endpoint.
Optional. Displayed only if the network endpoint has centralized health checking configured.
54865 54866 54867 54868 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 54865 class NetworkEndpointWithHealthStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#network_endpoint ⇒ ::Google::Cloud::Compute::V1::NetworkEndpoint
Returns Output only. [Output only] The network endpoint.
54865 54866 54867 54868 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 54865 class NetworkEndpointWithHealthStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |