Managed Object Types
Data Object Types
All Properties
All Methods
Enum - VsanIscsiLUNCommonInfoVsanIscsiLUNStatus(vim.cluster.VsanIscsiLUNCommonInfo.VsanIscsiLUNStatus)
Since
vSphere API 6.5
Enum Description
Defines iSCSI LUN status, supported values are Online, Offline.
Enum Constants
Name
Description
Offline
LUN is inaccessable, all existing connections are closed.
Online
LUN is accessible.
VsanIscsiLUNStatus_Unknown
represent the value when the lower version client cannot recognize the enum value
Show WSDL type definition
<simpleType xmlns="http://www.w3.org/2001/XMLSchema" xmlns:vsan="urn:vsan" name="VsanIscsiLUNCommonInfoVsanIscsiLUNStatus"> <restriction base="xsd:string"> <enumeration value="Offline"/> <enumeration value="VsanIscsiLUNStatus_Unknown"/> <enumeration value="Online"/> </restriction> </simpleType>
Top of page
Managed Object Types
Data Object Types
All Properties
All Methods
© 2015-2019 VMware, Inc. All rights reserved.
Revision 12-August-2019 | VMware vSAN Management API | Version 6.7 Update 3