class Google::Apis::ComputeV1::NetworkEndpointGroupsScopedList

Attributes

network_endpoint_groups[RW]
Output Only

The list of network endpoint groups that are contained in this

scope. Corresponds to the JSON property `networkEndpointGroups` @return [Array<Google::Apis::ComputeV1::NetworkEndpointGroup>]

warning[RW]
Output Only

An informational warning that replaces the list of network

endpoint groups when the list is empty. Corresponds to the JSON property `warning` @return [Google::Apis::ComputeV1::NetworkEndpointGroupsScopedList::Warning]

Public Class Methods

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