Class: Google::Cloud::Compute::V1::InterconnectAttachmentsScopedList
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::InterconnectAttachmentsScopedList
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#interconnect_attachments ⇒ ::Array<::Google::Cloud::Compute::V1::InterconnectAttachment>
A list of interconnect attachments contained in this scope.
-
#warning ⇒ ::Google::Cloud::Compute::V1::Warning
Informational warning which replaces the list of addresses when the list is empty.
Instance Attribute Details
#interconnect_attachments ⇒ ::Array<::Google::Cloud::Compute::V1::InterconnectAttachment>
Returns A list of interconnect attachments contained in this scope.
15995 15996 15997 15998 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 15995 class InterconnectAttachmentsScopedList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#warning ⇒ ::Google::Cloud::Compute::V1::Warning
Returns Informational warning which replaces the list of addresses when the list is empty.
15995 15996 15997 15998 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 15995 class InterconnectAttachmentsScopedList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |