1. Packages
  2. Azure Native
  3. API Docs
  4. storagesync
  5. getServerEndpoint
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.33.0 published on Friday, Mar 22, 2024 by Pulumi

azure-native.storagesync.getServerEndpoint

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.33.0 published on Friday, Mar 22, 2024 by Pulumi

    Get a ServerEndpoint. Azure REST API version: 2022-06-01.

    Other available API versions: 2017-06-05-preview, 2018-04-02, 2018-07-01, 2018-10-01, 2019-10-01, 2022-09-01.

    Using getServerEndpoint

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getServerEndpoint(args: GetServerEndpointArgs, opts?: InvokeOptions): Promise<GetServerEndpointResult>
    function getServerEndpointOutput(args: GetServerEndpointOutputArgs, opts?: InvokeOptions): Output<GetServerEndpointResult>
    def get_server_endpoint(resource_group_name: Optional[str] = None,
                            server_endpoint_name: Optional[str] = None,
                            storage_sync_service_name: Optional[str] = None,
                            sync_group_name: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> GetServerEndpointResult
    def get_server_endpoint_output(resource_group_name: Optional[pulumi.Input[str]] = None,
                            server_endpoint_name: Optional[pulumi.Input[str]] = None,
                            storage_sync_service_name: Optional[pulumi.Input[str]] = None,
                            sync_group_name: Optional[pulumi.Input[str]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetServerEndpointResult]
    func LookupServerEndpoint(ctx *Context, args *LookupServerEndpointArgs, opts ...InvokeOption) (*LookupServerEndpointResult, error)
    func LookupServerEndpointOutput(ctx *Context, args *LookupServerEndpointOutputArgs, opts ...InvokeOption) LookupServerEndpointResultOutput

    > Note: This function is named LookupServerEndpoint in the Go SDK.

    public static class GetServerEndpoint 
    {
        public static Task<GetServerEndpointResult> InvokeAsync(GetServerEndpointArgs args, InvokeOptions? opts = null)
        public static Output<GetServerEndpointResult> Invoke(GetServerEndpointInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetServerEndpointResult> getServerEndpoint(GetServerEndpointArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:storagesync:getServerEndpoint
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    ServerEndpointName string
    Name of Server Endpoint object.
    StorageSyncServiceName string
    Name of Storage Sync Service resource.
    SyncGroupName string
    Name of Sync Group resource.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    ServerEndpointName string
    Name of Server Endpoint object.
    StorageSyncServiceName string
    Name of Storage Sync Service resource.
    SyncGroupName string
    Name of Sync Group resource.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    serverEndpointName String
    Name of Server Endpoint object.
    storageSyncServiceName String
    Name of Storage Sync Service resource.
    syncGroupName String
    Name of Sync Group resource.
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    serverEndpointName string
    Name of Server Endpoint object.
    storageSyncServiceName string
    Name of Storage Sync Service resource.
    syncGroupName string
    Name of Sync Group resource.
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    server_endpoint_name str
    Name of Server Endpoint object.
    storage_sync_service_name str
    Name of Storage Sync Service resource.
    sync_group_name str
    Name of Sync Group resource.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    serverEndpointName String
    Name of Server Endpoint object.
    storageSyncServiceName String
    Name of Storage Sync Service resource.
    syncGroupName String
    Name of Sync Group resource.

    getServerEndpoint Result

    The following output properties are available:

    CloudTieringStatus Pulumi.AzureNative.StorageSync.Outputs.ServerEndpointCloudTieringStatusResponse
    Cloud tiering status. Only populated if cloud tiering is enabled.
    Id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    LastOperationName string
    Resource Last Operation Name
    LastWorkflowId string
    ServerEndpoint lastWorkflowId
    Name string
    The name of the resource
    OfflineDataTransferStorageAccountResourceId string
    Offline data transfer storage account resource ID
    OfflineDataTransferStorageAccountTenantId string
    Offline data transfer storage account tenant ID
    ProvisioningState string
    ServerEndpoint Provisioning State
    RecallStatus Pulumi.AzureNative.StorageSync.Outputs.ServerEndpointRecallStatusResponse
    Recall status. Only populated if cloud tiering is enabled.
    ServerName string
    Server name
    SyncStatus Pulumi.AzureNative.StorageSync.Outputs.ServerEndpointSyncStatusResponse
    Server Endpoint sync status
    SystemData Pulumi.AzureNative.StorageSync.Outputs.SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    CloudTiering string
    Cloud Tiering.
    FriendlyName string
    Friendly Name
    InitialDownloadPolicy string
    Policy for how namespace and files are recalled during FastDr.
    InitialUploadPolicy string
    Policy for how the initial upload sync session is performed.
    LocalCacheMode string
    Policy for enabling follow-the-sun business models: link local cache to cloud behavior to pre-populate before local access.
    OfflineDataTransfer string
    Offline data transfer
    OfflineDataTransferShareName string
    Offline data transfer share name
    ServerLocalPath string
    Server Local path.
    ServerResourceId string
    Server Resource Id.
    TierFilesOlderThanDays int
    Tier files older than days.
    VolumeFreeSpacePercent int
    Level of free space to be maintained by Cloud Tiering if it is enabled.
    CloudTieringStatus ServerEndpointCloudTieringStatusResponse
    Cloud tiering status. Only populated if cloud tiering is enabled.
    Id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    LastOperationName string
    Resource Last Operation Name
    LastWorkflowId string
    ServerEndpoint lastWorkflowId
    Name string
    The name of the resource
    OfflineDataTransferStorageAccountResourceId string
    Offline data transfer storage account resource ID
    OfflineDataTransferStorageAccountTenantId string
    Offline data transfer storage account tenant ID
    ProvisioningState string
    ServerEndpoint Provisioning State
    RecallStatus ServerEndpointRecallStatusResponse
    Recall status. Only populated if cloud tiering is enabled.
    ServerName string
    Server name
    SyncStatus ServerEndpointSyncStatusResponse
    Server Endpoint sync status
    SystemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    CloudTiering string
    Cloud Tiering.
    FriendlyName string
    Friendly Name
    InitialDownloadPolicy string
    Policy for how namespace and files are recalled during FastDr.
    InitialUploadPolicy string
    Policy for how the initial upload sync session is performed.
    LocalCacheMode string
    Policy for enabling follow-the-sun business models: link local cache to cloud behavior to pre-populate before local access.
    OfflineDataTransfer string
    Offline data transfer
    OfflineDataTransferShareName string
    Offline data transfer share name
    ServerLocalPath string
    Server Local path.
    ServerResourceId string
    Server Resource Id.
    TierFilesOlderThanDays int
    Tier files older than days.
    VolumeFreeSpacePercent int
    Level of free space to be maintained by Cloud Tiering if it is enabled.
    cloudTieringStatus ServerEndpointCloudTieringStatusResponse
    Cloud tiering status. Only populated if cloud tiering is enabled.
    id String
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    lastOperationName String
    Resource Last Operation Name
    lastWorkflowId String
    ServerEndpoint lastWorkflowId
    name String
    The name of the resource
    offlineDataTransferStorageAccountResourceId String
    Offline data transfer storage account resource ID
    offlineDataTransferStorageAccountTenantId String
    Offline data transfer storage account tenant ID
    provisioningState String
    ServerEndpoint Provisioning State
    recallStatus ServerEndpointRecallStatusResponse
    Recall status. Only populated if cloud tiering is enabled.
    serverName String
    Server name
    syncStatus ServerEndpointSyncStatusResponse
    Server Endpoint sync status
    systemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    cloudTiering String
    Cloud Tiering.
    friendlyName String
    Friendly Name
    initialDownloadPolicy String
    Policy for how namespace and files are recalled during FastDr.
    initialUploadPolicy String
    Policy for how the initial upload sync session is performed.
    localCacheMode String
    Policy for enabling follow-the-sun business models: link local cache to cloud behavior to pre-populate before local access.
    offlineDataTransfer String
    Offline data transfer
    offlineDataTransferShareName String
    Offline data transfer share name
    serverLocalPath String
    Server Local path.
    serverResourceId String
    Server Resource Id.
    tierFilesOlderThanDays Integer
    Tier files older than days.
    volumeFreeSpacePercent Integer
    Level of free space to be maintained by Cloud Tiering if it is enabled.
    cloudTieringStatus ServerEndpointCloudTieringStatusResponse
    Cloud tiering status. Only populated if cloud tiering is enabled.
    id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    lastOperationName string
    Resource Last Operation Name
    lastWorkflowId string
    ServerEndpoint lastWorkflowId
    name string
    The name of the resource
    offlineDataTransferStorageAccountResourceId string
    Offline data transfer storage account resource ID
    offlineDataTransferStorageAccountTenantId string
    Offline data transfer storage account tenant ID
    provisioningState string
    ServerEndpoint Provisioning State
    recallStatus ServerEndpointRecallStatusResponse
    Recall status. Only populated if cloud tiering is enabled.
    serverName string
    Server name
    syncStatus ServerEndpointSyncStatusResponse
    Server Endpoint sync status
    systemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    cloudTiering string
    Cloud Tiering.
    friendlyName string
    Friendly Name
    initialDownloadPolicy string
    Policy for how namespace and files are recalled during FastDr.
    initialUploadPolicy string
    Policy for how the initial upload sync session is performed.
    localCacheMode string
    Policy for enabling follow-the-sun business models: link local cache to cloud behavior to pre-populate before local access.
    offlineDataTransfer string
    Offline data transfer
    offlineDataTransferShareName string
    Offline data transfer share name
    serverLocalPath string
    Server Local path.
    serverResourceId string
    Server Resource Id.
    tierFilesOlderThanDays number
    Tier files older than days.
    volumeFreeSpacePercent number
    Level of free space to be maintained by Cloud Tiering if it is enabled.
    cloud_tiering_status ServerEndpointCloudTieringStatusResponse
    Cloud tiering status. Only populated if cloud tiering is enabled.
    id str
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    last_operation_name str
    Resource Last Operation Name
    last_workflow_id str
    ServerEndpoint lastWorkflowId
    name str
    The name of the resource
    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
    provisioning_state str
    ServerEndpoint Provisioning State
    recall_status ServerEndpointRecallStatusResponse
    Recall status. Only populated if cloud tiering is enabled.
    server_name str
    Server name
    sync_status ServerEndpointSyncStatusResponse
    Server Endpoint sync status
    system_data SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type str
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    cloud_tiering str
    Cloud Tiering.
    friendly_name str
    Friendly Name
    initial_download_policy str
    Policy for how namespace and files are recalled during FastDr.
    initial_upload_policy str
    Policy for how the initial upload sync session is performed.
    local_cache_mode str
    Policy for enabling follow-the-sun business models: link local cache to cloud behavior to pre-populate before local access.
    offline_data_transfer str
    Offline data transfer
    offline_data_transfer_share_name str
    Offline data transfer share name
    server_local_path str
    Server Local path.
    server_resource_id str
    Server Resource Id.
    tier_files_older_than_days int
    Tier files older than days.
    volume_free_space_percent int
    Level of free space to be maintained by Cloud Tiering if it is enabled.
    cloudTieringStatus Property Map
    Cloud tiering status. Only populated if cloud tiering is enabled.
    id String
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    lastOperationName String
    Resource Last Operation Name
    lastWorkflowId String
    ServerEndpoint lastWorkflowId
    name String
    The name of the resource
    offlineDataTransferStorageAccountResourceId String
    Offline data transfer storage account resource ID
    offlineDataTransferStorageAccountTenantId String
    Offline data transfer storage account tenant ID
    provisioningState String
    ServerEndpoint Provisioning State
    recallStatus Property Map
    Recall status. Only populated if cloud tiering is enabled.
    serverName String
    Server name
    syncStatus Property Map
    Server Endpoint sync status
    systemData Property Map
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    cloudTiering String
    Cloud Tiering.
    friendlyName String
    Friendly Name
    initialDownloadPolicy String
    Policy for how namespace and files are recalled during FastDr.
    initialUploadPolicy String
    Policy for how the initial upload sync session is performed.
    localCacheMode String
    Policy for enabling follow-the-sun business models: link local cache to cloud behavior to pre-populate before local access.
    offlineDataTransfer String
    Offline data transfer
    offlineDataTransferShareName String
    Offline data transfer share name
    serverLocalPath String
    Server Local path.
    serverResourceId String
    Server Resource Id.
    tierFilesOlderThanDays Number
    Tier files older than days.
    volumeFreeSpacePercent Number
    Level of free space to be maintained by Cloud Tiering if it is enabled.

    Supporting Types

    CloudTieringCachePerformanceResponse

    CacheHitBytes double
    Count of bytes that were served from the local server
    CacheHitBytesPercent int
    Percentage of total bytes (hit + miss) that were served from the local server
    CacheMissBytes double
    Count of bytes that were served from the cloud
    LastUpdatedTimestamp string
    Last updated timestamp
    CacheHitBytes float64
    Count of bytes that were served from the local server
    CacheHitBytesPercent int
    Percentage of total bytes (hit + miss) that were served from the local server
    CacheMissBytes float64
    Count of bytes that were served from the cloud
    LastUpdatedTimestamp string
    Last updated timestamp
    cacheHitBytes Double
    Count of bytes that were served from the local server
    cacheHitBytesPercent Integer
    Percentage of total bytes (hit + miss) that were served from the local server
    cacheMissBytes Double
    Count of bytes that were served from the cloud
    lastUpdatedTimestamp String
    Last updated timestamp
    cacheHitBytes number
    Count of bytes that were served from the local server
    cacheHitBytesPercent number
    Percentage of total bytes (hit + miss) that were served from the local server
    cacheMissBytes number
    Count of bytes that were served from the cloud
    lastUpdatedTimestamp string
    Last updated timestamp
    cache_hit_bytes float
    Count of bytes that were served from the local server
    cache_hit_bytes_percent int
    Percentage of total bytes (hit + miss) that were served from the local server
    cache_miss_bytes float
    Count of bytes that were served from the cloud
    last_updated_timestamp str
    Last updated timestamp
    cacheHitBytes Number
    Count of bytes that were served from the local server
    cacheHitBytesPercent Number
    Percentage of total bytes (hit + miss) that were served from the local server
    cacheMissBytes Number
    Count of bytes that were served from the cloud
    lastUpdatedTimestamp String
    Last updated timestamp

    CloudTieringDatePolicyStatusResponse

    LastUpdatedTimestamp string
    Last updated timestamp
    TieredFilesMostRecentAccessTimestamp string
    Most recent access time of tiered files
    LastUpdatedTimestamp string
    Last updated timestamp
    TieredFilesMostRecentAccessTimestamp string
    Most recent access time of tiered files
    lastUpdatedTimestamp String
    Last updated timestamp
    tieredFilesMostRecentAccessTimestamp String
    Most recent access time of tiered files
    lastUpdatedTimestamp string
    Last updated timestamp
    tieredFilesMostRecentAccessTimestamp string
    Most recent access time of tiered files
    last_updated_timestamp str
    Last updated timestamp
    tiered_files_most_recent_access_timestamp str
    Most recent access time of tiered files
    lastUpdatedTimestamp String
    Last updated timestamp
    tieredFilesMostRecentAccessTimestamp String
    Most recent access time of tiered files

    CloudTieringFilesNotTieringResponse

    Errors List<Pulumi.AzureNative.StorageSync.Inputs.FilesNotTieringErrorResponse>
    Array of tiering errors
    LastUpdatedTimestamp string
    Last updated timestamp
    TotalFileCount double
    Last cloud tiering result (HResult)
    Errors []FilesNotTieringErrorResponse
    Array of tiering errors
    LastUpdatedTimestamp string
    Last updated timestamp
    TotalFileCount float64
    Last cloud tiering result (HResult)
    errors List<FilesNotTieringErrorResponse>
    Array of tiering errors
    lastUpdatedTimestamp String
    Last updated timestamp
    totalFileCount Double
    Last cloud tiering result (HResult)
    errors FilesNotTieringErrorResponse[]
    Array of tiering errors
    lastUpdatedTimestamp string
    Last updated timestamp
    totalFileCount number
    Last cloud tiering result (HResult)
    errors Sequence[FilesNotTieringErrorResponse]
    Array of tiering errors
    last_updated_timestamp str
    Last updated timestamp
    total_file_count float
    Last cloud tiering result (HResult)
    errors List<Property Map>
    Array of tiering errors
    lastUpdatedTimestamp String
    Last updated timestamp
    totalFileCount Number
    Last cloud tiering result (HResult)

    CloudTieringLowDiskModeResponse

    LastUpdatedTimestamp string
    Last updated timestamp
    State string
    Low disk mode state
    LastUpdatedTimestamp string
    Last updated timestamp
    State string
    Low disk mode state
    lastUpdatedTimestamp String
    Last updated timestamp
    state String
    Low disk mode state
    lastUpdatedTimestamp string
    Last updated timestamp
    state string
    Low disk mode state
    last_updated_timestamp str
    Last updated timestamp
    state str
    Low disk mode state
    lastUpdatedTimestamp String
    Last updated timestamp
    state String
    Low disk mode state

    CloudTieringSpaceSavingsResponse

    CachedSizeBytes double
    Cached content size on the server
    LastUpdatedTimestamp string
    Last updated timestamp
    SpaceSavingsBytes double
    Count of bytes saved on the server
    SpaceSavingsPercent int
    Percentage of cached size over total size
    TotalSizeCloudBytes double
    Total size of content in the azure file share
    VolumeSizeBytes double
    Volume size
    CachedSizeBytes float64
    Cached content size on the server
    LastUpdatedTimestamp string
    Last updated timestamp
    SpaceSavingsBytes float64
    Count of bytes saved on the server
    SpaceSavingsPercent int
    Percentage of cached size over total size
    TotalSizeCloudBytes float64
    Total size of content in the azure file share
    VolumeSizeBytes float64
    Volume size
    cachedSizeBytes Double
    Cached content size on the server
    lastUpdatedTimestamp String
    Last updated timestamp
    spaceSavingsBytes Double
    Count of bytes saved on the server
    spaceSavingsPercent Integer
    Percentage of cached size over total size
    totalSizeCloudBytes Double
    Total size of content in the azure file share
    volumeSizeBytes Double
    Volume size
    cachedSizeBytes number
    Cached content size on the server
    lastUpdatedTimestamp string
    Last updated timestamp
    spaceSavingsBytes number
    Count of bytes saved on the server
    spaceSavingsPercent number
    Percentage of cached size over total size
    totalSizeCloudBytes number
    Total size of content in the azure file share
    volumeSizeBytes number
    Volume size
    cached_size_bytes float
    Cached content size on the server
    last_updated_timestamp str
    Last updated timestamp
    space_savings_bytes float
    Count of bytes saved on the server
    space_savings_percent int
    Percentage of cached size over total size
    total_size_cloud_bytes float
    Total size of content in the azure file share
    volume_size_bytes float
    Volume size
    cachedSizeBytes Number
    Cached content size on the server
    lastUpdatedTimestamp String
    Last updated timestamp
    spaceSavingsBytes Number
    Count of bytes saved on the server
    spaceSavingsPercent Number
    Percentage of cached size over total size
    totalSizeCloudBytes Number
    Total size of content in the azure file share
    volumeSizeBytes Number
    Volume size

    CloudTieringVolumeFreeSpacePolicyStatusResponse

    CurrentVolumeFreeSpacePercent int
    Current volume free space percentage.
    EffectiveVolumeFreeSpacePolicy int
    In the case where multiple server endpoints are present in a volume, an effective free space policy is applied.
    LastUpdatedTimestamp string
    Last updated timestamp
    CurrentVolumeFreeSpacePercent int
    Current volume free space percentage.
    EffectiveVolumeFreeSpacePolicy int
    In the case where multiple server endpoints are present in a volume, an effective free space policy is applied.
    LastUpdatedTimestamp string
    Last updated timestamp
    currentVolumeFreeSpacePercent Integer
    Current volume free space percentage.
    effectiveVolumeFreeSpacePolicy Integer
    In the case where multiple server endpoints are present in a volume, an effective free space policy is applied.
    lastUpdatedTimestamp String
    Last updated timestamp
    currentVolumeFreeSpacePercent number
    Current volume free space percentage.
    effectiveVolumeFreeSpacePolicy number
    In the case where multiple server endpoints are present in a volume, an effective free space policy is applied.
    lastUpdatedTimestamp string
    Last updated timestamp
    current_volume_free_space_percent int
    Current volume free space percentage.
    effective_volume_free_space_policy int
    In the case where multiple server endpoints are present in a volume, an effective free space policy is applied.
    last_updated_timestamp str
    Last updated timestamp
    currentVolumeFreeSpacePercent Number
    Current volume free space percentage.
    effectiveVolumeFreeSpacePolicy Number
    In the case where multiple server endpoints are present in a volume, an effective free space policy is applied.
    lastUpdatedTimestamp String
    Last updated timestamp

    FilesNotTieringErrorResponse

    ErrorCode int
    Error code (HResult)
    FileCount double
    Count of files with this error
    ErrorCode int
    Error code (HResult)
    FileCount float64
    Count of files with this error
    errorCode Integer
    Error code (HResult)
    fileCount Double
    Count of files with this error
    errorCode number
    Error code (HResult)
    fileCount number
    Count of files with this error
    error_code int
    Error code (HResult)
    file_count float
    Count of files with this error
    errorCode Number
    Error code (HResult)
    fileCount Number
    Count of files with this error

    ServerEndpointBackgroundDataDownloadActivityResponse

    DownloadedBytes double
    Running count of bytes downloaded
    PercentProgress int
    Progress percentage
    StartedTimestamp string
    Timestamp when the operation started
    Timestamp string
    Timestamp when properties were updated
    DownloadedBytes float64
    Running count of bytes downloaded
    PercentProgress int
    Progress percentage
    StartedTimestamp string
    Timestamp when the operation started
    Timestamp string
    Timestamp when properties were updated
    downloadedBytes Double
    Running count of bytes downloaded
    percentProgress Integer
    Progress percentage
    startedTimestamp String
    Timestamp when the operation started
    timestamp String
    Timestamp when properties were updated
    downloadedBytes number
    Running count of bytes downloaded
    percentProgress number
    Progress percentage
    startedTimestamp string
    Timestamp when the operation started
    timestamp string
    Timestamp when properties were updated
    downloaded_bytes float
    Running count of bytes downloaded
    percent_progress int
    Progress percentage
    started_timestamp str
    Timestamp when the operation started
    timestamp str
    Timestamp when properties were updated
    downloadedBytes Number
    Running count of bytes downloaded
    percentProgress Number
    Progress percentage
    startedTimestamp String
    Timestamp when the operation started
    timestamp String
    Timestamp when properties were updated

    ServerEndpointCloudTieringStatusResponse

    CachePerformance Pulumi.AzureNative.StorageSync.Inputs.CloudTieringCachePerformanceResponse
    Information regarding how well the local cache on the server is performing.
    DatePolicyStatus Pulumi.AzureNative.StorageSync.Inputs.CloudTieringDatePolicyStatusResponse
    Status of the date policy
    FilesNotTiering Pulumi.AzureNative.StorageSync.Inputs.CloudTieringFilesNotTieringResponse
    Information regarding files that failed to be tiered
    Health string
    Cloud tiering health state.
    HealthLastUpdatedTimestamp string
    The last updated timestamp of health state
    LastCloudTieringResult int
    Last cloud tiering result (HResult)
    LastSuccessTimestamp string
    Last cloud tiering success timestamp
    LastUpdatedTimestamp string
    Last updated timestamp
    LowDiskMode Pulumi.AzureNative.StorageSync.Inputs.CloudTieringLowDiskModeResponse
    Information regarding the low disk mode state
    SpaceSavings Pulumi.AzureNative.StorageSync.Inputs.CloudTieringSpaceSavingsResponse
    Information regarding how much local space cloud tiering is saving.
    VolumeFreeSpacePolicyStatus Pulumi.AzureNative.StorageSync.Inputs.CloudTieringVolumeFreeSpacePolicyStatusResponse
    Status of the volume free space policy
    CachePerformance CloudTieringCachePerformanceResponse
    Information regarding how well the local cache on the server is performing.
    DatePolicyStatus CloudTieringDatePolicyStatusResponse
    Status of the date policy
    FilesNotTiering CloudTieringFilesNotTieringResponse
    Information regarding files that failed to be tiered
    Health string
    Cloud tiering health state.
    HealthLastUpdatedTimestamp string
    The last updated timestamp of health state
    LastCloudTieringResult int
    Last cloud tiering result (HResult)
    LastSuccessTimestamp string
    Last cloud tiering success timestamp
    LastUpdatedTimestamp string
    Last updated timestamp
    LowDiskMode CloudTieringLowDiskModeResponse
    Information regarding the low disk mode state
    SpaceSavings CloudTieringSpaceSavingsResponse
    Information regarding how much local space cloud tiering is saving.
    VolumeFreeSpacePolicyStatus CloudTieringVolumeFreeSpacePolicyStatusResponse
    Status of the volume free space policy
    cachePerformance CloudTieringCachePerformanceResponse
    Information regarding how well the local cache on the server is performing.
    datePolicyStatus CloudTieringDatePolicyStatusResponse
    Status of the date policy
    filesNotTiering CloudTieringFilesNotTieringResponse
    Information regarding files that failed to be tiered
    health String
    Cloud tiering health state.
    healthLastUpdatedTimestamp String
    The last updated timestamp of health state
    lastCloudTieringResult Integer
    Last cloud tiering result (HResult)
    lastSuccessTimestamp String
    Last cloud tiering success timestamp
    lastUpdatedTimestamp String
    Last updated timestamp
    lowDiskMode CloudTieringLowDiskModeResponse
    Information regarding the low disk mode state
    spaceSavings CloudTieringSpaceSavingsResponse
    Information regarding how much local space cloud tiering is saving.
    volumeFreeSpacePolicyStatus CloudTieringVolumeFreeSpacePolicyStatusResponse
    Status of the volume free space policy
    cachePerformance CloudTieringCachePerformanceResponse
    Information regarding how well the local cache on the server is performing.
    datePolicyStatus CloudTieringDatePolicyStatusResponse
    Status of the date policy
    filesNotTiering CloudTieringFilesNotTieringResponse
    Information regarding files that failed to be tiered
    health string
    Cloud tiering health state.
    healthLastUpdatedTimestamp string
    The last updated timestamp of health state
    lastCloudTieringResult number
    Last cloud tiering result (HResult)
    lastSuccessTimestamp string
    Last cloud tiering success timestamp
    lastUpdatedTimestamp string
    Last updated timestamp
    lowDiskMode CloudTieringLowDiskModeResponse
    Information regarding the low disk mode state
    spaceSavings CloudTieringSpaceSavingsResponse
    Information regarding how much local space cloud tiering is saving.
    volumeFreeSpacePolicyStatus CloudTieringVolumeFreeSpacePolicyStatusResponse
    Status of the volume free space policy
    cache_performance CloudTieringCachePerformanceResponse
    Information regarding how well the local cache on the server is performing.
    date_policy_status CloudTieringDatePolicyStatusResponse
    Status of the date policy
    files_not_tiering CloudTieringFilesNotTieringResponse
    Information regarding files that failed to be tiered
    health str
    Cloud tiering health state.
    health_last_updated_timestamp str
    The last updated timestamp of health state
    last_cloud_tiering_result int
    Last cloud tiering result (HResult)
    last_success_timestamp str
    Last cloud tiering success timestamp
    last_updated_timestamp str
    Last updated timestamp
    low_disk_mode CloudTieringLowDiskModeResponse
    Information regarding the low disk mode state
    space_savings CloudTieringSpaceSavingsResponse
    Information regarding how much local space cloud tiering is saving.
    volume_free_space_policy_status CloudTieringVolumeFreeSpacePolicyStatusResponse
    Status of the volume free space policy
    cachePerformance Property Map
    Information regarding how well the local cache on the server is performing.
    datePolicyStatus Property Map
    Status of the date policy
    filesNotTiering Property Map
    Information regarding files that failed to be tiered
    health String
    Cloud tiering health state.
    healthLastUpdatedTimestamp String
    The last updated timestamp of health state
    lastCloudTieringResult Number
    Last cloud tiering result (HResult)
    lastSuccessTimestamp String
    Last cloud tiering success timestamp
    lastUpdatedTimestamp String
    Last updated timestamp
    lowDiskMode Property Map
    Information regarding the low disk mode state
    spaceSavings Property Map
    Information regarding how much local space cloud tiering is saving.
    volumeFreeSpacePolicyStatus Property Map
    Status of the volume free space policy

    ServerEndpointFilesNotSyncingErrorResponse

    ErrorCode int
    Error code (HResult)
    PersistentCount double
    Count of persistent files not syncing with the specified error code
    TransientCount double
    Count of transient files not syncing with the specified error code
    ErrorCode int
    Error code (HResult)
    PersistentCount float64
    Count of persistent files not syncing with the specified error code
    TransientCount float64
    Count of transient files not syncing with the specified error code
    errorCode Integer
    Error code (HResult)
    persistentCount Double
    Count of persistent files not syncing with the specified error code
    transientCount Double
    Count of transient files not syncing with the specified error code
    errorCode number
    Error code (HResult)
    persistentCount number
    Count of persistent files not syncing with the specified error code
    transientCount number
    Count of transient files not syncing with the specified error code
    error_code int
    Error code (HResult)
    persistent_count float
    Count of persistent files not syncing with the specified error code
    transient_count float
    Count of transient files not syncing with the specified error code
    errorCode Number
    Error code (HResult)
    persistentCount Number
    Count of persistent files not syncing with the specified error code
    transientCount Number
    Count of transient files not syncing with the specified error code

    ServerEndpointRecallErrorResponse

    Count double
    Count of occurences of the error
    ErrorCode int
    Error code (HResult)
    Count float64
    Count of occurences of the error
    ErrorCode int
    Error code (HResult)
    count Double
    Count of occurences of the error
    errorCode Integer
    Error code (HResult)
    count number
    Count of occurences of the error
    errorCode number
    Error code (HResult)
    count float
    Count of occurences of the error
    error_code int
    Error code (HResult)
    count Number
    Count of occurences of the error
    errorCode Number
    Error code (HResult)

    ServerEndpointRecallStatusResponse

    LastUpdatedTimestamp string
    Last updated timestamp
    RecallErrors List<Pulumi.AzureNative.StorageSync.Inputs.ServerEndpointRecallErrorResponse>
    Array of recall errors
    TotalRecallErrorsCount double
    Total count of recall errors.
    LastUpdatedTimestamp string
    Last updated timestamp
    RecallErrors []ServerEndpointRecallErrorResponse
    Array of recall errors
    TotalRecallErrorsCount float64
    Total count of recall errors.
    lastUpdatedTimestamp String
    Last updated timestamp
    recallErrors List<ServerEndpointRecallErrorResponse>
    Array of recall errors
    totalRecallErrorsCount Double
    Total count of recall errors.
    lastUpdatedTimestamp string
    Last updated timestamp
    recallErrors ServerEndpointRecallErrorResponse[]
    Array of recall errors
    totalRecallErrorsCount number
    Total count of recall errors.
    last_updated_timestamp str
    Last updated timestamp
    recall_errors Sequence[ServerEndpointRecallErrorResponse]
    Array of recall errors
    total_recall_errors_count float
    Total count of recall errors.
    lastUpdatedTimestamp String
    Last updated timestamp
    recallErrors List<Property Map>
    Array of recall errors
    totalRecallErrorsCount Number
    Total count of recall errors.

    ServerEndpointSyncActivityStatusResponse

    AppliedBytes double
    Applied bytes
    AppliedItemCount double
    Applied item count.
    PerItemErrorCount double
    Per item error count
    SessionMinutesRemaining int
    Session minutes remaining (if available)
    SyncMode string
    Sync mode
    Timestamp string
    Timestamp when properties were updated
    TotalBytes double
    Total bytes (if available)
    TotalItemCount double
    Total item count (if available)
    AppliedBytes float64
    Applied bytes
    AppliedItemCount float64
    Applied item count.
    PerItemErrorCount float64
    Per item error count
    SessionMinutesRemaining int
    Session minutes remaining (if available)
    SyncMode string
    Sync mode
    Timestamp string
    Timestamp when properties were updated
    TotalBytes float64
    Total bytes (if available)
    TotalItemCount float64
    Total item count (if available)
    appliedBytes Double
    Applied bytes
    appliedItemCount Double
    Applied item count.
    perItemErrorCount Double
    Per item error count
    sessionMinutesRemaining Integer
    Session minutes remaining (if available)
    syncMode String
    Sync mode
    timestamp String
    Timestamp when properties were updated
    totalBytes Double
    Total bytes (if available)
    totalItemCount Double
    Total item count (if available)
    appliedBytes number
    Applied bytes
    appliedItemCount number
    Applied item count.
    perItemErrorCount number
    Per item error count
    sessionMinutesRemaining number
    Session minutes remaining (if available)
    syncMode string
    Sync mode
    timestamp string
    Timestamp when properties were updated
    totalBytes number
    Total bytes (if available)
    totalItemCount number
    Total item count (if available)
    applied_bytes float
    Applied bytes
    applied_item_count float
    Applied item count.
    per_item_error_count float
    Per item error count
    session_minutes_remaining int
    Session minutes remaining (if available)
    sync_mode str
    Sync mode
    timestamp str
    Timestamp when properties were updated
    total_bytes float
    Total bytes (if available)
    total_item_count float
    Total item count (if available)
    appliedBytes Number
    Applied bytes
    appliedItemCount Number
    Applied item count.
    perItemErrorCount Number
    Per item error count
    sessionMinutesRemaining Number
    Session minutes remaining (if available)
    syncMode String
    Sync mode
    timestamp String
    Timestamp when properties were updated
    totalBytes Number
    Total bytes (if available)
    totalItemCount Number
    Total item count (if available)

    ServerEndpointSyncSessionStatusResponse

    FilesNotSyncingErrors List<Pulumi.AzureNative.StorageSync.Inputs.ServerEndpointFilesNotSyncingErrorResponse>
    Array of per-item errors coming from the last sync session.
    LastSyncMode string
    Sync mode
    LastSyncPerItemErrorCount double
    Last sync per item error count.
    LastSyncResult int
    Last sync result (HResult)
    LastSyncSuccessTimestamp string
    Last sync success timestamp
    LastSyncTimestamp string
    Last sync timestamp
    PersistentFilesNotSyncingCount double
    Count of persistent files not syncing.
    TransientFilesNotSyncingCount double
    Count of transient files not syncing.
    FilesNotSyncingErrors []ServerEndpointFilesNotSyncingErrorResponse
    Array of per-item errors coming from the last sync session.
    LastSyncMode string
    Sync mode
    LastSyncPerItemErrorCount float64
    Last sync per item error count.
    LastSyncResult int
    Last sync result (HResult)
    LastSyncSuccessTimestamp string
    Last sync success timestamp
    LastSyncTimestamp string
    Last sync timestamp
    PersistentFilesNotSyncingCount float64
    Count of persistent files not syncing.
    TransientFilesNotSyncingCount float64
    Count of transient files not syncing.
    filesNotSyncingErrors List<ServerEndpointFilesNotSyncingErrorResponse>
    Array of per-item errors coming from the last sync session.
    lastSyncMode String
    Sync mode
    lastSyncPerItemErrorCount Double
    Last sync per item error count.
    lastSyncResult Integer
    Last sync result (HResult)
    lastSyncSuccessTimestamp String
    Last sync success timestamp
    lastSyncTimestamp String
    Last sync timestamp
    persistentFilesNotSyncingCount Double
    Count of persistent files not syncing.
    transientFilesNotSyncingCount Double
    Count of transient files not syncing.
    filesNotSyncingErrors ServerEndpointFilesNotSyncingErrorResponse[]
    Array of per-item errors coming from the last sync session.
    lastSyncMode string
    Sync mode
    lastSyncPerItemErrorCount number
    Last sync per item error count.
    lastSyncResult number
    Last sync result (HResult)
    lastSyncSuccessTimestamp string
    Last sync success timestamp
    lastSyncTimestamp string
    Last sync timestamp
    persistentFilesNotSyncingCount number
    Count of persistent files not syncing.
    transientFilesNotSyncingCount number
    Count of transient files not syncing.
    files_not_syncing_errors Sequence[ServerEndpointFilesNotSyncingErrorResponse]
    Array of per-item errors coming from the last sync session.
    last_sync_mode str
    Sync mode
    last_sync_per_item_error_count float
    Last sync per item error count.
    last_sync_result int
    Last sync result (HResult)
    last_sync_success_timestamp str
    Last sync success timestamp
    last_sync_timestamp str
    Last sync timestamp
    persistent_files_not_syncing_count float
    Count of persistent files not syncing.
    transient_files_not_syncing_count float
    Count of transient files not syncing.
    filesNotSyncingErrors List<Property Map>
    Array of per-item errors coming from the last sync session.
    lastSyncMode String
    Sync mode
    lastSyncPerItemErrorCount Number
    Last sync per item error count.
    lastSyncResult Number
    Last sync result (HResult)
    lastSyncSuccessTimestamp String
    Last sync success timestamp
    lastSyncTimestamp String
    Last sync timestamp
    persistentFilesNotSyncingCount Number
    Count of persistent files not syncing.
    transientFilesNotSyncingCount Number
    Count of transient files not syncing.

    ServerEndpointSyncStatusResponse

    BackgroundDataDownloadActivity Pulumi.AzureNative.StorageSync.Inputs.ServerEndpointBackgroundDataDownloadActivityResponse
    Background data download activity
    CombinedHealth string
    Combined Health Status.
    DownloadActivity Pulumi.AzureNative.StorageSync.Inputs.ServerEndpointSyncActivityStatusResponse
    Download sync activity
    DownloadHealth string
    Download Health Status.
    DownloadStatus Pulumi.AzureNative.StorageSync.Inputs.ServerEndpointSyncSessionStatusResponse
    Download Status
    LastUpdatedTimestamp string
    Last Updated Timestamp
    OfflineDataTransferStatus string
    Offline Data Transfer State
    SyncActivity string
    Sync activity
    TotalPersistentFilesNotSyncingCount double
    Total count of persistent files not syncing (combined upload + download).
    UploadActivity Pulumi.AzureNative.StorageSync.Inputs.ServerEndpointSyncActivityStatusResponse
    Upload sync activity
    UploadHealth string
    Upload Health Status.
    UploadStatus Pulumi.AzureNative.StorageSync.Inputs.ServerEndpointSyncSessionStatusResponse
    Upload Status
    BackgroundDataDownloadActivity ServerEndpointBackgroundDataDownloadActivityResponse
    Background data download activity
    CombinedHealth string
    Combined Health Status.
    DownloadActivity ServerEndpointSyncActivityStatusResponse
    Download sync activity
    DownloadHealth string
    Download Health Status.
    DownloadStatus ServerEndpointSyncSessionStatusResponse
    Download Status
    LastUpdatedTimestamp string
    Last Updated Timestamp
    OfflineDataTransferStatus string
    Offline Data Transfer State
    SyncActivity string
    Sync activity
    TotalPersistentFilesNotSyncingCount float64
    Total count of persistent files not syncing (combined upload + download).
    UploadActivity ServerEndpointSyncActivityStatusResponse
    Upload sync activity
    UploadHealth string
    Upload Health Status.
    UploadStatus ServerEndpointSyncSessionStatusResponse
    Upload Status
    backgroundDataDownloadActivity ServerEndpointBackgroundDataDownloadActivityResponse
    Background data download activity
    combinedHealth String
    Combined Health Status.
    downloadActivity ServerEndpointSyncActivityStatusResponse
    Download sync activity
    downloadHealth String
    Download Health Status.
    downloadStatus ServerEndpointSyncSessionStatusResponse
    Download Status
    lastUpdatedTimestamp String
    Last Updated Timestamp
    offlineDataTransferStatus String
    Offline Data Transfer State
    syncActivity String
    Sync activity
    totalPersistentFilesNotSyncingCount Double
    Total count of persistent files not syncing (combined upload + download).
    uploadActivity ServerEndpointSyncActivityStatusResponse
    Upload sync activity
    uploadHealth String
    Upload Health Status.
    uploadStatus ServerEndpointSyncSessionStatusResponse
    Upload Status
    backgroundDataDownloadActivity ServerEndpointBackgroundDataDownloadActivityResponse
    Background data download activity
    combinedHealth string
    Combined Health Status.
    downloadActivity ServerEndpointSyncActivityStatusResponse
    Download sync activity
    downloadHealth string
    Download Health Status.
    downloadStatus ServerEndpointSyncSessionStatusResponse
    Download Status
    lastUpdatedTimestamp string
    Last Updated Timestamp
    offlineDataTransferStatus string
    Offline Data Transfer State
    syncActivity string
    Sync activity
    totalPersistentFilesNotSyncingCount number
    Total count of persistent files not syncing (combined upload + download).
    uploadActivity ServerEndpointSyncActivityStatusResponse
    Upload sync activity
    uploadHealth string
    Upload Health Status.
    uploadStatus ServerEndpointSyncSessionStatusResponse
    Upload Status
    background_data_download_activity ServerEndpointBackgroundDataDownloadActivityResponse
    Background data download activity
    combined_health str
    Combined Health Status.
    download_activity ServerEndpointSyncActivityStatusResponse
    Download sync activity
    download_health str
    Download Health Status.
    download_status ServerEndpointSyncSessionStatusResponse
    Download Status
    last_updated_timestamp str
    Last Updated Timestamp
    offline_data_transfer_status str
    Offline Data Transfer State
    sync_activity str
    Sync activity
    total_persistent_files_not_syncing_count float
    Total count of persistent files not syncing (combined upload + download).
    upload_activity ServerEndpointSyncActivityStatusResponse
    Upload sync activity
    upload_health str
    Upload Health Status.
    upload_status ServerEndpointSyncSessionStatusResponse
    Upload Status
    backgroundDataDownloadActivity Property Map
    Background data download activity
    combinedHealth String
    Combined Health Status.
    downloadActivity Property Map
    Download sync activity
    downloadHealth String
    Download Health Status.
    downloadStatus Property Map
    Download Status
    lastUpdatedTimestamp String
    Last Updated Timestamp
    offlineDataTransferStatus String
    Offline Data Transfer State
    syncActivity String
    Sync activity
    totalPersistentFilesNotSyncingCount Number
    Total count of persistent files not syncing (combined upload + download).
    uploadActivity Property Map
    Upload sync activity
    uploadHealth String
    Upload Health Status.
    uploadStatus Property Map
    Upload Status

    SystemDataResponse

    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.
    createdAt string
    The timestamp of resource creation (UTC).
    createdBy string
    The identity that created the resource.
    createdByType string
    The type of identity that created the resource.
    lastModifiedAt string
    The timestamp of resource last modification (UTC)
    lastModifiedBy string
    The identity that last modified the resource.
    lastModifiedByType string
    The type of identity that last modified the resource.
    created_at str
    The timestamp of resource creation (UTC).
    created_by str
    The identity that created the resource.
    created_by_type str
    The type of identity that created the resource.
    last_modified_at str
    The timestamp of resource last modification (UTC)
    last_modified_by str
    The identity that last modified the resource.
    last_modified_by_type str
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
    Azure Native v2.33.0 published on Friday, Mar 22, 2024 by Pulumi