Class: Google::Cloud::Compute::V1::InterconnectLocationRegionInfo

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Overview

Information about any potential InterconnectAttachments between an Interconnect at a specific InterconnectLocation, and a specific Cloud Region.

Defined Under Namespace

Modules: LocationPresence

Instance Attribute Summary collapse

Instance Attribute Details

#expected_rtt_ms::Integer

Returns Expected round-trip time in milliseconds, from this InterconnectLocation to a VM in this region.

Returns:

  • (::Integer)

    Expected round-trip time in milliseconds, from this InterconnectLocation to a VM in this region.



14794
14795
14796
14797
14798
14799
14800
14801
14802
14803
14804
14805
14806
14807
14808
14809
14810
14811
14812
14813
14814
14815
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 14794

class InterconnectLocationRegionInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Identifies the network presence of this location.
  module LocationPresence
    # A value indicating that the enum field is not set.
    UNDEFINED_LOCATION_PRESENCE = 0

    # This region is not in any common network presence with this InterconnectLocation.
    GLOBAL = 494_663_587

    # This region shares the same regional network presence as this InterconnectLocation.
    LOCAL_REGION = 403_535_464

    # [Deprecated] This region is not in any common network presence with this InterconnectLocation.
    LP_GLOBAL = 429_584_062

    # [Deprecated] This region shares the same regional network presence as this InterconnectLocation.
    LP_LOCAL_REGION = 488_598_851
  end
end

#location_presence::String

Returns Identifies the network presence of this location. Check the LocationPresence enum for the list of possible values.

Returns:

  • (::String)

    Identifies the network presence of this location. Check the LocationPresence enum for the list of possible values.



14794
14795
14796
14797
14798
14799
14800
14801
14802
14803
14804
14805
14806
14807
14808
14809
14810
14811
14812
14813
14814
14815
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 14794

class InterconnectLocationRegionInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Identifies the network presence of this location.
  module LocationPresence
    # A value indicating that the enum field is not set.
    UNDEFINED_LOCATION_PRESENCE = 0

    # This region is not in any common network presence with this InterconnectLocation.
    GLOBAL = 494_663_587

    # This region shares the same regional network presence as this InterconnectLocation.
    LOCAL_REGION = 403_535_464

    # [Deprecated] This region is not in any common network presence with this InterconnectLocation.
    LP_GLOBAL = 429_584_062

    # [Deprecated] This region shares the same regional network presence as this InterconnectLocation.
    LP_LOCAL_REGION = 488_598_851
  end
end

#region::String

Returns URL for the region of this location.

Returns:

  • (::String)

    URL for the region of this location.



14794
14795
14796
14797
14798
14799
14800
14801
14802
14803
14804
14805
14806
14807
14808
14809
14810
14811
14812
14813
14814
14815
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 14794

class InterconnectLocationRegionInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Identifies the network presence of this location.
  module LocationPresence
    # A value indicating that the enum field is not set.
    UNDEFINED_LOCATION_PRESENCE = 0

    # This region is not in any common network presence with this InterconnectLocation.
    GLOBAL = 494_663_587

    # This region shares the same regional network presence as this InterconnectLocation.
    LOCAL_REGION = 403_535_464

    # [Deprecated] This region is not in any common network presence with this InterconnectLocation.
    LP_GLOBAL = 429_584_062

    # [Deprecated] This region shares the same regional network presence as this InterconnectLocation.
    LP_LOCAL_REGION = 488_598_851
  end
end