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
-
#source_consistency_group_policy ⇒ ::String
The URL of the DiskConsistencyGroupPolicy for the group of disks to clone.
Instance Attribute Details
#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.
4486 4487 4488 4489 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 4486 class BulkInsertDiskResource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |