class Google::Apis::ComputeV1::NetworkEndpointGroupsListEndpointsRequest

Attributes

health_status[RW]

Optional query parameter for showing the health status of each network endpoint. Valid options are SKIP or SHOW. If you don't specify this parameter, the health status of network endpoints will not be provided. Corresponds to the JSON property `healthStatus` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/compute_v1/classes.rb, line 20808
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 20813
def update!(**args)
  @health_status = args[:health_status] if args.key?(:health_status)
end