Class: Google::Apis::ComputeBeta::InterconnectLocation
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::InterconnectLocation
- Defined in:
- generated/google/apis/compute_beta/classes.rb,
generated/google/apis/compute_beta/representations.rb,
generated/google/apis/compute_beta/representations.rb
Overview
Protocol definitions for Mixer API to support InterconnectLocation.
Instance Attribute Summary collapse
-
#address ⇒ String
[Output Only] The postal address of the Point of Presence, each line in the address is separated by a newline character.
-
#availability_zone ⇒ String
Availability zone for this location.
-
#city ⇒ String
City designator used by the Interconnect UI to locate this InterconnectLocation within the Continent.
-
#continent ⇒ String
Continent for this location.
-
#creation_timestamp ⇒ String
[Output Only] Creation timestamp in RFC3339 text format.
-
#description ⇒ String
[Output Only] An optional description of the resource.
-
#facility_provider ⇒ String
[Output Only] The name of the provider for this facility (e.g., EQUINIX).
-
#facility_provider_facility_id ⇒ String
[Output Only] A provider-assigned Identifier for this facility (e.g., Ashburn- DC1).
-
#id ⇒ Fixnum
[Output Only] The unique identifier for the resource.
-
#kind ⇒ String
[Output Only] Type of the resource.
-
#name ⇒ String
[Output Only] Name of the resource.
-
#peeringdb_facility_id ⇒ String
[Output Only] The peeringdb identifier for this facility (corresponding with a netfac type in peeringdb).
-
#region_infos ⇒ Array<Google::Apis::ComputeBeta::InterconnectLocationRegionInfo>
[Output Only] A list of InterconnectLocation.RegionInfo objects, that describe parameters pertaining to the relation between this InterconnectLocation and various Google Cloud regions.
-
#self_link ⇒ String
[Output Only] Server-defined URL for the resource.
Instance Method Summary collapse
-
#initialize(**args) ⇒ InterconnectLocation
constructor
A new instance of InterconnectLocation.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ InterconnectLocation
Returns a new instance of InterconnectLocation
8037 8038 8039 |
# File 'generated/google/apis/compute_beta/classes.rb', line 8037 def initialize(**args) update!(**args) end |
Instance Attribute Details
#address ⇒ String
[Output Only] The postal address of the Point of Presence, each line in the
address is separated by a newline character.
Corresponds to the JSON property address
7959 7960 7961 |
# File 'generated/google/apis/compute_beta/classes.rb', line 7959 def address @address end |
#availability_zone ⇒ String
Availability zone for this location. Within a city, maintenance will not be
simultaneously scheduled in more than one availability zone. Example: "zone1"
or "zone2".
Corresponds to the JSON property availabilityZone
7966 7967 7968 |
# File 'generated/google/apis/compute_beta/classes.rb', line 7966 def availability_zone @availability_zone end |
#city ⇒ String
City designator used by the Interconnect UI to locate this
InterconnectLocation within the Continent. For example: "Chicago, IL", "
Amsterdam, Netherlands".
Corresponds to the JSON property city
7973 7974 7975 |
# File 'generated/google/apis/compute_beta/classes.rb', line 7973 def city @city end |
#continent ⇒ String
Continent for this location. Used by the location picker in the Interconnect
UI.
Corresponds to the JSON property continent
7979 7980 7981 |
# File 'generated/google/apis/compute_beta/classes.rb', line 7979 def continent @continent end |
#creation_timestamp ⇒ String
[Output Only] Creation timestamp in RFC3339 text format.
Corresponds to the JSON property creationTimestamp
7984 7985 7986 |
# File 'generated/google/apis/compute_beta/classes.rb', line 7984 def @creation_timestamp end |
#description ⇒ String
[Output Only] An optional description of the resource.
Corresponds to the JSON property description
7989 7990 7991 |
# File 'generated/google/apis/compute_beta/classes.rb', line 7989 def description @description end |
#facility_provider ⇒ String
[Output Only] The name of the provider for this facility (e.g., EQUINIX).
Corresponds to the JSON property facilityProvider
7994 7995 7996 |
# File 'generated/google/apis/compute_beta/classes.rb', line 7994 def facility_provider @facility_provider end |
#facility_provider_facility_id ⇒ String
[Output Only] A provider-assigned Identifier for this facility (e.g., Ashburn-
DC1).
Corresponds to the JSON property facilityProviderFacilityId
8000 8001 8002 |
# File 'generated/google/apis/compute_beta/classes.rb', line 8000 def facility_provider_facility_id @facility_provider_facility_id end |
#id ⇒ Fixnum
[Output Only] The unique identifier for the resource. This identifier is
defined by the server.
Corresponds to the JSON property id
8006 8007 8008 |
# File 'generated/google/apis/compute_beta/classes.rb', line 8006 def id @id end |
#kind ⇒ String
[Output Only] Type of the resource. Always compute#interconnectLocation for
interconnect locations.
Corresponds to the JSON property kind
8012 8013 8014 |
# File 'generated/google/apis/compute_beta/classes.rb', line 8012 def kind @kind end |
#name ⇒ String
[Output Only] Name of the resource.
Corresponds to the JSON property name
8017 8018 8019 |
# File 'generated/google/apis/compute_beta/classes.rb', line 8017 def name @name end |
#peeringdb_facility_id ⇒ String
[Output Only] The peeringdb identifier for this facility (corresponding with a
netfac type in peeringdb).
Corresponds to the JSON property peeringdbFacilityId
8023 8024 8025 |
# File 'generated/google/apis/compute_beta/classes.rb', line 8023 def peeringdb_facility_id @peeringdb_facility_id end |
#region_infos ⇒ Array<Google::Apis::ComputeBeta::InterconnectLocationRegionInfo>
[Output Only] A list of InterconnectLocation.RegionInfo objects, that describe
parameters pertaining to the relation between this InterconnectLocation and
various Google Cloud regions.
Corresponds to the JSON property regionInfos
8030 8031 8032 |
# File 'generated/google/apis/compute_beta/classes.rb', line 8030 def region_infos @region_infos end |
#self_link ⇒ String
[Output Only] Server-defined URL for the resource.
Corresponds to the JSON property selfLink
8035 8036 8037 |
# File 'generated/google/apis/compute_beta/classes.rb', line 8035 def self_link @self_link end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8042 8043 8044 8045 8046 8047 8048 8049 8050 8051 8052 8053 8054 8055 8056 8057 |
# File 'generated/google/apis/compute_beta/classes.rb', line 8042 def update!(**args) @address = args[:address] if args.key?(:address) @availability_zone = args[:availability_zone] if args.key?(:availability_zone) @city = args[:city] if args.key?(:city) @continent = args[:continent] if args.key?(:continent) @creation_timestamp = args[:creation_timestamp] if args.key?(:creation_timestamp) @description = args[:description] if args.key?(:description) @facility_provider = args[:facility_provider] if args.key?(:facility_provider) @facility_provider_facility_id = args[:facility_provider_facility_id] if args.key?(:facility_provider_facility_id) @id = args[:id] if args.key?(:id) @kind = args[:kind] if args.key?(:kind) @name = args[:name] if args.key?(:name) @peeringdb_facility_id = args[:peeringdb_facility_id] if args.key?(:peeringdb_facility_id) @region_infos = args[:region_infos] if args.key?(:region_infos) @self_link = args[:self_link] if args.key?(:self_link) end |