Class: Google::Cloud::Compute::V1::BulkInsertDiskResource
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::BulkInsertDiskResource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A transient resource used in compute.disks.bulkInsert and compute.regionDisks.bulkInsert. It is only used to process requests and is not persisted.
Instance Attribute Summary collapse
-
#instant_snapshot_group_parameters ⇒ ::Google::Cloud::Compute::V1::InstantSnapshotGroupParameters
The parameters for the instant snapshot group.
-
#snapshot_group_parameters ⇒ ::Google::Cloud::Compute::V1::SnapshotGroupParameters
The parameters for the snapshot group.
-
#source_consistency_group_policy ⇒ ::String
The URL of the DiskConsistencyGroupPolicy for the group of disks to clone.
Instance Attribute Details
#instant_snapshot_group_parameters ⇒ ::Google::Cloud::Compute::V1::InstantSnapshotGroupParameters
Returns The parameters for the instant snapshot group.
12692 12693 12694 12695 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 12692 class BulkInsertDiskResource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#snapshot_group_parameters ⇒ ::Google::Cloud::Compute::V1::SnapshotGroupParameters
Returns The parameters for the snapshot group. The usage of snapshot group feature is restricted.
12692 12693 12694 12695 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 12692 class BulkInsertDiskResource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#source_consistency_group_policy ⇒ ::String
Returns The URL of the DiskConsistencyGroupPolicy for the group of disks to clone. This may be a full or partial URL, such as:
-
https://www.googleapis.com/compute/v1/projects/project/regions/region/resourcePolicies/resourcePolicy
-
projects/project/regions/region/resourcePolicies/resourcePolicy
-
regions/region/resourcePolicies/resourcePolicy.
12692 12693 12694 12695 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 12692 class BulkInsertDiskResource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |