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 }.
20445 20446 20447 20448 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 20445 class ManagedInstanceVersion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns [Output Only] Name of the version.
20445 20446 20447 20448 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 20445 class ManagedInstanceVersion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |