Data Object - CnsVsanFileShareBackingDetails(vim.cns.VsanFileShareBackingDetails)

Extends
CnsFileBackingDetails
See also
KeyValue, VsanFileShareNetPermission
Since
vSAN API 7.0

Data Object Description

Details for a vSAN file share backing for container volume.

Properties

Name Type Description
accessPoints*KeyValue[]

A key-value pair indicating the access points for the file share. The key of an access point is the type of the protocol, and the value of the access point is the connection string for accessing the file share.
The supported type of protocol string is NFSv4.1/NFSv3.
This field is ignored while creating the volume. However, this field is populated with the access points of the file share while returning it in Query APIs.
name*xsd:string

vSAN file share name.
This field is ignored while creating the volume. However, this field is populated with the name of the vSAN file share while returning it in Query APIs.
permission*VsanFileShareNetPermission[]

The permission parameters set for this file share. If this field is not set, for NFS then no user can access this file share.
This field is ignored from CnsVolumeCreateSpec while creating the volume. However, this field is set in the query APIs.

Since vSAN API vSAN 7.0U2
Properties inherited from CnsFileBackingDetails
backingFileId
Properties inherited from CnsBackingObjectDetails
capacityInMb
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition