GetServerEndpointResult

data class GetServerEndpointResult(val cloudTiering: String? = null, val cloudTieringStatus: ServerEndpointCloudTieringStatusResponse, val friendlyName: String? = null, val id: String, val initialDownloadPolicy: String? = null, val initialUploadPolicy: String? = null, val lastOperationName: String, val lastWorkflowId: String, val localCacheMode: String? = null, val name: String, val offlineDataTransfer: String? = null, val offlineDataTransferShareName: String? = null, val offlineDataTransferStorageAccountResourceId: String, val offlineDataTransferStorageAccountTenantId: String, val provisioningState: String, val recallStatus: ServerEndpointRecallStatusResponse, val serverLocalPath: String? = null, val serverName: String, val serverResourceId: String? = null, val syncStatus: ServerEndpointSyncStatusResponse, val systemData: SystemDataResponse, val tierFilesOlderThanDays: Int? = null, val type: String, val volumeFreeSpacePercent: Int? = null)

Server Endpoint object.

Constructors

Link copied to clipboard
constructor(cloudTiering: String? = null, cloudTieringStatus: ServerEndpointCloudTieringStatusResponse, friendlyName: String? = null, id: String, initialDownloadPolicy: String? = null, initialUploadPolicy: String? = null, lastOperationName: String, lastWorkflowId: String, localCacheMode: String? = null, name: String, offlineDataTransfer: String? = null, offlineDataTransferShareName: String? = null, offlineDataTransferStorageAccountResourceId: String, offlineDataTransferStorageAccountTenantId: String, provisioningState: String, recallStatus: ServerEndpointRecallStatusResponse, serverLocalPath: String? = null, serverName: String, serverResourceId: String? = null, syncStatus: ServerEndpointSyncStatusResponse, systemData: SystemDataResponse, tierFilesOlderThanDays: Int? = null, type: String, volumeFreeSpacePercent: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cloudTiering: String? = null

Cloud Tiering.

Link copied to clipboard

Cloud tiering status. Only populated if cloud tiering is enabled.

Link copied to clipboard
val friendlyName: String? = null

Friendly Name

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

Policy for how namespace and files are recalled during FastDr.

Link copied to clipboard

Policy for how the initial upload sync session is performed.

Link copied to clipboard

Resource Last Operation Name

Link copied to clipboard

ServerEndpoint lastWorkflowId

Link copied to clipboard
val localCacheMode: String? = null

Policy for enabling follow-the-sun business models: link local cache to cloud behavior to pre-populate before local access.

Link copied to clipboard

The name of the resource

Link copied to clipboard

Offline data transfer

Link copied to clipboard

Offline data transfer share name

Offline data transfer storage account resource ID

Offline data transfer storage account tenant ID

Link copied to clipboard

ServerEndpoint Provisioning State

Link copied to clipboard

Recall status. Only populated if cloud tiering is enabled.

Link copied to clipboard
val serverLocalPath: String? = null

Server Local path.

Link copied to clipboard

Server name

Link copied to clipboard

Server Resource Id.

Link copied to clipboard

Server Endpoint sync status

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard

Tier files older than days.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Link copied to clipboard

Level of free space to be maintained by Cloud Tiering if it is enabled.