Managed Object Types
Data Object Types
All Properties
All Methods
Enum - VsanFileShareSmbEncryptionType(vim.vsan.FileShareSmbEncryptionType)
Since
vSAN API vSAN 7.0U1
Enum Description
Enumeration of the SMB file share encryption type.
Enum Constants
Name
Description
disabled
Disable the encryption for a share
FileShareSmbEncryptionType_Unknown
represent the value when the lower version client cannot recognize the enum value
mandatory
Traffic to a share must be encrypted. Clients that do not support encryption will be denied on accessing the share
Show WSDL type definition
<simpleType xmlns="http://www.w3.org/2001/XMLSchema" xmlns:vsan="urn:vsan" name="VsanFileShareSmbEncryptionType"> <restriction base="xsd:string"> <enumeration value="disabled"/> <enumeration value="mandatory"/> <enumeration value="FileShareSmbEncryptionType_Unknown"/> </restriction> </simpleType>
Top of page
Managed Object Types
Data Object Types
All Properties
All Methods
© 2015-2023 VMware, Inc. All rights reserved.
Revision 12-Sept-2023 | VMware vSAN Management API | Version 8.0 Update 2