Show / Hide Table of Contents

Class GetVirtualMachineDiskResult

Inheritance
System.Object
GetVirtualMachineDiskResult
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: Pulumi.VSphere.Outputs
Assembly: Pulumi.VSphere.dll
Syntax
public sealed class GetVirtualMachineDiskResult

Fields

View Source

EagerlyScrub

Set to true if the disk has been eager zeroed.

Declaration
public readonly bool EagerlyScrub
Field Value
Type Description
System.Boolean
View Source

Size

The size of the disk, in GIB.

Declaration
public readonly int Size
Field Value
Type Description
System.Int32
View Source

ThinProvisioned

Set to true if the disk has been thin provisioned.

Declaration
public readonly bool ThinProvisioned
Field Value
Type Description
System.Boolean
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.