VMwareDetails.TotalMemoryInBytes Property

Definition

Gets or sets the total memory.

[Newtonsoft.Json.JsonProperty(PropertyName="totalMemoryInBytes")]
public long? TotalMemoryInBytes { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="totalMemoryInBytes")>]
member this.TotalMemoryInBytes : Nullable<int64> with get, set
Public Property TotalMemoryInBytes As Nullable(Of Long)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to