Class: Google::Cloud::Compute::V1::SourceInstanceParams

Inherits:
Object
  • Object
show all
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

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, new custom images will be created from each disk. For read-only disks, they will be attached in read-only mode. Local SSD disks will be created as blank volumes.

Returns:

  • (::Array<::Google::Cloud::Compute::V1::DiskInstantiationConfig>)

    Attached disks configuration. If not provided, defaults are applied: For boot disk and any other R/W disks, new custom images will be created from each disk. For read-only disks, they will be attached in read-only mode. Local SSD disks will be created as blank volumes.



24308
24309
24310
24311
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 24308

class SourceInstanceParams
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end