IDatastore.PureStorageVolumeSizeGb Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Volume size to be used to create a Virtual Volumes (vVols) datastore
[Microsoft.Azure.PowerShell.Cmdlets.VMware.Runtime.Info(Create=true, Description="Volume size to be used to create a Virtual Volumes (vVols) datastore", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="sizeGb", Update=true)]
public int? PureStorageVolumeSizeGb { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.VMware.Runtime.Info(Create=true, Description="Volume size to be used to create a Virtual Volumes (vVols) datastore", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="sizeGb", Update=true)>]
member this.PureStorageVolumeSizeGb : Nullable<int> with get, set
Public Property PureStorageVolumeSizeGb As Nullable(Of Integer)
Property Value
- Attributes