Class Google::Cloud::Compute::V1::InterconnectLocation (v1.0.0)

Represents an Interconnect Attachment (VLAN) Location resource. You can use this resource to find location details about an Interconnect attachment (VLAN). For more information about interconnect attachments, read Creating VLAN Attachments.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#address

def address() -> ::String
Returns
  • (::String) — [Output Only] The postal address of the Point of Presence, each line in the address is separated by a newline character.

#address=

def address=(value) -> ::String
Parameter
  • value (::String) — [Output Only] The postal address of the Point of Presence, each line in the address is separated by a newline character.
Returns
  • (::String) — [Output Only] The postal address of the Point of Presence, each line in the address is separated by a newline character.

#availability_zone

def availability_zone() -> ::String
Returns
  • (::String) — [Output Only] Availability zone for this InterconnectLocation. Within a metropolitan area (metro), maintenance will not be simultaneously scheduled in more than one availability zone. Example: "zone1" or "zone2".

#availability_zone=

def availability_zone=(value) -> ::String
Parameter
  • value (::String) — [Output Only] Availability zone for this InterconnectLocation. Within a metropolitan area (metro), maintenance will not be simultaneously scheduled in more than one availability zone. Example: "zone1" or "zone2".
Returns
  • (::String) — [Output Only] Availability zone for this InterconnectLocation. Within a metropolitan area (metro), maintenance will not be simultaneously scheduled in more than one availability zone. Example: "zone1" or "zone2".

#city

def city() -> ::String
Returns
  • (::String) — [Output Only] Metropolitan area designator that indicates which city an interconnect is located. For example: "Chicago, IL", "Amsterdam, Netherlands".

#city=

def city=(value) -> ::String
Parameter
  • value (::String) — [Output Only] Metropolitan area designator that indicates which city an interconnect is located. For example: "Chicago, IL", "Amsterdam, Netherlands".
Returns
  • (::String) — [Output Only] Metropolitan area designator that indicates which city an interconnect is located. For example: "Chicago, IL", "Amsterdam, Netherlands".

#continent

def continent() -> ::String
Returns
  • (::String) — [Output Only] Continent for this location, which can take one of the following values: - AFRICA - ASIA_PAC - EUROPE - NORTH_AMERICA - SOUTH_AMERICA Check the Continent enum for the list of possible values.

#continent=

def continent=(value) -> ::String
Parameter
  • value (::String) — [Output Only] Continent for this location, which can take one of the following values: - AFRICA - ASIA_PAC - EUROPE - NORTH_AMERICA - SOUTH_AMERICA Check the Continent enum for the list of possible values.
Returns
  • (::String) — [Output Only] Continent for this location, which can take one of the following values: - AFRICA - ASIA_PAC - EUROPE - NORTH_AMERICA - SOUTH_AMERICA Check the Continent enum for the list of possible values.

#creation_timestamp

def creation_timestamp() -> ::String
Returns
  • (::String) — [Output Only] Creation timestamp in RFC3339 text format.

#creation_timestamp=

def creation_timestamp=(value) -> ::String
Parameter
  • value (::String) — [Output Only] Creation timestamp in RFC3339 text format.
Returns
  • (::String) — [Output Only] Creation timestamp in RFC3339 text format.

#description

def description() -> ::String
Returns
  • (::String) — [Output Only] An optional description of the resource.

#description=

def description=(value) -> ::String
Parameter
  • value (::String) — [Output Only] An optional description of the resource.
Returns
  • (::String) — [Output Only] An optional description of the resource.

#facility_provider

def facility_provider() -> ::String
Returns
  • (::String) — [Output Only] The name of the provider for this facility (e.g., EQUINIX).

#facility_provider=

def facility_provider=(value) -> ::String
Parameter
  • value (::String) — [Output Only] The name of the provider for this facility (e.g., EQUINIX).
Returns
  • (::String) — [Output Only] The name of the provider for this facility (e.g., EQUINIX).

#facility_provider_facility_id

def facility_provider_facility_id() -> ::String
Returns
  • (::String) — [Output Only] A provider-assigned Identifier for this facility (e.g., Ashburn-DC1).

