Class: Google::Cloud::Compute::V1::DeleteTargetInstanceRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::DeleteTargetInstanceRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for TargetInstances.Delete. See the method description for details.
Instance Attribute Summary collapse
-
#project ⇒ ::String
Project ID for this request.
-
#request_id ⇒ ::String
An optional request ID to identify requests.
-
#target_instance ⇒ ::String
Name of the TargetInstance resource to delete.
-
#zone ⇒ ::String
Name of the zone scoping this request.
Instance Attribute Details
#project ⇒ ::String
6388 6389 6390 6391 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 6388 class DeleteTargetInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request_id ⇒ ::String
6388 6389 6390 6391 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 6388 class DeleteTargetInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#target_instance ⇒ ::String
6388 6389 6390 6391 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 6388 class DeleteTargetInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#zone ⇒ ::String
6388 6389 6390 6391 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 6388 class DeleteTargetInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |