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] The health status of network endpoint;.
-
#network_endpoint ⇒ ::Google::Cloud::Compute::V1::NetworkEndpoint
[Output only] The network endpoint;.
Instance Attribute Details
#healths ⇒ ::Array<::Google::Cloud::Compute::V1::HealthStatusForNetworkEndpoint>
Returns [Output only] The health status of network endpoint;.
21346 21347 21348 21349 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21346 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;.
21346 21347 21348 21349 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21346 class NetworkEndpointWithHealthStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |