Class DiskConvertParams
Inheritance
DiskConvertParams
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class DiskConvertParams : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
ForceStopInProgressSnapshot
Declaration
[JsonProperty("forceStopInProgressSnapshot")]
public virtual bool? ForceStopInProgressSnapshot { get; set; }
Property Value
ProvisionedIops
Declaration
[JsonProperty("provisionedIops")]
public virtual long? ProvisionedIops { get; set; }
Property Value
ProvisionedThroughput
Declaration
[JsonProperty("provisionedThroughput")]
public virtual long? ProvisionedThroughput { get; set; }
Property Value
QuickConversionOnly
Declaration
[JsonProperty("quickConversionOnly")]
public virtual bool? QuickConversionOnly { get; set; }
Property Value
ResetSupportedVmFamilies
Declaration
[JsonProperty("resetSupportedVmFamilies")]
public virtual bool? ResetSupportedVmFamilies { get; set; }
Property Value
TargetDiskType
Declaration
[JsonProperty("targetDiskType")]
public virtual string TargetDiskType { get; set; }
Property Value
Implements