Class: Google::Cloud::AlloyDB::V1::InjectFaultRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/alloydb/v1/service.rb

Overview

Message for triggering fault injection on an instance

Defined Under Namespace

Modules: FaultType

Instance Attribute Summary collapse

Instance Attribute Details

#fault_type::Google::Cloud::AlloyDB::V1::InjectFaultRequest::FaultType



1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
# File 'proto_docs/google/cloud/alloydb/v1/service.rb', line 1085

class InjectFaultRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # FaultType contains all valid types of faults that can be injected to an
  # instance.
  module FaultType
    # The fault type is unknown.
    FAULT_TYPE_UNSPECIFIED = 0

    # Stop the VM
    STOP_VM = 1
  end
end

#name::String



1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
# File 'proto_docs/google/cloud/alloydb/v1/service.rb', line 1085

class InjectFaultRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # FaultType contains all valid types of faults that can be injected to an
  # instance.
  module FaultType
    # The fault type is unknown.
    FAULT_TYPE_UNSPECIFIED = 0

    # Stop the VM
    STOP_VM = 1
  end
end

#request_id::String



1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
# File 'proto_docs/google/cloud/alloydb/v1/service.rb', line 1085

class InjectFaultRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # FaultType contains all valid types of faults that can be injected to an
  # instance.
  module FaultType
    # The fault type is unknown.
    FAULT_TYPE_UNSPECIFIED = 0

    # Stop the VM
    STOP_VM = 1
  end
end

#validate_only::Boolean



1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
# File 'proto_docs/google/cloud/alloydb/v1/service.rb', line 1085

class InjectFaultRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # FaultType contains all valid types of faults that can be injected to an
  # instance.
  module FaultType
    # The fault type is unknown.
    FAULT_TYPE_UNSPECIFIED = 0

    # Stop the VM
    STOP_VM = 1
  end
end