Class SourceInstanceParams
A specification of the parameters to use when creating the instance template from a source instance.
Implements
Inherited Members
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class SourceInstanceParams : IDirectResponseSchema
Properties
DiskConfigs
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.
Declaration
[JsonProperty("diskConfigs")]
public virtual IList<DiskInstantiationConfig> DiskConfigs { get; set; }
Property Value
Type | Description |
---|---|
IList<DiskInstantiationConfig> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |