Class: Google::Cloud::Compute::V1::SimulateMaintenanceEventInstanceRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::SimulateMaintenanceEventInstanceRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for Instances.SimulateMaintenanceEvent. See the method description for details.
Instance Attribute Summary collapse
-
#instance ⇒ ::String
Name of the instance scoping this request.
-
#project ⇒ ::String
Project ID for this request.
-
#request_id ⇒ ::String
An optional request ID to identify requests.
-
#with_extended_notifications ⇒ ::Boolean
Determines whether the customers receive notifications before migration.
-
#zone ⇒ ::String
The name of the zone for this request.
Instance Attribute Details
#instance ⇒ ::String
32466 32467 32468 32469 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 32466 class SimulateMaintenanceEventInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
32466 32467 32468 32469 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 32466 class SimulateMaintenanceEventInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request_id ⇒ ::String
32466 32467 32468 32469 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 32466 class SimulateMaintenanceEventInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#with_extended_notifications ⇒ ::Boolean
32466 32467 32468 32469 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 32466 class SimulateMaintenanceEventInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#zone ⇒ ::String
32466 32467 32468 32469 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 32466 class SimulateMaintenanceEventInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |