class Google::Apis::ComputeBeta::AddressesScopedList

Attributes

addresses[RW]
Output Only

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 generated/google/apis/compute_beta/classes.rb, line 263
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/compute_beta/classes.rb, line 268
def update!(**args)
  @addresses = args[:addresses] if args.key?(:addresses)
  @warning = args[:warning] if args.key?(:warning)
end