class Google::Apis::ComputeBeta::AddressesScopedList

Attributes

addresses[RW]
Output Only

A list of addresses contained in this scope.

Corresponds to the JSON property `addresses` @return [Array<Google::Apis::ComputeBeta::Address>]

warning[RW]
Output Only

Informational warning which replaces the list of addresses when

the list is empty. Corresponds to the JSON property `warning` @return [Google::Apis::ComputeBeta::AddressesScopedList::Warning]

Public Class Methods

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