ServiceConsoleReservationInfo

ServiceConsoleReservationInfo
ServiceConsoleReservationInfo

The ServiceConsoleReservationInfo data object type describes the amount of memory that is being reserved by the service console.

Memory reserved for use by the service console is a hard reservation that cannot be changed except across hardware restarts.

This memory that is reserved for the service console is used primarily to provide system management services. In addition, a small overhead is needed by each virtual machine on the service console.

The only property of the data object that can be changed directly is the serviceConsoleReservedCfg property. This property indicates how much memory should be reserved for the service console on the next boot. In most cases, this amount is the same as the current reservation.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "serviceConsoleReservedCfg": 0,
    "serviceConsoleReserved": 0,
    "unreserved": 0
}
integer As int64 As int64
serviceConsoleReservedCfg
Required

The amount of memory that should be reserved for the service console on the next boot.

integer As int64 As int64
serviceConsoleReserved
Required

The amount of memory that is currently reserved for the service console.

integer As int64 As int64
unreserved
Required

The amount of memory that is not reserved for use by the service console.