Class: Google::Cloud::Compute::V1::InstanceManagedByIgmError
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::InstanceManagedByIgmError
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#error ⇒ ::Google::Cloud::Compute::V1::InstanceManagedByIgmErrorManagedInstanceError
[Output Only] Contents of the error.
-
#instance_action_details ⇒ ::Google::Cloud::Compute::V1::InstanceManagedByIgmErrorInstanceActionDetails
[Output Only] Details of the instance action that triggered this error.
-
#timestamp ⇒ ::String
[Output Only] The time that this error occurred.
Instance Attribute Details
#error ⇒ ::Google::Cloud::Compute::V1::InstanceManagedByIgmErrorManagedInstanceError
Returns [Output Only] Contents of the error.
14675 14676 14677 14678 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 14675 class InstanceManagedByIgmError include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#instance_action_details ⇒ ::Google::Cloud::Compute::V1::InstanceManagedByIgmErrorInstanceActionDetails
Returns [Output Only] Details of the instance action that triggered this error. May be null, if the error was not caused by an action on an instance. This field is optional.
14675 14676 14677 14678 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 14675 class InstanceManagedByIgmError include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#timestamp ⇒ ::String
Returns [Output Only] The time that this error occurred. This value is in RFC3339 text format.
14675 14676 14677 14678 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 14675 class InstanceManagedByIgmError include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |