Class: Google::Cloud::Compute::V1::ManagedInstanceVersion
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::ManagedInstanceVersion
- 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
[Output Only] The intended template of the instance.
-
#name ⇒ ::String
[Output Only] Name of the version.
Instance Attribute Details
#instance_template ⇒ ::String
Returns [Output Only] The intended template of the instance. This field is empty when current_action is one of { DELETING, ABANDONING }.
20559 20560 20561 20562 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 20559 class ManagedInstanceVersion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns [Output Only] Name of the version.
20559 20560 20561 20562 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 20559 class ManagedInstanceVersion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |