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



14045
14046
14047
14048
14049
14050
14051
14052
14053
14054
14055
14056
14057
14058
14059
14060
14061
14062
14063
14064
14065
14066
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 14045

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 = 494663587

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

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

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

#location_presence::String



14045
14046
14047
14048
14049
14050
14051
14052
14053
14054
14055
14056
14057
14058
14059
14060
14061
14062
14063
14064
14065
14066
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 14045

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 = 494663587

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

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

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

#region::String



14045
14046
14047
14048
14049
14050
14051
14052
14053
14054
14055
14056
14057
14058
14059
14060
14061
14062
14063
14064
14065
14066
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 14045

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 = 494663587

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

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

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