Get Share Result
data class GetShareResult(val accessProtocol: String, val azureContainerInfo: AzureContainerInfoResponse? = null, val clientAccessRights: List<ClientAccessRightResponse>? = null, val dataPolicy: String? = null, val description: String? = null, val id: String, val monitoringStatus: String, val name: String, val refreshDetails: RefreshDetailsResponse? = null, val shareMappings: List<MountPointMapResponse>, val shareStatus: String, val systemData: SystemDataResponse, val type: String, val userAccessRights: List<UserAccessRightResponse>? = null)
Represents a share on the Data Box Edge/Gateway device.
Constructors
Link copied to clipboard
constructor(accessProtocol: String, azureContainerInfo: AzureContainerInfoResponse? = null, clientAccessRights: List<ClientAccessRightResponse>? = null, dataPolicy: String? = null, description: String? = null, id: String, monitoringStatus: String, name: String, refreshDetails: RefreshDetailsResponse? = null, shareMappings: List<MountPointMapResponse>, shareStatus: String, systemData: SystemDataResponse, type: String, userAccessRights: List<UserAccessRightResponse>? = null)
Properties
Link copied to clipboard
Access protocol to be used by the share.
Link copied to clipboard
Azure container mapping for the share.
Link copied to clipboard
List of IP addresses and corresponding access rights on the share(required for NFS protocol).
Link copied to clipboard
Data policy of the share.
Link copied to clipboard
Description for the share.
Link copied to clipboard
Current monitoring status of the share.
Link copied to clipboard
Details of the refresh job on this share.
Link copied to clipboard
Share mount point to the role.
Link copied to clipboard
Current status of the share.
Link copied to clipboard
Share on ASE device
Link copied to clipboard
Mapping of users and corresponding access rights on the share (required for SMB protocol).