Class: Google::Cloud::Compute::V1::InstanceTemplatesScopedList
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::InstanceTemplatesScopedList
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#instance_templates ⇒ ::Array<::Google::Cloud::Compute::V1::InstanceTemplate>
[Output Only] A list of instance templates that are contained within the specified project and zone.
-
#warning ⇒ ::Google::Cloud::Compute::V1::Warning
[Output Only] An informational warning that replaces the list of instance templates when the list is empty.
Instance Attribute Details
#instance_templates ⇒ ::Array<::Google::Cloud::Compute::V1::InstanceTemplate>
Returns [Output Only] A list of instance templates that are contained within the specified project and zone.
14984 14985 14986 14987 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 14984 class InstanceTemplatesScopedList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#warning ⇒ ::Google::Cloud::Compute::V1::Warning
Returns [Output Only] An informational warning that replaces the list of instance templates when the list is empty.
14984 14985 14986 14987 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 14984 class InstanceTemplatesScopedList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |