Class: Google::Cloud::Compute::V1::StartWithEncryptionKeyInstanceRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::StartWithEncryptionKeyInstanceRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for Instances.StartWithEncryptionKey. See the method description for details.
Instance Attribute Summary collapse
-
#instance ⇒ ::String
Name of the instance resource to start.
-
#instances_start_with_encryption_key_request_resource ⇒ ::Google::Cloud::Compute::V1::InstancesStartWithEncryptionKeyRequest
The body resource for this request.
-
#project ⇒ ::String
Project ID for this request.
-
#request_id ⇒ ::String
An optional request ID to identify requests.
-
#zone ⇒ ::String
The name of the zone for this request.
Instance Attribute Details
#instance ⇒ ::String
26526 26527 26528 26529 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 26526 class StartWithEncryptionKeyInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#instances_start_with_encryption_key_request_resource ⇒ ::Google::Cloud::Compute::V1::InstancesStartWithEncryptionKeyRequest
26526 26527 26528 26529 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 26526 class StartWithEncryptionKeyInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
26526 26527 26528 26529 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 26526 class StartWithEncryptionKeyInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request_id ⇒ ::String
26526 26527 26528 26529 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 26526 class StartWithEncryptionKeyInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#zone ⇒ ::String
26526 26527 26528 26529 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 26526 class StartWithEncryptionKeyInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |