Class: Google::Cloud::Compute::V1::InstancesReportHostAsFaultyRequestFaultReason

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#behavior::String

Returns Check the Behavior enum for the list of possible values.

Returns:

  • (::String)

    Check the Behavior enum for the list of possible values.



16181
16182
16183
16184
16185
16186
16187
16188
16189
16190
16191
16192
16193
16194
16195
16196
16197
16198
16199
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 16181

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

Returns:

  • (::String)


16181
16182
16183
16184
16185
16186
16187
16188
16189
16190
16191
16192
16193
16194
16195
16196
16197
16198
16199
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 16181

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