Share interface
Represents a share on the Data Box Edge/Gateway device.
- Extends
Properties
access |
Access protocol to be used by the share. |
azure |
Azure container mapping for the share. |
client |
List of IP addresses and corresponding access rights on the share(required for NFS protocol). |
data |
Data policy of the share. |
description | Description for the share. |
monitoring |
Current monitoring status of the share. |
refresh |
Details of the refresh job on this share. |
share |
Share mount point to the role. NOTE: This property will not be serialized. It can only be populated by the server. |
share |
Current status of the share. |
user |
Mapping of users and corresponding access rights on the share (required for SMB protocol). |
Inherited Properties
id | The path ID that uniquely identifies the object. NOTE: This property will not be serialized. It can only be populated by the server. |
name | The object name. NOTE: This property will not be serialized. It can only be populated by the server. |
type | The hierarchical type of the object. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
accessProtocol
Access protocol to be used by the share.
accessProtocol: string
Property Value
string
azureContainerInfo
Azure container mapping for the share.
azureContainerInfo?: AzureContainerInfo
Property Value
clientAccessRights
List of IP addresses and corresponding access rights on the share(required for NFS protocol).
clientAccessRights?: ClientAccessRight[]
Property Value
dataPolicy
Data policy of the share.
dataPolicy?: string
Property Value
string
description
Description for the share.
description?: string
Property Value
string
monitoringStatus
Current monitoring status of the share.
monitoringStatus: string
Property Value
string
refreshDetails
Details of the refresh job on this share.
refreshDetails?: RefreshDetails
Property Value
shareMappings
Share mount point to the role. NOTE: This property will not be serialized. It can only be populated by the server.
shareMappings?: MountPointMap[]
Property Value
shareStatus
Current status of the share.
shareStatus: string
Property Value
string
userAccessRights
Mapping of users and corresponding access rights on the share (required for SMB protocol).
userAccessRights?: UserAccessRight[]
Property Value
Inherited Property Details
id
The path ID that uniquely identifies the object. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From ARMBaseModel.id
name
The object name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From ARMBaseModel.name
type
The hierarchical type of the object. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From ARMBaseModel.type