Class: Google::Cloud::Compute::V1::GetInstantSnapshotGroupRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::GetInstantSnapshotGroupRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for InstantSnapshotGroups.Get. See the method description for details.
Instance Attribute Summary collapse
-
#instant_snapshot_group ⇒ ::String
Name of the InstantSnapshotGroup resource to return.
-
#project ⇒ ::String
Project ID for this request.
-
#zone ⇒ ::String
The name of the zone for this request.
Instance Attribute Details
#instant_snapshot_group ⇒ ::String
Returns Name of the InstantSnapshotGroup resource to return.
23448 23449 23450 23451 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 23448 class GetInstantSnapshotGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
Returns Project ID for this request.
23448 23449 23450 23451 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 23448 class GetInstantSnapshotGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#zone ⇒ ::String
Returns The name of the zone for this request.
23448 23449 23450 23451 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 23448 class GetInstantSnapshotGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |