HostMemoryTierInfo

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"
    ],
    "size": 0
}
string
name
Required

Descriptive name for the memory tier.

string
type
Required

Type of the memory tier.

See HostMemoryTierTypeEnum for supported values.

array of string
flags
Optional

Flags pertaining to the memory tier.

See HostMemoryTierFlagsEnum for supported values.

integer As int64 As int64
size
Required

Size of the memory tier in bytes.

Availability
Added in vSphere API Release 7.0.3.0