Class: Google::Apis::ComputeV1::NetworkEndpointWithHealthStatus
- Inherits:
-
Object
- Object
- Google::Apis::ComputeV1::NetworkEndpointWithHealthStatus
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_v1/classes.rb,
lib/google/apis/compute_v1/representations.rb,
lib/google/apis/compute_v1/representations.rb
Instance Attribute Summary collapse
-
#healths ⇒ Array<Google::Apis::ComputeV1::HealthStatusForNetworkEndpoint>
Output only.
-
#network_endpoint ⇒ Google::Apis::ComputeV1::NetworkEndpoint
The network endpoint.
Instance Method Summary collapse
-
#initialize(**args) ⇒ NetworkEndpointWithHealthStatus
constructor
A new instance of NetworkEndpointWithHealthStatus.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ NetworkEndpointWithHealthStatus
Returns a new instance of NetworkEndpointWithHealthStatus.
32591 32592 32593 |
# File 'lib/google/apis/compute_v1/classes.rb', line 32591 def initialize(**args) update!(**args) end |
Instance Attribute Details
#healths ⇒ Array<Google::Apis::ComputeV1::HealthStatusForNetworkEndpoint>
Output only. [Output only] The health status of network endpoint.
Optional. Displayed only if the network endpoint has centralized health
checking configured.
Corresponds to the JSON property healths
32584 32585 32586 |
# File 'lib/google/apis/compute_v1/classes.rb', line 32584 def healths @healths end |
#network_endpoint ⇒ Google::Apis::ComputeV1::NetworkEndpoint
The network endpoint.
Corresponds to the JSON property networkEndpoint
32589 32590 32591 |
# File 'lib/google/apis/compute_v1/classes.rb', line 32589 def network_endpoint @network_endpoint end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
32596 32597 32598 32599 |
# File 'lib/google/apis/compute_v1/classes.rb', line 32596 def update!(**args) @healths = args[:healths] if args.key?(:healths) @network_endpoint = args[:network_endpoint] if args.key?(:network_endpoint) end |