vSAN Management API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - VsanFileShare(vim.vsan.FileShare)
- Property of
- FileShareQueryResult
- Extends
- DynamicData
- See also
- VsanFileShareConfig, VsanFileShareRuntimeInfo
- Since
- 7.0
Data Object Description
VsanFileShare is the data object type for reflecting the properties of a vSAN file share. This type provides the UUID of the file share, the underlying vSAN object mapping information and its configuration information.Properties
Name | Type | Description |
---|---|---|
config* | VsanFileShareConfig |
Configuration of this vSAN file share, including the name, quota,
permissions, etc.
This property is set when the vSAN file share is created or reconfigured.
|
runtime* | VsanFileShareRuntimeInfo |
Runtime and state information of an active vSAN file service share.
|
uuid | xsd:string |
UUID of the vSAN file share represented in hexadecimal string.
|
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |