GetShareResult

data class GetShareResult(val accessProtocol: String, val azureApiVersion: 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, azureApiVersion: 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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Access protocol to be used by the share.

Link copied to clipboard

The Azure API version of the resource.

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
val dataPolicy: String? = null

Data policy of the share.

Link copied to clipboard
val description: String? = null

Description for the share.

Link copied to clipboard
val id: String

The path ID that uniquely identifies the object.

Link copied to clipboard

Current monitoring status of the share.

Link copied to clipboard

The object name.

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

Metadata pertaining to creation and last modification of Share

Link copied to clipboard

The hierarchical type of the object.

Link copied to clipboard

Mapping of users and corresponding access rights on the share (required for SMB protocol).