Class: Google::Cloud::Compute::V1::SourceInstanceParams
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::SourceInstanceParams
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A specification of the parameters to use when creating the instance template from a source instance.
Instance Attribute Summary collapse
-
#disk_configs ⇒ ::Array<::Google::Cloud::Compute::V1::DiskInstantiationConfig>
Attached disks configuration.
Instance Attribute Details
#disk_configs ⇒ ::Array<::Google::Cloud::Compute::V1::DiskInstantiationConfig>
Returns Attached disks configuration. If not provided, defaults are applied: For boot disk and any other R/W disks, the source images for each disk will be used. For read-only disks, they will be attached in read-only mode. Local SSD disks will be created as blank volumes.
31508 31509 31510 31511 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 31508 class SourceInstanceParams include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |