Class: Google::Cloud::Compute::V1::RegionInstanceGroupManagersSetTemplateRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::RegionInstanceGroupManagersSetTemplateRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#instance_template ⇒ ::String
URL of the InstanceTemplate resource from which all new instances will be created.
Instance Attribute Details
#instance_template ⇒ ::String
Returns URL of the InstanceTemplate resource from which all new instances will be created.
25705 25706 25707 25708 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 25705 class RegionInstanceGroupManagersSetTemplateRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |