Show / Hide Table of Contents

Class DiskConvertParams

Inheritance
object
DiskConvertParams
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.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class DiskConvertParams : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

ForceStopInProgressSnapshot

Declaration
[JsonProperty("forceStopInProgressSnapshot")]
public virtual bool? ForceStopInProgressSnapshot { get; set; }
Property Value
Type Description
bool?

ProvisionedIops

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

ProvisionedThroughput

Declaration
[JsonProperty("provisionedThroughput")]
public virtual long? ProvisionedThroughput { get; set; }
Property Value
Type Description
long?

QuickConversionOnly

Declaration
[JsonProperty("quickConversionOnly")]
public virtual bool? QuickConversionOnly { get; set; }
Property Value
Type Description
bool?

ResetSupportedVmFamilies

Declaration
[JsonProperty("resetSupportedVmFamilies")]
public virtual bool? ResetSupportedVmFamilies { get; set; }
Property Value
Type Description
bool?

TargetDiskType

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX