ServerEndpoint Class
Server Endpoint object.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.storagesync.models._models_py3.ProxyResourceServerEndpoint
Constructor
ServerEndpoint(*, server_local_path: Optional[str] = None, cloud_tiering: Optional[Union[str, azure.mgmt.storagesync.models._microsoft_storage_sync_enums.FeatureStatus]] = None, volume_free_space_percent: Optional[int] = None, tier_files_older_than_days: Optional[int] = None, friendly_name: Optional[str] = None, server_resource_id: Optional[str] = None, offline_data_transfer: Optional[Union[str, azure.mgmt.storagesync.models._microsoft_storage_sync_enums.FeatureStatus]] = None, offline_data_transfer_share_name: Optional[str] = None, initial_download_policy: Optional[Union[str, azure.mgmt.storagesync.models._microsoft_storage_sync_enums.InitialDownloadPolicy]] = None, local_cache_mode: Optional[Union[str, azure.mgmt.storagesync.models._microsoft_storage_sync_enums.LocalCacheMode]] = None, **kwargs)
Parameters
- volume_free_space_percent
- int
Level of free space to be maintained by Cloud Tiering if it is enabled.
- offline_data_transfer
- str or FeatureStatus
Offline data transfer. Possible values include: "on", "off".
- initial_download_policy
- str or InitialDownloadPolicy
Policy for how namespace and files are recalled during FastDr. Possible values include: "NamespaceOnly", "NamespaceThenModifiedFiles", "AvoidTieredFiles".
- local_cache_mode
- str or LocalCacheMode
Policy for enabling follow-the-sun business models: link local cache to cloud behavior to pre-populate before local access. Possible values include: "DownloadNewAndModifiedFiles", "UpdateLocallyCachedFiles".
Variables
- id
- str
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.
- name
- str
The name of the resource.
- type
- str
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".
- provisioning_state
- str
ServerEndpoint Provisioning State.
- last_workflow_id
- str
ServerEndpoint lastWorkflowId.
- last_operation_name
- str
Resource Last Operation Name.
- sync_status
- ServerEndpointSyncStatus
Server Endpoint sync status.
- offline_data_transfer_storage_account_resource_id
- str
Offline data transfer storage account resource ID.
- offline_data_transfer_storage_account_tenant_id
- str
Offline data transfer storage account tenant ID.
- cloud_tiering_status
- ServerEndpointCloudTieringStatus
Cloud tiering status. Only populated if cloud tiering is enabled.
- recall_status
- ServerEndpointRecallStatus
Recall status. Only populated if cloud tiering is enabled.
- server_name
- str
Server name.
Feedback
Submit and view feedback for