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
fun GetShareResult(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)