Package-level declarations

Types

Link copied to clipboard
data class AgentPropertiesResponseErrorDetails(val code: String? = null, val message: String? = null)
Link copied to clipboard
data class AzureKeyVaultSmbCredentialsResponse(val passwordUri: String? = null, val type: String, val usernameUri: String? = null)

The Azure Key Vault secret URIs which store the credentials.

data class AzureStorageBlobContainerEndpointPropertiesResponse(val blobContainerName: String, val description: String? = null, val endpointType: String, val provisioningState: String, val storageAccountResourceId: String)

The properties of Azure Storage blob container endpoint.

data class AzureStorageSmbFileShareEndpointPropertiesResponse(val description: String? = null, val endpointType: String, val fileShareName: String, val provisioningState: String, val storageAccountResourceId: String)

The properties of Azure Storage SMB file share endpoint.

Link copied to clipboard
data class GetAgentResult(val agentStatus: String, val agentVersion: String, val arcResourceId: String, val arcVmUuid: String, val azureApiVersion: String, val description: String? = null, val errorDetails: AgentPropertiesResponseErrorDetails, val id: String, val lastStatusUpdate: String, val localIPAddress: String, val memoryInMB: Double, val name: String, val numberOfCores: Double, val provisioningState: String, val systemData: SystemDataResponse, val timeZone: String, val type: String, val uploadLimitSchedule: UploadLimitScheduleResponse? = null, val uptimeInSeconds: Double)

The Agent resource.

Link copied to clipboard
data class GetEndpointResult(val azureApiVersion: String, val id: String, val name: String, val properties: Any, val systemData: SystemDataResponse, val type: String)

The Endpoint resource, which contains information about file sources and targets.

Link copied to clipboard
data class GetJobDefinitionResult(val agentName: String? = null, val agentResourceId: String, val azureApiVersion: String, val copyMode: String, val description: String? = null, val id: String, val latestJobRunName: String, val latestJobRunResourceId: String, val latestJobRunStatus: String, val name: String, val provisioningState: String, val sourceName: String, val sourceResourceId: String, val sourceSubpath: String? = null, val systemData: SystemDataResponse, val targetName: String, val targetResourceId: String, val targetSubpath: String? = null, val type: String)

The Job Definition resource.

Link copied to clipboard
data class GetProjectResult(val azureApiVersion: String, val description: String? = null, val id: String, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val type: String)

The Project resource.

Link copied to clipboard
data class GetStorageMoverResult(val azureApiVersion: String, val description: String? = null, val id: String, val location: String, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

The Storage Mover resource, which is a container for a group of Agents, Projects, and Endpoints.

Link copied to clipboard
data class NfsMountEndpointPropertiesResponse(val description: String? = null, val endpointType: String, val export: String, val host: String, val nfsVersion: String? = null, val provisioningState: String)

The properties of NFS share endpoint.

Link copied to clipboard
data class SmbMountEndpointPropertiesResponse(val credentials: AzureKeyVaultSmbCredentialsResponse? = null, val description: String? = null, val endpointType: String, val host: String, val provisioningState: String, val shareName: String)

The properties of SMB share endpoint.

Link copied to clipboard
data class SystemDataResponse(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null)

Metadata pertaining to creation and last modification of the resource.

Link copied to clipboard
data class TimeResponse(val hour: Int, val minute: Int? = null)

The time of day.

Link copied to clipboard
data class UploadLimitScheduleResponse(val weeklyRecurrences: List<UploadLimitWeeklyRecurrenceResponse>? = null)

The WAN-link upload limit schedule. Overlapping recurrences are not allowed.

Link copied to clipboard
data class UploadLimitWeeklyRecurrenceResponse(val days: List<String>, val endTime: TimeResponse, val limitInMbps: Int, val startTime: TimeResponse)

The weekly recurrence of the WAN-link upload limit schedule. The start time must be earlier in the day than the end time. The recurrence must not span across multiple days.