#facility_provider_facility_id=

def facility_provider_facility_id=(value) -> ::String
Parameter
  • value (::String) — [Output Only] A provider-assigned Identifier for this facility (e.g., Ashburn-DC1).
Returns
  • (::String) — [Output Only] A provider-assigned Identifier for this facility (e.g., Ashburn-DC1).

#id

def id() -> ::Integer
Returns
  • (::Integer) — [Output Only] The unique identifier for the resource. This identifier is defined by the server.

#id=

def id=(value) -> ::Integer
Parameter
  • value (::Integer) — [Output Only] The unique identifier for the resource. This identifier is defined by the server.
Returns
  • (::Integer) — [Output Only] The unique identifier for the resource. This identifier is defined by the server.

#kind

def kind() -> ::String
Returns
  • (::String) — [Output Only] Type of the resource. Always compute#interconnectLocation for interconnect locations.

#kind=

def kind=(value) -> ::String
Parameter
  • value (::String) — [Output Only] Type of the resource. Always compute#interconnectLocation for interconnect locations.
Returns
  • (::String) — [Output Only] Type of the resource. Always compute#interconnectLocation for interconnect locations.

#name

def name() -> ::String
Returns
  • (::String) — [Output Only] Name of the resource.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — [Output Only] Name of the resource.
Returns
  • (::String) — [Output Only] Name of the resource.

#peeringdb_facility_id

def peeringdb_facility_id() -> ::String
Returns
  • (::String) — [Output Only] The peeringdb identifier for this facility (corresponding with a netfac type in peeringdb).

#peeringdb_facility_id=

def peeringdb_facility_id=(value) -> ::String
Parameter
  • value (::String) — [Output Only] The peeringdb identifier for this facility (corresponding with a netfac type in peeringdb).
Returns
  • (::String) — [Output Only] The peeringdb identifier for this facility (corresponding with a netfac type in peeringdb).

#region_infos

def region_infos() -> ::Array<::Google::Cloud::Compute::V1::InterconnectLocationRegionInfo>
Returns

#region_infos=

def region_infos=(value) -> ::Array<::Google::Cloud::Compute::V1::InterconnectLocationRegionInfo>
Parameter
Returns
def self_link() -> ::String
Returns
  • (::String) — [Output Only] Server-defined URL for the resource.
def self_link=(value) -> ::String
Parameter
  • value (::String) — [Output Only] Server-defined URL for the resource.
Returns
  • (::String) — [Output Only] Server-defined URL for the resource.

#status

def status() -> ::String
Returns
  • (::String) — [Output Only] The status of this InterconnectLocation, which can take one of the following values: - CLOSED: The InterconnectLocation is closed and is unavailable for provisioning new Interconnects. - AVAILABLE: The InterconnectLocation is available for provisioning new Interconnects. Check the Status enum for the list of possible values.

#status=

def status=(value) -> ::String
Parameter
  • value (::String) — [Output Only] The status of this InterconnectLocation, which can take one of the following values: - CLOSED: The InterconnectLocation is closed and is unavailable for provisioning new Interconnects. - AVAILABLE: The InterconnectLocation is available for provisioning new Interconnects. Check the Status enum for the list of possible values.
Returns
  • (::String) — [Output Only] The status of this InterconnectLocation, which can take one of the following values: - CLOSED: The InterconnectLocation is closed and is unavailable for provisioning new Interconnects. - AVAILABLE: The InterconnectLocation is available for provisioning new Interconnects. Check the Status enum for the list of possible values.

#supports_pzs

def supports_pzs() -> ::Boolean
Returns
  • (::Boolean) — [Output Only] Set to true for locations that support physical zone separation. Defaults to false if the field is not present.

#supports_pzs=

def supports_pzs=(value) -> ::Boolean
Parameter
  • value (::Boolean) — [Output Only] Set to true for locations that support physical zone separation. Defaults to false if the field is not present.
Returns
  • (::Boolean) — [Output Only] Set to true for locations that support physical zone separation. Defaults to false if the field is not present.