Show / Hide Table of Contents

Class SourceInstanceParams

A specification of the parameters to use when creating the instance template from a source instance.

Inheritance
object
SourceInstanceParams
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX