Class DiskConfig
Specifies the config of disk options for a group of VM instances.
Inheritance
System.Object
DiskConfig
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Dataproc.v1.Data
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class DiskConfig : IDirectResponseSchema
Properties
BootDiskSizeGb
Optional. Size in GB of the boot disk (default is 500GB).
Declaration
[JsonProperty("bootDiskSizeGb")]
public virtual int? BootDiskSizeGb { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
BootDiskType
Optional. Type of the boot disk (default is "pd-standard"). Valid values: "pd-ssd" (Persistent Disk Solid State Drive) or "pd-standard" (Persistent Disk Hard Disk Drive).
Declaration
[JsonProperty("bootDiskType")]
public virtual string BootDiskType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
NumLocalSsds
Optional. Number of attached SSDs, from 0 to 4 (default is 0). If SSDs are not attached, the boot disk is used to store runtime logs and HDFS (https://hadoop.apache.org/docs/r1.2.1/hdfs_user_guide.html) data. If one or more SSDs are attached, this runtime bulk data is spread across them, and the boot disk contains only basic config and installed binaries.
Declaration
[JsonProperty("numLocalSsds")]
public virtual int? NumLocalSsds { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |