class Google::Apis::ComputeV1::NetworkEndpointWithHealthStatus

Attributes

healths[RW]
Output only

The health status of network endpoint;

Corresponds to the JSON property `healths` @return [Array<Google::Apis::ComputeV1::HealthStatusForNetworkEndpoint>]

network_endpoint[RW]

The network endpoint. Corresponds to the JSON property `networkEndpoint` @return [Google::Apis::ComputeV1::NetworkEndpoint]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/compute_v1/classes.rb, line 19073
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/compute_v1/classes.rb, line 19078
def update!(**args)
  @healths = args[:healths] if args.key?(:healths)
  @network_endpoint = args[:network_endpoint] if args.key?(:network_endpoint)
end