multiprotocolType property

String? multiprotocolType
getter/setter pair

The LUN multiprotocol type ensures the characteristics of the LUN are optimized for each operating system. Possible string values are:

  • "MULTIPROTOCOL_TYPE_UNSPECIFIED" : Server has no OS specified.
  • "LINUX" : Server with Linux OS.

Implementation

core.String? multiprotocolType;