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::ManagedInstanceLastAttemptErrors
[Output Only] Encountered errors during the last attempt to create or delete the instance.
Instance Attribute Details
#errors ⇒ ::Google::Cloud::Compute::V1::ManagedInstanceLastAttemptErrors
Returns [Output Only] Encountered errors during the last attempt to create or delete the instance.
22636 22637 22638 22639 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 22636 class ManagedInstanceLastAttempt include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |