Class: Google::Cloud::Compute::V1::ManagedInstanceLastAttempt
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::ManagedInstanceLastAttempt
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#errors ⇒ ::Google::Cloud::Compute::V1::Errors
[Output Only] Encountered errors during the last attempt to create or delete the instance.
Instance Attribute Details
#errors ⇒ ::Google::Cloud::Compute::V1::Errors
Returns [Output Only] Encountered errors during the last attempt to create or delete the instance.
20426 20427 20428 20429 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 20426 class ManagedInstanceLastAttempt include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |