ServerEndpointCreateParameters interface
The parameters used when creating a server endpoint.
- Extends
Properties
cloud |
Cloud Tiering. |
friendly |
Friendly Name |
initial |
Policy for how namespace and files are recalled during FastDr. |
initial |
Policy for how the initial upload sync session is performed. |
local |
Policy for enabling follow-the-sun business models: link local cache to cloud behavior to pre-populate before local access. |
offline |
Offline data transfer |
offline |
Offline data transfer share name |
server |
Server Local path. |
server |
Server Resource Id. |
tier |
Tier files older than days. |
volume |
Level of free space to be maintained by Cloud Tiering if it is enabled. |
Inherited Properties
id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server. |
name | The name of the resource NOTE: This property will not be serialized. It can only be populated by the server. |
type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
cloudTiering
Cloud Tiering.
cloudTiering?: string
Property Value
string
friendlyName
Friendly Name
friendlyName?: string
Property Value
string
initialDownloadPolicy
Policy for how namespace and files are recalled during FastDr.
initialDownloadPolicy?: string
Property Value
string
initialUploadPolicy
Policy for how the initial upload sync session is performed.
initialUploadPolicy?: string
Property Value
string
localCacheMode
Policy for enabling follow-the-sun business models: link local cache to cloud behavior to pre-populate before local access.
localCacheMode?: string
Property Value
string
offlineDataTransfer
Offline data transfer
offlineDataTransfer?: string
Property Value
string
offlineDataTransferShareName
Offline data transfer share name
offlineDataTransferShareName?: string
Property Value
string
serverLocalPath
Server Local path.
serverLocalPath?: string
Property Value
string
serverResourceId
Server Resource Id.
serverResourceId?: string
Property Value
string
tierFilesOlderThanDays
Tier files older than days.
tierFilesOlderThanDays?: number
Property Value
number
volumeFreeSpacePercent
Level of free space to be maintained by Cloud Tiering if it is enabled.
volumeFreeSpacePercent?: number
Property Value
number
Inherited Property Details
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From ProxyResource.id
name
The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From ProxyResource.name
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From ProxyResource.type