Class: Google::Apis::ComputeAlpha::NetworkEndpointGroupsListEndpointsRequest

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/compute_alpha/classes.rb,
lib/google/apis/compute_alpha/representations.rb,
lib/google/apis/compute_alpha/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ NetworkEndpointGroupsListEndpointsRequest

Returns a new instance of NetworkEndpointGroupsListEndpointsRequest.



23636
23637
23638
# File 'lib/google/apis/compute_alpha/classes.rb', line 23636

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#endpoint_filtersArray<Google::Apis::ComputeAlpha::NetworkEndpointGroupsListEndpointsRequestNetworkEndpointFilter>

Optional list of endpoints to query. This is a more efficient but also limited version of filter parameter. Endpoints in the filter must have ip_address and port fields populated, other fields are not supported. Corresponds to the JSON property endpointFilters



23627
23628
23629
# File 'lib/google/apis/compute_alpha/classes.rb', line 23627

def endpoint_filters
  @endpoint_filters
end

#health_statusString

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

Returns:

  • (String)


23634
23635
23636
# File 'lib/google/apis/compute_alpha/classes.rb', line 23634

def health_status
  @health_status
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



23641
23642
23643
23644
# File 'lib/google/apis/compute_alpha/classes.rb', line 23641

def update!(**args)
  @endpoint_filters = args[:endpoint_filters] if args.key?(:endpoint_filters)
  @health_status = args[:health_status] if args.key?(:health_status)
end