Class: Google::Apis::ComputeAlpha::AddressesScopedList

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

Defined Under Namespace

Classes: Warning

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ AddressesScopedList

Returns a new instance of AddressesScopedList



951
952
953
# File 'generated/google/apis/compute_alpha/classes.rb', line 951

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

Instance Attribute Details

#addressesArray<Google::Apis::ComputeAlpha::Address>

[Output Only] A list of addresses contained in this scope. Corresponds to the JSON property addresses



943
944
945
# File 'generated/google/apis/compute_alpha/classes.rb', line 943

def addresses
  @addresses
end

#warningGoogle::Apis::ComputeAlpha::AddressesScopedList::Warning

[Output Only] Informational warning which replaces the list of addresses when the list is empty. Corresponds to the JSON property warning



949
950
951
# File 'generated/google/apis/compute_alpha/classes.rb', line 949

def warning
  @warning
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



956
957
958
959
# File 'generated/google/apis/compute_alpha/classes.rb', line 956

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