Class: Google::Cloud::Compute::V1::NetworkAttachmentsScopedList
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::NetworkAttachmentsScopedList
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#network_attachments ⇒ ::Array<::Google::Cloud::Compute::V1::NetworkAttachment>
A list of NetworkAttachments contained in this scope.
-
#warning ⇒ ::Google::Cloud::Compute::V1::Warning
Informational warning which replaces the list of network attachments when the list is empty.
Instance Attribute Details
#network_attachments ⇒ ::Array<::Google::Cloud::Compute::V1::NetworkAttachment>
Returns A list of NetworkAttachments contained in this scope.
20903 20904 20905 20906 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 20903 class NetworkAttachmentsScopedList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#warning ⇒ ::Google::Cloud::Compute::V1::Warning
Returns Informational warning which replaces the list of network attachments when the list is empty.
20903 20904 20905 20906 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 20903 class NetworkAttachmentsScopedList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |