Class: Google::Cloud::Compute::V1::TargetInstancesScopedList
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::TargetInstancesScopedList
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#target_instances ⇒ ::Array<::Google::Cloud::Compute::V1::TargetInstance>
A list of target instances 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
#target_instances ⇒ ::Array<::Google::Cloud::Compute::V1::TargetInstance>
Returns A list of target instances contained in this scope.
33601 33602 33603 33604 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 33601 class TargetInstancesScopedList 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.
33601 33602 33603 33604 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 33601 class TargetInstancesScopedList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |