Class: Google::Cloud::Compute::V1::InstancesReportHostAsFaultyRequestFaultReason
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::InstancesReportHostAsFaultyRequestFaultReason
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Defined Under Namespace
Modules: Behavior
Instance Attribute Summary collapse
-
#behavior ⇒ ::String
Check the Behavior enum for the list of possible values.
- #description ⇒ ::String
Instance Attribute Details
#behavior ⇒ ::String
Returns Check the Behavior enum for the list of possible values.
16127 16128 16129 16130 16131 16132 16133 16134 16135 16136 16137 16138 16139 16140 16141 16142 16143 16144 16145 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 16127 class InstancesReportHostAsFaultyRequestFaultReason include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods module Behavior # A value indicating that the enum field is not set. UNDEFINED_BEHAVIOR = 0 # Public reportable behaviors BEHAVIOR_UNSPECIFIED = 85_734_570 PERFORMANCE = 135_701_520 SILENT_DATA_CORRUPTION = 111_360_678 UNRECOVERABLE_GPU_ERROR = 363_710_747 end end |
#description ⇒ ::String
16127 16128 16129 16130 16131 16132 16133 16134 16135 16136 16137 16138 16139 16140 16141 16142 16143 16144 16145 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 16127 class InstancesReportHostAsFaultyRequestFaultReason include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods module Behavior # A value indicating that the enum field is not set. UNDEFINED_BEHAVIOR = 0 # Public reportable behaviors BEHAVIOR_UNSPECIFIED = 85_734_570 PERFORMANCE = 135_701_520 SILENT_DATA_CORRUPTION = 111_360_678 UNRECOVERABLE_GPU_ERROR = 363_710_747 end end |