HostMemoryTierInfo
HostMemoryTierInfo
Information about a memory tier on this host.
Since: vSphere API Release 7.0.3.0
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"name": "string",
"type": "string",
"flags": [
"string"
],
"internalFlags": [
"string"
],
"size": 0
}
string
name
Required
Descriptive name for the memory tier.
array of
string
flags
Optional
Flags pertaining to the memory tier.
See HostMemoryTierFlagsEnum for supported values.
array of
string
internalFlags
Optional
System internal flags pertaining to the memory tier.
See HostMemoryTierInternalFlagsEnum for supported values.
Since: vSphere API Release 8.0.3.0
integer As int64
As int64
size
Required
Size of the memory tier in bytes.