Show / Hide Table of Contents

Class PersistentDisk

Specification of a persistent disk attached to a VM.

Inheritance
object
PersistentDisk
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.Cloudbilling.v1beta.Data
Assembly: Google.Apis.Cloudbilling.v1beta.dll
Syntax
public class PersistentDisk : IDirectResponseSchema

Properties

DiskSize

Specifies the size of disk. Must be at least 10 GB.

Declaration
[JsonProperty("diskSize")]
public virtual Usage DiskSize { get; set; }
Property Value
Type Description
Usage

DiskType

The disk type. For example: "pd-standard".

Declaration
[JsonProperty("diskType")]
public virtual string DiskType { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ProvisionedIops

Indicates how many IOPS to provision for the disk for extreme persistent disks. This sets the number of I/O operations per second that the disk can handle. Values must be between 10,000 and 120,000.

Declaration
[JsonProperty("provisionedIops")]
public virtual Usage ProvisionedIops { get; set; }
Property Value
Type Description
Usage

Scope

The geographic scope of the disk. Defaults to SCOPE_ZONAL if not specified.

Declaration
[JsonProperty("scope")]
public virtual string Scope { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX