VsanIscsiLUNCommonInfo

VsanIscsiLUNCommonInfo
VsanIscsiLUNCommonInfo

Specifies common properties for iSCSI LUN.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "lunId": 0,
    "alias": "string",
    "lunSize": 0,
    "status": "string"
}
integer As int32 As int32
lunId
Optional

The optional ID of the LUN [0..255].

If not provided, next free identifier will be used. If provided, ID must be unique within target.

string
alias
Optional

An optional alias for LUN.

Can be used to indicate additional info about the LUN.

integer As int64 As int64
lunSize
Required

Size of the LUN object, unit is byte.

string
status
Optional

LUN status, the default value is 'Online'.

See also VsanIscsiLUNStatusEnum.