Class: Google::Apis::NetworkmanagementV1beta1::EdgeLocation

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

Overview

Representation of a network edge location as per https://cloud.google.com/vpc/ docs/edge-locations.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ EdgeLocation

Returns a new instance of EdgeLocation.



669
670
671
# File 'lib/google/apis/networkmanagement_v1beta1/classes.rb', line 669

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

Instance Attribute Details

#metropolitan_areaString

Name of the metropolitan area. Corresponds to the JSON property metropolitanArea

Returns:

  • (String)


667
668
669
# File 'lib/google/apis/networkmanagement_v1beta1/classes.rb', line 667

def metropolitan_area
  @metropolitan_area
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



674
675
676
# File 'lib/google/apis/networkmanagement_v1beta1/classes.rb', line 674

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