azure-native-v2.storagesync.ServerEndpoint
Explore with Pulumi AI
Server Endpoint object. Azure REST API version: 2022-06-01. Prior API version in Azure Native 1.x: 2020-03-01.
Other available API versions: 2022-09-01.
Create ServerEndpoint Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ServerEndpoint(name: string, args: ServerEndpointArgs, opts?: CustomResourceOptions);
@overload
def ServerEndpoint(resource_name: str,
args: ServerEndpointArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ServerEndpoint(resource_name: str,
opts: Optional[ResourceOptions] = None,
resource_group_name: Optional[str] = None,
sync_group_name: Optional[str] = None,
storage_sync_service_name: Optional[str] = None,
offline_data_transfer_share_name: Optional[str] = None,
local_cache_mode: Optional[Union[str, LocalCacheMode]] = None,
offline_data_transfer: Optional[Union[str, FeatureStatus]] = None,
cloud_tiering: Optional[Union[str, FeatureStatus]] = None,
initial_upload_policy: Optional[Union[str, InitialUploadPolicy]] = None,
server_endpoint_name: Optional[str] = None,
server_local_path: Optional[str] = None,
server_resource_id: Optional[str] = None,
initial_download_policy: Optional[Union[str, InitialDownloadPolicy]] = None,
friendly_name: Optional[str] = None,
tier_files_older_than_days: Optional[int] = None,
volume_free_space_percent: Optional[int] = None)
func NewServerEndpoint(ctx *Context, name string, args ServerEndpointArgs, opts ...ResourceOption) (*ServerEndpoint, error)
public ServerEndpoint(string name, ServerEndpointArgs args, CustomResourceOptions? opts = null)
public ServerEndpoint(String name, ServerEndpointArgs args)
public ServerEndpoint(String name, ServerEndpointArgs args, CustomResourceOptions options)
type: azure-native:storagesync:ServerEndpoint
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name
This property is required. string - The unique name of the resource.
- args
This property is required. ServerEndpointArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name
This property is required. str - The unique name of the resource.
- args
This property is required. ServerEndpointArgs - The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. ServerEndpointArgs - The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. ServerEndpointArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name
This property is required. String - The unique name of the resource.
- args
This property is required. ServerEndpointArgs - The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var serverEndpointResource = new AzureNative.Storagesync.ServerEndpoint("serverEndpointResource", new()
{
ResourceGroupName = "string",
SyncGroupName = "string",
StorageSyncServiceName = "string",
OfflineDataTransferShareName = "string",
LocalCacheMode = "string",
OfflineDataTransfer = "string",
CloudTiering = "string",
InitialUploadPolicy = "string",
ServerEndpointName = "string",
ServerLocalPath = "string",
ServerResourceId = "string",
InitialDownloadPolicy = "string",
FriendlyName = "string",
TierFilesOlderThanDays = 0,
VolumeFreeSpacePercent = 0,
});
example, err := storagesync.NewServerEndpoint(ctx, "serverEndpointResource", &storagesync.ServerEndpointArgs{
ResourceGroupName: "string",
SyncGroupName: "string",
StorageSyncServiceName: "string",
OfflineDataTransferShareName: "string",
LocalCacheMode: "string",
OfflineDataTransfer: "string",
CloudTiering: "string",
InitialUploadPolicy: "string",
ServerEndpointName: "string",
ServerLocalPath: "string",
ServerResourceId: "string",
InitialDownloadPolicy: "string",
FriendlyName: "string",
TierFilesOlderThanDays: 0,
VolumeFreeSpacePercent: 0,
})
var serverEndpointResource = new ServerEndpoint("serverEndpointResource", ServerEndpointArgs.builder()
.resourceGroupName("string")
.syncGroupName("string")
.storageSyncServiceName("string")
.offlineDataTransferShareName("string")
.localCacheMode("string")
.offlineDataTransfer("string")
.cloudTiering("string")
.initialUploadPolicy("string")
.serverEndpointName("string")
.serverLocalPath("string")
.serverResourceId("string")
.initialDownloadPolicy("string")
.friendlyName("string")
.tierFilesOlderThanDays(0)
.volumeFreeSpacePercent(0)
.build());
server_endpoint_resource = azure_native.storagesync.ServerEndpoint("serverEndpointResource",
resource_group_name=string,
sync_group_name=string,
storage_sync_service_name=string,
offline_data_transfer_share_name=string,
local_cache_mode=string,
offline_data_transfer=string,
cloud_tiering=string,
initial_upload_policy=string,
server_endpoint_name=string,
server_local_path=string,
server_resource_id=string,
initial_download_policy=string,
friendly_name=string,
tier_files_older_than_days=0,
volume_free_space_percent=0)
const serverEndpointResource = new azure_native.storagesync.ServerEndpoint("serverEndpointResource", {
resourceGroupName: "string",
syncGroupName: "string",
storageSyncServiceName: "string",
offlineDataTransferShareName: "string",
localCacheMode: "string",
offlineDataTransfer: "string",
cloudTiering: "string",
initialUploadPolicy: "string",
serverEndpointName: "string",
serverLocalPath: "string",
serverResourceId: "string",
initialDownloadPolicy: "string",
friendlyName: "string",
tierFilesOlderThanDays: 0,
volumeFreeSpacePercent: 0,
});
type: azure-native:storagesync:ServerEndpoint
properties:
cloudTiering: string
friendlyName: string
initialDownloadPolicy: string
initialUploadPolicy: string
localCacheMode: string
offlineDataTransfer: string
offlineDataTransferShareName: string
resourceGroupName: string
serverEndpointName: string
serverLocalPath: string
serverResourceId: string
storageSyncServiceName: string
syncGroupName: string
tierFilesOlderThanDays: 0
volumeFreeSpacePercent: 0
ServerEndpoint Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The ServerEndpoint resource accepts the following input properties:
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- Storage
Sync Service Name This property is required. Changes to this property will trigger replacement.
- Name of Storage Sync Service resource.
- Sync
Group Name This property is required. Changes to this property will trigger replacement.
- Name of Sync Group resource.
- Cloud
Tiering string | Pulumi.Azure Native. Storage Sync. Feature Status - Cloud Tiering.
- Friendly
Name string - Friendly Name
- Initial
Download string | Pulumi.Policy Azure Native. Storage Sync. Initial Download Policy - Policy for how namespace and files are recalled during FastDr.
- Initial
Upload string | Pulumi.Policy Azure Native. Storage Sync. Initial Upload Policy - Policy for how the initial upload sync session is performed.
- Local
Cache string | Pulumi.Mode Azure Native. Storage Sync. Local Cache Mode - Policy for enabling follow-the-sun business models: link local cache to cloud behavior to pre-populate before local access.
- Offline
Data string | Pulumi.Transfer Azure Native. Storage Sync. Feature Status - Offline data transfer
- string
- Offline data transfer share name
- Server
Endpoint Name Changes to this property will trigger replacement.
- Name of Server Endpoint object.
- Server
Local stringPath - Server Local path.
- Server
Resource stringId - Server Resource Id.
- Tier
Files intOlder Than Days - Tier files older than days.
- Volume
Free intSpace Percent - Level of free space to be maintained by Cloud Tiering if it is enabled.
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- Storage
Sync Service Name This property is required. Changes to this property will trigger replacement.
- Name of Storage Sync Service resource.
- Sync
Group Name This property is required. Changes to this property will trigger replacement.
- Name of Sync Group resource.
- Cloud
Tiering string | FeatureStatus - Cloud Tiering.
- Friendly
Name string - Friendly Name
- Initial
Download string | InitialPolicy Download Policy - Policy for how namespace and files are recalled during FastDr.
- Initial
Upload string | InitialPolicy Upload Policy - Policy for how the initial upload sync session is performed.
- Local
Cache string | LocalMode Cache Mode - Policy for enabling follow-the-sun business models: link local cache to cloud behavior to pre-populate before local access.
- Offline
Data string | FeatureTransfer Status - Offline data transfer
- string
- Offline data transfer share name
- Server
Endpoint Name Changes to this property will trigger replacement.
- Name of Server Endpoint object.
- Server
Local stringPath - Server Local path.
- Server
Resource stringId - Server Resource Id.
- Tier
Files intOlder Than Days - Tier files older than days.
- Volume
Free intSpace Percent - Level of free space to be maintained by Cloud Tiering if it is enabled.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- storage
Sync Service Name This property is required. Changes to this property will trigger replacement.
- Name of Storage Sync Service resource.
- sync
Group Name This property is required. Changes to this property will trigger replacement.
- Name of Sync Group resource.
- cloud
Tiering String | FeatureStatus - Cloud Tiering.
- friendly
Name String - Friendly Name
- initial
Download String | InitialPolicy Download Policy - Policy for how namespace and files are recalled during FastDr.
- initial
Upload String | InitialPolicy Upload Policy - Policy for how the initial upload sync session is performed.
- local
Cache String | LocalMode Cache Mode - Policy for enabling follow-the-sun business models: link local cache to cloud behavior to pre-populate before local access.
- offline
Data String | FeatureTransfer Status - Offline data transfer
- String
- Offline data transfer share name
- server
Endpoint Name Changes to this property will trigger replacement.
- Name of Server Endpoint object.
- server
Local StringPath - Server Local path.
- server
Resource StringId - Server Resource Id.
- tier
Files IntegerOlder Than Days - Tier files older than days.
- volume
Free IntegerSpace Percent - Level of free space to be maintained by Cloud Tiering if it is enabled.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- storage
Sync Service Name This property is required. Changes to this property will trigger replacement.
- Name of Storage Sync Service resource.
- sync
Group Name This property is required. Changes to this property will trigger replacement.
- Name of Sync Group resource.
- cloud
Tiering string | FeatureStatus - Cloud Tiering.
- friendly
Name string - Friendly Name
- initial
Download string | InitialPolicy Download Policy - Policy for how namespace and files are recalled during FastDr.
- initial
Upload string | InitialPolicy Upload Policy - Policy for how the initial upload sync session is performed.
- local
Cache string | LocalMode Cache Mode - Policy for enabling follow-the-sun business models: link local cache to cloud behavior to pre-populate before local access.
- offline
Data string | FeatureTransfer Status - Offline data transfer
- string
- Offline data transfer share name
- server
Endpoint Name Changes to this property will trigger replacement.
- Name of Server Endpoint object.
- server
Local stringPath - Server Local path.
- server
Resource stringId - Server Resource Id.
- tier
Files numberOlder Than Days - Tier files older than days.
- volume
Free numberSpace Percent - Level of free space to be maintained by Cloud Tiering if it is enabled.
- resource_
group_ name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- storage_
sync_ service_ name This property is required. Changes to this property will trigger replacement.
- Name of Storage Sync Service resource.
- sync_
group_ name This property is required. Changes to this property will trigger replacement.
- Name of Sync Group resource.
- cloud_
tiering str | FeatureStatus - Cloud Tiering.
- friendly_
name str - Friendly Name
- initial_
download_ str | Initialpolicy Download Policy - Policy for how namespace and files are recalled during FastDr.
- initial_
upload_ str | Initialpolicy Upload Policy - Policy for how the initial upload sync session is performed.
- local_
cache_ str | Localmode Cache Mode - Policy for enabling follow-the-sun business models: link local cache to cloud behavior to pre-populate before local access.
- offline_
data_ str | Featuretransfer Status - Offline data transfer
- str
- Offline data transfer share name
- server_
endpoint_ name Changes to this property will trigger replacement.
- Name of Server Endpoint object.
- server_
local_ strpath - Server Local path.
- server_
resource_ strid - Server Resource Id.
- tier_
files_ intolder_ than_ days - Tier files older than days.
- volume_
free_ intspace_ percent - Level of free space to be maintained by Cloud Tiering if it is enabled.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- storage
Sync Service Name This property is required. Changes to this property will trigger replacement.
- Name of Storage Sync Service resource.
- sync
Group Name This property is required. Changes to this property will trigger replacement.
- Name of Sync Group resource.
- cloud
Tiering String | "on" | "off" - Cloud Tiering.
- friendly
Name String - Friendly Name
- initial
Download String | "NamespacePolicy Only" | "Namespace Then Modified Files" | "Avoid Tiered Files" - Policy for how namespace and files are recalled during FastDr.
- initial
Upload String | "ServerPolicy Authoritative" | "Merge" - Policy for how the initial upload sync session is performed.
- local
Cache String | "DownloadMode New And Modified Files" | "Update Locally Cached Files" - Policy for enabling follow-the-sun business models: link local cache to cloud behavior to pre-populate before local access.
- offline
Data String | "on" | "off"Transfer - Offline data transfer
- String
- Offline data transfer share name
- server
Endpoint Name Changes to this property will trigger replacement.
- Name of Server Endpoint object.
- server
Local StringPath - Server Local path.
- server
Resource StringId - Server Resource Id.
- tier
Files NumberOlder Than Days - Tier files older than days.
- volume
Free NumberSpace Percent - Level of free space to be maintained by Cloud Tiering if it is enabled.
Outputs
All input properties are implicitly available as output properties. Additionally, the ServerEndpoint resource produces the following output properties:
- Cloud
Tiering Pulumi.Status Azure Native. Storage Sync. Outputs. Server Endpoint Cloud Tiering Status Response - Cloud tiering status. Only populated if cloud tiering is enabled.
- Id string
- The provider-assigned unique ID for this managed resource.
- Last
Operation stringName - Resource Last Operation Name
- Last
Workflow stringId - ServerEndpoint lastWorkflowId
- Name string
- The name of the resource
- Offline
Data stringTransfer Storage Account Resource Id - Offline data transfer storage account resource ID
- Offline
Data stringTransfer Storage Account Tenant Id - Offline data transfer storage account tenant ID
- Provisioning
State string - ServerEndpoint Provisioning State
- Recall
Status Pulumi.Azure Native. Storage Sync. Outputs. Server Endpoint Recall Status Response - Recall status. Only populated if cloud tiering is enabled.
- Server
Name string - Server name
- Sync
Status Pulumi.Azure Native. Storage Sync. Outputs. Server Endpoint Sync Status Response - Server Endpoint sync status
- System
Data Pulumi.Azure Native. Storage Sync. Outputs. System Data Response - 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"
- Cloud
Tiering ServerStatus Endpoint Cloud Tiering Status Response - Cloud tiering status. Only populated if cloud tiering is enabled.
- Id string
- The provider-assigned unique ID for this managed resource.
- Last
Operation stringName - Resource Last Operation Name
- Last
Workflow stringId - ServerEndpoint lastWorkflowId
- Name string
- The name of the resource
- Offline
Data stringTransfer Storage Account Resource Id - Offline data transfer storage account resource ID
- Offline
Data stringTransfer Storage Account Tenant Id - Offline data transfer storage account tenant ID
- Provisioning
State string - ServerEndpoint Provisioning State
- Recall
Status ServerEndpoint Recall Status Response - Recall status. Only populated if cloud tiering is enabled.
- Server
Name string - Server name
- Sync
Status ServerEndpoint Sync Status Response - Server Endpoint sync status
- System
Data SystemData Response - 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"
- cloud
Tiering ServerStatus Endpoint Cloud Tiering Status Response - Cloud tiering status. Only populated if cloud tiering is enabled.
- id String
- The provider-assigned unique ID for this managed resource.
- last
Operation StringName - Resource Last Operation Name
- last
Workflow StringId - ServerEndpoint lastWorkflowId
- name String
- The name of the resource
- offline
Data StringTransfer Storage Account Resource Id - Offline data transfer storage account resource ID
- offline
Data StringTransfer Storage Account Tenant Id - Offline data transfer storage account tenant ID
- provisioning
State String - ServerEndpoint Provisioning State
- recall
Status ServerEndpoint Recall Status Response - Recall status. Only populated if cloud tiering is enabled.
- server
Name String - Server name
- sync
Status ServerEndpoint Sync Status Response - Server Endpoint sync status
- system
Data SystemData Response - 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"
- cloud
Tiering ServerStatus Endpoint Cloud Tiering Status Response - Cloud tiering status. Only populated if cloud tiering is enabled.
- id string
- The provider-assigned unique ID for this managed resource.
- last
Operation stringName - Resource Last Operation Name
- last
Workflow stringId - ServerEndpoint lastWorkflowId
- name string
- The name of the resource
- offline
Data stringTransfer Storage Account Resource Id - Offline data transfer storage account resource ID
- offline
Data stringTransfer Storage Account Tenant Id - Offline data transfer storage account tenant ID
- provisioning
State string - ServerEndpoint Provisioning State
- recall
Status ServerEndpoint Recall Status Response - Recall status. Only populated if cloud tiering is enabled.
- server
Name string - Server name
- sync
Status ServerEndpoint Sync Status Response - Server Endpoint sync status
- system
Data SystemData Response - 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"
- cloud_
tiering_ Serverstatus Endpoint Cloud Tiering Status Response - Cloud tiering status. Only populated if cloud tiering is enabled.
- id str
- The provider-assigned unique ID for this managed resource.
- last_
operation_ strname - Resource Last Operation Name
- last_
workflow_ strid - ServerEndpoint lastWorkflowId
- name str
- The name of the resource
- offline_
data_ strtransfer_ storage_ account_ resource_ id - Offline data transfer storage account resource ID
- offline_
data_ strtransfer_ storage_ account_ tenant_ id - Offline data transfer storage account tenant ID
- provisioning_
state str - ServerEndpoint Provisioning State
- recall_
status ServerEndpoint Recall Status Response - Recall status. Only populated if cloud tiering is enabled.
- server_
name str - Server name
- sync_
status ServerEndpoint Sync Status Response - Server Endpoint sync status
- system_
data SystemData Response - 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 Property MapStatus - Cloud tiering status. Only populated if cloud tiering is enabled.
- id String
- The provider-assigned unique ID for this managed resource.
- last
Operation StringName - Resource Last Operation Name
- last
Workflow StringId - ServerEndpoint lastWorkflowId
- name String
- The name of the resource
- offline
Data StringTransfer Storage Account Resource Id - Offline data transfer storage account resource ID
- offline
Data StringTransfer Storage Account Tenant Id - Offline data transfer storage account tenant ID
- provisioning
State String - ServerEndpoint Provisioning State
- recall
Status Property Map - Recall status. Only populated if cloud tiering is enabled.
- server
Name String - Server name
- sync
Status Property Map - Server Endpoint sync status
- system
Data 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"
Supporting Types
CloudTieringCachePerformanceResponse, CloudTieringCachePerformanceResponseArgs
- Cache
Hit Bytes This property is required. double - Count of bytes that were served from the local server
- Cache
Hit Bytes Percent This property is required. int - Percentage of total bytes (hit + miss) that were served from the local server
- Cache
Miss Bytes This property is required. double - Count of bytes that were served from the cloud
- Last
Updated Timestamp This property is required. string - Last updated timestamp
- Cache
Hit Bytes This property is required. float64 - Count of bytes that were served from the local server
- Cache
Hit Bytes Percent This property is required. int - Percentage of total bytes (hit + miss) that were served from the local server
- Cache
Miss Bytes This property is required. float64 - Count of bytes that were served from the cloud
- Last
Updated Timestamp This property is required. string - Last updated timestamp
- cache
Hit Bytes This property is required. Double - Count of bytes that were served from the local server
- cache
Hit Bytes Percent This property is required. Integer - Percentage of total bytes (hit + miss) that were served from the local server
- cache
Miss Bytes This property is required. Double - Count of bytes that were served from the cloud
- last
Updated Timestamp This property is required. String - Last updated timestamp
- cache
Hit Bytes This property is required. number - Count of bytes that were served from the local server
- cache
Hit Bytes Percent This property is required. number - Percentage of total bytes (hit + miss) that were served from the local server
- cache
Miss Bytes This property is required. number - Count of bytes that were served from the cloud
- last
Updated Timestamp This property is required. string - Last updated timestamp
- cache_
hit_ bytes This property is required. float - Count of bytes that were served from the local server
- cache_
hit_ bytes_ percent This property is required. int - Percentage of total bytes (hit + miss) that were served from the local server
- cache_
miss_ bytes This property is required. float - Count of bytes that were served from the cloud
- last_
updated_ timestamp This property is required. str - Last updated timestamp
- cache
Hit Bytes This property is required. Number - Count of bytes that were served from the local server
- cache
Hit Bytes Percent This property is required. Number - Percentage of total bytes (hit + miss) that were served from the local server
- cache
Miss Bytes This property is required. Number - Count of bytes that were served from the cloud
- last
Updated Timestamp This property is required. String - Last updated timestamp
CloudTieringDatePolicyStatusResponse, CloudTieringDatePolicyStatusResponseArgs
- Last
Updated Timestamp This property is required. string - Last updated timestamp
- Tiered
Files Most Recent Access Timestamp This property is required. string - Most recent access time of tiered files
- Last
Updated Timestamp This property is required. string - Last updated timestamp
- Tiered
Files Most Recent Access Timestamp This property is required. string - Most recent access time of tiered files
- last
Updated Timestamp This property is required. String - Last updated timestamp
- tiered
Files Most Recent Access Timestamp This property is required. String - Most recent access time of tiered files
- last
Updated Timestamp This property is required. string - Last updated timestamp
- tiered
Files Most Recent Access Timestamp This property is required. string - Most recent access time of tiered files
- last_
updated_ timestamp This property is required. str - Last updated timestamp
- tiered_
files_ most_ recent_ access_ timestamp This property is required. str - Most recent access time of tiered files
- last
Updated Timestamp This property is required. String - Last updated timestamp
- tiered
Files Most Recent Access Timestamp This property is required. String - Most recent access time of tiered files
CloudTieringFilesNotTieringResponse, CloudTieringFilesNotTieringResponseArgs
- Errors
This property is required. List<Pulumi.Azure Native. Storage Sync. Inputs. Files Not Tiering Error Response> - Array of tiering errors
- Last
Updated Timestamp This property is required. string - Last updated timestamp
- Total
File Count This property is required. double - Last cloud tiering result (HResult)
- Errors
This property is required. []FilesNot Tiering Error Response - Array of tiering errors
- Last
Updated Timestamp This property is required. string - Last updated timestamp
- Total
File Count This property is required. float64 - Last cloud tiering result (HResult)
- errors
This property is required. List<FilesNot Tiering Error Response> - Array of tiering errors
- last
Updated Timestamp This property is required. String - Last updated timestamp
- total
File Count This property is required. Double - Last cloud tiering result (HResult)
- errors
This property is required. FilesNot Tiering Error Response[] - Array of tiering errors
- last
Updated Timestamp This property is required. string - Last updated timestamp
- total
File Count This property is required. number - Last cloud tiering result (HResult)
- errors
This property is required. Sequence[FilesNot Tiering Error Response] - Array of tiering errors
- last_
updated_ timestamp This property is required. str - Last updated timestamp
- total_
file_ count This property is required. float - Last cloud tiering result (HResult)
- errors
This property is required. List<Property Map> - Array of tiering errors
- last
Updated Timestamp This property is required. String - Last updated timestamp
- total
File Count This property is required. Number - Last cloud tiering result (HResult)
CloudTieringLowDiskModeResponse, CloudTieringLowDiskModeResponseArgs
- Last
Updated Timestamp This property is required. string - Last updated timestamp
- State
This property is required. string - Low disk mode state
- Last
Updated Timestamp This property is required. string - Last updated timestamp
- State
This property is required. string - Low disk mode state
- last
Updated Timestamp This property is required. String - Last updated timestamp
- state
This property is required. String - Low disk mode state
- last
Updated Timestamp This property is required. string - Last updated timestamp
- state
This property is required. string - Low disk mode state
- last_
updated_ timestamp This property is required. str - Last updated timestamp
- state
This property is required. str - Low disk mode state
- last
Updated Timestamp This property is required. String - Last updated timestamp
- state
This property is required. String - Low disk mode state
CloudTieringSpaceSavingsResponse, CloudTieringSpaceSavingsResponseArgs
- Cached
Size Bytes This property is required. double - Cached content size on the server
- Last
Updated Timestamp This property is required. string - Last updated timestamp
- Space
Savings Bytes This property is required. double - Count of bytes saved on the server
- Space
Savings Percent This property is required. int - Percentage of cached size over total size
- Total
Size Cloud Bytes This property is required. double - Total size of content in the azure file share
- Volume
Size Bytes This property is required. double - Volume size
- Cached
Size Bytes This property is required. float64 - Cached content size on the server
- Last
Updated Timestamp This property is required. string - Last updated timestamp
- Space
Savings Bytes This property is required. float64 - Count of bytes saved on the server
- Space
Savings Percent This property is required. int - Percentage of cached size over total size
- Total
Size Cloud Bytes This property is required. float64 - Total size of content in the azure file share
- Volume
Size Bytes This property is required. float64 - Volume size
- cached
Size Bytes This property is required. Double - Cached content size on the server
- last
Updated Timestamp This property is required. String - Last updated timestamp
- space
Savings Bytes This property is required. Double - Count of bytes saved on the server
- space
Savings Percent This property is required. Integer - Percentage of cached size over total size
- total
Size Cloud Bytes This property is required. Double - Total size of content in the azure file share
- volume
Size Bytes This property is required. Double - Volume size
- cached
Size Bytes This property is required. number - Cached content size on the server
- last
Updated Timestamp This property is required. string - Last updated timestamp
- space
Savings Bytes This property is required. number - Count of bytes saved on the server
- space
Savings Percent This property is required. number - Percentage of cached size over total size
- total
Size Cloud Bytes This property is required. number - Total size of content in the azure file share
- volume
Size Bytes This property is required. number - Volume size
- cached_
size_ bytes This property is required. float - Cached content size on the server
- last_
updated_ timestamp This property is required. str - Last updated timestamp
- space_
savings_ bytes This property is required. float - Count of bytes saved on the server
- space_
savings_ percent This property is required. int - Percentage of cached size over total size
- total_
size_ cloud_ bytes This property is required. float - Total size of content in the azure file share
- volume_
size_ bytes This property is required. float - Volume size
- cached
Size Bytes This property is required. Number - Cached content size on the server
- last
Updated Timestamp This property is required. String - Last updated timestamp
- space
Savings Bytes This property is required. Number - Count of bytes saved on the server
- space
Savings Percent This property is required. Number - Percentage of cached size over total size
- total
Size Cloud Bytes This property is required. Number - Total size of content in the azure file share
- volume
Size Bytes This property is required. Number - Volume size
CloudTieringVolumeFreeSpacePolicyStatusResponse, CloudTieringVolumeFreeSpacePolicyStatusResponseArgs
- Current
Volume Free Space Percent This property is required. int - Current volume free space percentage.
- Effective
Volume Free Space Policy This property is required. int - In the case where multiple server endpoints are present in a volume, an effective free space policy is applied.
- Last
Updated Timestamp This property is required. string - Last updated timestamp
- Current
Volume Free Space Percent This property is required. int - Current volume free space percentage.
- Effective
Volume Free Space Policy This property is required. int - In the case where multiple server endpoints are present in a volume, an effective free space policy is applied.
- Last
Updated Timestamp This property is required. string - Last updated timestamp
- current
Volume Free Space Percent This property is required. Integer - Current volume free space percentage.
- effective
Volume Free Space Policy This property is required. Integer - In the case where multiple server endpoints are present in a volume, an effective free space policy is applied.
- last
Updated Timestamp This property is required. String - Last updated timestamp
- current
Volume Free Space Percent This property is required. number - Current volume free space percentage.
- effective
Volume Free Space Policy This property is required. number - In the case where multiple server endpoints are present in a volume, an effective free space policy is applied.
- last
Updated Timestamp This property is required. string - Last updated timestamp
- current_
volume_ free_ space_ percent This property is required. int - Current volume free space percentage.
- effective_
volume_ free_ space_ policy This property is required. int - In the case where multiple server endpoints are present in a volume, an effective free space policy is applied.
- last_
updated_ timestamp This property is required. str - Last updated timestamp
- current
Volume Free Space Percent This property is required. Number - Current volume free space percentage.
- effective
Volume Free Space Policy This property is required. Number - In the case where multiple server endpoints are present in a volume, an effective free space policy is applied.
- last
Updated Timestamp This property is required. String - Last updated timestamp
FeatureStatus, FeatureStatusArgs
- @On
- on
- Off
- off
- Feature
Status On - on
- Feature
Status Off - off
- On
- on
- Off
- off
- On
- on
- Off
- off
- ON
- on
- OFF
- off
- "on"
- on
- "off"
- off
FilesNotTieringErrorResponse, FilesNotTieringErrorResponseArgs
- error_
code This property is required. int - Error code (HResult)
- file_
count This property is required. float - Count of files with this error
InitialDownloadPolicy, InitialDownloadPolicyArgs
- Namespace
Only - NamespaceOnly
- Namespace
Then Modified Files - NamespaceThenModifiedFiles
- Avoid
Tiered Files - AvoidTieredFiles
- Initial
Download Policy Namespace Only - NamespaceOnly
- Initial
Download Policy Namespace Then Modified Files - NamespaceThenModifiedFiles
- Initial
Download Policy Avoid Tiered Files - AvoidTieredFiles
- Namespace
Only - NamespaceOnly
- Namespace
Then Modified Files - NamespaceThenModifiedFiles
- Avoid
Tiered Files - AvoidTieredFiles
- Namespace
Only - NamespaceOnly
- Namespace
Then Modified Files - NamespaceThenModifiedFiles
- Avoid
Tiered Files - AvoidTieredFiles
- NAMESPACE_ONLY
- NamespaceOnly
- NAMESPACE_THEN_MODIFIED_FILES
- NamespaceThenModifiedFiles
- AVOID_TIERED_FILES
- AvoidTieredFiles
- "Namespace
Only" - NamespaceOnly
- "Namespace
Then Modified Files" - NamespaceThenModifiedFiles
- "Avoid
Tiered Files" - AvoidTieredFiles
InitialUploadPolicy, InitialUploadPolicyArgs
- Server
Authoritative - ServerAuthoritative
- Merge
- Merge
- Initial
Upload Policy Server Authoritative - ServerAuthoritative
- Initial
Upload Policy Merge - Merge
- Server
Authoritative - ServerAuthoritative
- Merge
- Merge
- Server
Authoritative - ServerAuthoritative
- Merge
- Merge
- SERVER_AUTHORITATIVE
- ServerAuthoritative
- MERGE
- Merge
- "Server
Authoritative" - ServerAuthoritative
- "Merge"
- Merge
LocalCacheMode, LocalCacheModeArgs
- Download
New And Modified Files - DownloadNewAndModifiedFiles
- Update
Locally Cached Files - UpdateLocallyCachedFiles
- Local
Cache Mode Download New And Modified Files - DownloadNewAndModifiedFiles
- Local
Cache Mode Update Locally Cached Files - UpdateLocallyCachedFiles
- Download
New And Modified Files - DownloadNewAndModifiedFiles
- Update
Locally Cached Files - UpdateLocallyCachedFiles
- Download
New And Modified Files - DownloadNewAndModifiedFiles
- Update
Locally Cached Files - UpdateLocallyCachedFiles
- DOWNLOAD_NEW_AND_MODIFIED_FILES
- DownloadNewAndModifiedFiles
- UPDATE_LOCALLY_CACHED_FILES
- UpdateLocallyCachedFiles
- "Download
New And Modified Files" - DownloadNewAndModifiedFiles
- "Update
Locally Cached Files" - UpdateLocallyCachedFiles
ServerEndpointBackgroundDataDownloadActivityResponse, ServerEndpointBackgroundDataDownloadActivityResponseArgs
- Downloaded
Bytes This property is required. double - Running count of bytes downloaded
- Percent
Progress This property is required. int - Progress percentage
- Started
Timestamp This property is required. string - Timestamp when the operation started
- Timestamp
This property is required. string - Timestamp when properties were updated
- Downloaded
Bytes This property is required. float64 - Running count of bytes downloaded
- Percent
Progress This property is required. int - Progress percentage
- Started
Timestamp This property is required. string - Timestamp when the operation started
- Timestamp
This property is required. string - Timestamp when properties were updated
- downloaded
Bytes This property is required. Double - Running count of bytes downloaded
- percent
Progress This property is required. Integer - Progress percentage
- started
Timestamp This property is required. String - Timestamp when the operation started
- timestamp
This property is required. String - Timestamp when properties were updated
- downloaded
Bytes This property is required. number - Running count of bytes downloaded
- percent
Progress This property is required. number - Progress percentage
- started
Timestamp This property is required. string - Timestamp when the operation started
- timestamp
This property is required. string - Timestamp when properties were updated
- downloaded_
bytes This property is required. float - Running count of bytes downloaded
- percent_
progress This property is required. int - Progress percentage
- started_
timestamp This property is required. str - Timestamp when the operation started
- timestamp
This property is required. str - Timestamp when properties were updated
- downloaded
Bytes This property is required. Number - Running count of bytes downloaded
- percent
Progress This property is required. Number - Progress percentage
- started
Timestamp This property is required. String - Timestamp when the operation started
- timestamp
This property is required. String - Timestamp when properties were updated
ServerEndpointCloudTieringStatusResponse, ServerEndpointCloudTieringStatusResponseArgs
- Cache
Performance This property is required. Pulumi.Azure Native. Storage Sync. Inputs. Cloud Tiering Cache Performance Response - Information regarding how well the local cache on the server is performing.
- Date
Policy Status This property is required. Pulumi.Azure Native. Storage Sync. Inputs. Cloud Tiering Date Policy Status Response - Status of the date policy
- Files
Not Tiering This property is required. Pulumi.Azure Native. Storage Sync. Inputs. Cloud Tiering Files Not Tiering Response - Information regarding files that failed to be tiered
- Health
This property is required. string - Cloud tiering health state.
- Health
Last Updated Timestamp This property is required. string - The last updated timestamp of health state
- Last
Cloud Tiering Result This property is required. int - Last cloud tiering result (HResult)
- Last
Success Timestamp This property is required. string - Last cloud tiering success timestamp
- Last
Updated Timestamp This property is required. string - Last updated timestamp
- Low
Disk Mode This property is required. Pulumi.Azure Native. Storage Sync. Inputs. Cloud Tiering Low Disk Mode Response - Information regarding the low disk mode state
- Space
Savings This property is required. Pulumi.Azure Native. Storage Sync. Inputs. Cloud Tiering Space Savings Response - Information regarding how much local space cloud tiering is saving.
- Volume
Free Space Policy Status This property is required. Pulumi.Azure Native. Storage Sync. Inputs. Cloud Tiering Volume Free Space Policy Status Response - Status of the volume free space policy
- Cache
Performance This property is required. CloudTiering Cache Performance Response - Information regarding how well the local cache on the server is performing.
- Date
Policy Status This property is required. CloudTiering Date Policy Status Response - Status of the date policy
- Files
Not Tiering This property is required. CloudTiering Files Not Tiering Response - Information regarding files that failed to be tiered
- Health
This property is required. string - Cloud tiering health state.
- Health
Last Updated Timestamp This property is required. string - The last updated timestamp of health state
- Last
Cloud Tiering Result This property is required. int - Last cloud tiering result (HResult)
- Last
Success Timestamp This property is required. string - Last cloud tiering success timestamp
- Last
Updated Timestamp This property is required. string - Last updated timestamp
- Low
Disk Mode This property is required. CloudTiering Low Disk Mode Response - Information regarding the low disk mode state
- Space
Savings This property is required. CloudTiering Space Savings Response - Information regarding how much local space cloud tiering is saving.
- Volume
Free Space Policy Status This property is required. CloudTiering Volume Free Space Policy Status Response - Status of the volume free space policy
- cache
Performance This property is required. CloudTiering Cache Performance Response - Information regarding how well the local cache on the server is performing.
- date
Policy Status This property is required. CloudTiering Date Policy Status Response - Status of the date policy
- files
Not Tiering This property is required. CloudTiering Files Not Tiering Response - Information regarding files that failed to be tiered
- health
This property is required. String - Cloud tiering health state.
- health
Last Updated Timestamp This property is required. String - The last updated timestamp of health state
- last
Cloud Tiering Result This property is required. Integer - Last cloud tiering result (HResult)
- last
Success Timestamp This property is required. String - Last cloud tiering success timestamp
- last
Updated Timestamp This property is required. String - Last updated timestamp
- low
Disk Mode This property is required. CloudTiering Low Disk Mode Response - Information regarding the low disk mode state
- space
Savings This property is required. CloudTiering Space Savings Response - Information regarding how much local space cloud tiering is saving.
- volume
Free Space Policy Status This property is required. CloudTiering Volume Free Space Policy Status Response - Status of the volume free space policy
- cache
Performance This property is required. CloudTiering Cache Performance Response - Information regarding how well the local cache on the server is performing.
- date
Policy Status This property is required. CloudTiering Date Policy Status Response - Status of the date policy
- files
Not Tiering This property is required. CloudTiering Files Not Tiering Response - Information regarding files that failed to be tiered
- health
This property is required. string - Cloud tiering health state.
- health
Last Updated Timestamp This property is required. string - The last updated timestamp of health state
- last
Cloud Tiering Result This property is required. number - Last cloud tiering result (HResult)
- last
Success Timestamp This property is required. string - Last cloud tiering success timestamp
- last
Updated Timestamp This property is required. string - Last updated timestamp
- low
Disk Mode This property is required. CloudTiering Low Disk Mode Response - Information regarding the low disk mode state
- space
Savings This property is required. CloudTiering Space Savings Response - Information regarding how much local space cloud tiering is saving.
- volume
Free Space Policy Status This property is required. CloudTiering Volume Free Space Policy Status Response - Status of the volume free space policy
- cache_
performance This property is required. CloudTiering Cache Performance Response - Information regarding how well the local cache on the server is performing.
- date_
policy_ status This property is required. CloudTiering Date Policy Status Response - Status of the date policy
- files_
not_ tiering This property is required. CloudTiering Files Not Tiering Response - Information regarding files that failed to be tiered
- health
This property is required. str - Cloud tiering health state.
- health_
last_ updated_ timestamp This property is required. str - The last updated timestamp of health state
- last_
cloud_ tiering_ result This property is required. int - Last cloud tiering result (HResult)
- last_
success_ timestamp This property is required. str - Last cloud tiering success timestamp
- last_
updated_ timestamp This property is required. str - Last updated timestamp
- low_
disk_ mode This property is required. CloudTiering Low Disk Mode Response - Information regarding the low disk mode state
- space_
savings This property is required. CloudTiering Space Savings Response - Information regarding how much local space cloud tiering is saving.
- volume_
free_ space_ policy_ status This property is required. CloudTiering Volume Free Space Policy Status Response - Status of the volume free space policy
- cache
Performance This property is required. Property Map - Information regarding how well the local cache on the server is performing.
- date
Policy Status This property is required. Property Map - Status of the date policy
- files
Not Tiering This property is required. Property Map - Information regarding files that failed to be tiered
- health
This property is required. String - Cloud tiering health state.
- health
Last Updated Timestamp This property is required. String - The last updated timestamp of health state
- last
Cloud Tiering Result This property is required. Number - Last cloud tiering result (HResult)
- last
Success Timestamp This property is required. String - Last cloud tiering success timestamp
- last
Updated Timestamp This property is required. String - Last updated timestamp
- low
Disk Mode This property is required. Property Map - Information regarding the low disk mode state
- space
Savings This property is required. Property Map - Information regarding how much local space cloud tiering is saving.
- volume
Free Space Policy Status This property is required. Property Map - Status of the volume free space policy
ServerEndpointFilesNotSyncingErrorResponse, ServerEndpointFilesNotSyncingErrorResponseArgs
- Error
Code This property is required. int - Error code (HResult)
- Persistent
Count This property is required. double - Count of persistent files not syncing with the specified error code
- Transient
Count This property is required. double - Count of transient files not syncing with the specified error code
- Error
Code This property is required. int - Error code (HResult)
- Persistent
Count This property is required. float64 - Count of persistent files not syncing with the specified error code
- Transient
Count This property is required. float64 - Count of transient files not syncing with the specified error code
- error
Code This property is required. Integer - Error code (HResult)
- persistent
Count This property is required. Double - Count of persistent files not syncing with the specified error code
- transient
Count This property is required. Double - Count of transient files not syncing with the specified error code
- error
Code This property is required. number - Error code (HResult)
- persistent
Count This property is required. number - Count of persistent files not syncing with the specified error code
- transient
Count This property is required. number - Count of transient files not syncing with the specified error code
- error_
code This property is required. int - Error code (HResult)
- persistent_
count This property is required. float - Count of persistent files not syncing with the specified error code
- transient_
count This property is required. float - Count of transient files not syncing with the specified error code
- error
Code This property is required. Number - Error code (HResult)
- persistent
Count This property is required. Number - Count of persistent files not syncing with the specified error code
- transient
Count This property is required. Number - Count of transient files not syncing with the specified error code
ServerEndpointRecallErrorResponse, ServerEndpointRecallErrorResponseArgs
- count
This property is required. float - Count of occurences of the error
- error_
code This property is required. int - Error code (HResult)
ServerEndpointRecallStatusResponse, ServerEndpointRecallStatusResponseArgs
- Last
Updated Timestamp This property is required. string - Last updated timestamp
- Recall
Errors This property is required. List<Pulumi.Azure Native. Storage Sync. Inputs. Server Endpoint Recall Error Response> - Array of recall errors
- Total
Recall Errors Count This property is required. double - Total count of recall errors.
- Last
Updated Timestamp This property is required. string - Last updated timestamp
- Recall
Errors This property is required. []ServerEndpoint Recall Error Response - Array of recall errors
- Total
Recall Errors Count This property is required. float64 - Total count of recall errors.
- last
Updated Timestamp This property is required. String - Last updated timestamp
- recall
Errors This property is required. List<ServerEndpoint Recall Error Response> - Array of recall errors
- total
Recall Errors Count This property is required. Double - Total count of recall errors.
- last
Updated Timestamp This property is required. string - Last updated timestamp
- recall
Errors This property is required. ServerEndpoint Recall Error Response[] - Array of recall errors
- total
Recall Errors Count This property is required. number - Total count of recall errors.
- last_
updated_ timestamp This property is required. str - Last updated timestamp
- recall_
errors This property is required. Sequence[ServerEndpoint Recall Error Response] - Array of recall errors
- total_
recall_ errors_ count This property is required. float - Total count of recall errors.
- last
Updated Timestamp This property is required. String - Last updated timestamp
- recall
Errors This property is required. List<Property Map> - Array of recall errors
- total
Recall Errors Count This property is required. Number - Total count of recall errors.
ServerEndpointSyncActivityStatusResponse, ServerEndpointSyncActivityStatusResponseArgs
- Applied
Bytes This property is required. double - Applied bytes
- Applied
Item Count This property is required. double - Applied item count.
- Per
Item Error Count This property is required. double - Per item error count
- Session
Minutes Remaining This property is required. int - Session minutes remaining (if available)
- Sync
Mode This property is required. string - Sync mode
- Timestamp
This property is required. string - Timestamp when properties were updated
- Total
Bytes This property is required. double - Total bytes (if available)
- Total
Item Count This property is required. double - Total item count (if available)
- Applied
Bytes This property is required. float64 - Applied bytes
- Applied
Item Count This property is required. float64 - Applied item count.
- Per
Item Error Count This property is required. float64 - Per item error count
- Session
Minutes Remaining This property is required. int - Session minutes remaining (if available)
- Sync
Mode This property is required. string - Sync mode
- Timestamp
This property is required. string - Timestamp when properties were updated
- Total
Bytes This property is required. float64 - Total bytes (if available)
- Total
Item Count This property is required. float64 - Total item count (if available)
- applied
Bytes This property is required. Double - Applied bytes
- applied
Item Count This property is required. Double - Applied item count.
- per
Item Error Count This property is required. Double - Per item error count
- session
Minutes Remaining This property is required. Integer - Session minutes remaining (if available)
- sync
Mode This property is required. String - Sync mode
- timestamp
This property is required. String - Timestamp when properties were updated
- total
Bytes This property is required. Double - Total bytes (if available)
- total
Item Count This property is required. Double - Total item count (if available)
- applied
Bytes This property is required. number - Applied bytes
- applied
Item Count This property is required. number - Applied item count.
- per
Item Error Count This property is required. number - Per item error count
- session
Minutes Remaining This property is required. number - Session minutes remaining (if available)
- sync
Mode This property is required. string - Sync mode
- timestamp
This property is required. string - Timestamp when properties were updated
- total
Bytes This property is required. number - Total bytes (if available)
- total
Item Count This property is required. number - Total item count (if available)
- applied_
bytes This property is required. float - Applied bytes
- applied_
item_ count This property is required. float - Applied item count.
- per_
item_ error_ count This property is required. float - Per item error count
- session_
minutes_ remaining This property is required. int - Session minutes remaining (if available)
- sync_
mode This property is required. str - Sync mode
- timestamp
This property is required. str - Timestamp when properties were updated
- total_
bytes This property is required. float - Total bytes (if available)
- total_
item_ count This property is required. float - Total item count (if available)
- applied
Bytes This property is required. Number - Applied bytes
- applied
Item Count This property is required. Number - Applied item count.
- per
Item Error Count This property is required. Number - Per item error count
- session
Minutes Remaining This property is required. Number - Session minutes remaining (if available)
- sync
Mode This property is required. String - Sync mode
- timestamp
This property is required. String - Timestamp when properties were updated
- total
Bytes This property is required. Number - Total bytes (if available)
- total
Item Count This property is required. Number - Total item count (if available)
ServerEndpointSyncSessionStatusResponse, ServerEndpointSyncSessionStatusResponseArgs
- Files
Not Syncing Errors This property is required. List<Pulumi.Azure Native. Storage Sync. Inputs. Server Endpoint Files Not Syncing Error Response> - Array of per-item errors coming from the last sync session.
- Last
Sync Mode This property is required. string - Sync mode
- Last
Sync Per Item Error Count This property is required. double - Last sync per item error count.
- Last
Sync Result This property is required. int - Last sync result (HResult)
- Last
Sync Success Timestamp This property is required. string - Last sync success timestamp
- Last
Sync Timestamp This property is required. string - Last sync timestamp
- Persistent
Files Not Syncing Count This property is required. double - Count of persistent files not syncing.
- Transient
Files Not Syncing Count This property is required. double - Count of transient files not syncing.
- Files
Not Syncing Errors This property is required. []ServerEndpoint Files Not Syncing Error Response - Array of per-item errors coming from the last sync session.
- Last
Sync Mode This property is required. string - Sync mode
- Last
Sync Per Item Error Count This property is required. float64 - Last sync per item error count.
- Last
Sync Result This property is required. int - Last sync result (HResult)
- Last
Sync Success Timestamp This property is required. string - Last sync success timestamp
- Last
Sync Timestamp This property is required. string - Last sync timestamp
- Persistent
Files Not Syncing Count This property is required. float64 - Count of persistent files not syncing.
- Transient
Files Not Syncing Count This property is required. float64 - Count of transient files not syncing.
- files
Not Syncing Errors This property is required. List<ServerEndpoint Files Not Syncing Error Response> - Array of per-item errors coming from the last sync session.
- last
Sync Mode This property is required. String - Sync mode
- last
Sync Per Item Error Count This property is required. Double - Last sync per item error count.
- last
Sync Result This property is required. Integer - Last sync result (HResult)
- last
Sync Success Timestamp This property is required. String - Last sync success timestamp
- last
Sync Timestamp This property is required. String - Last sync timestamp
- persistent
Files Not Syncing Count This property is required. Double - Count of persistent files not syncing.
- transient
Files Not Syncing Count This property is required. Double - Count of transient files not syncing.
- files
Not Syncing Errors This property is required. ServerEndpoint Files Not Syncing Error Response[] - Array of per-item errors coming from the last sync session.
- last
Sync Mode This property is required. string - Sync mode
- last
Sync Per Item Error Count This property is required. number - Last sync per item error count.
- last
Sync Result This property is required. number - Last sync result (HResult)
- last
Sync Success Timestamp This property is required. string - Last sync success timestamp
- last
Sync Timestamp This property is required. string - Last sync timestamp
- persistent
Files Not Syncing Count This property is required. number - Count of persistent files not syncing.
- transient
Files Not Syncing Count This property is required. number - Count of transient files not syncing.
- files_
not_ syncing_ errors This property is required. Sequence[ServerEndpoint Files Not Syncing Error Response] - Array of per-item errors coming from the last sync session.
- last_
sync_ mode This property is required. str - Sync mode
- last_
sync_ per_ item_ error_ count This property is required. float - Last sync per item error count.
- last_
sync_ result This property is required. int - Last sync result (HResult)
- last_
sync_ success_ timestamp This property is required. str - Last sync success timestamp
- last_
sync_ timestamp This property is required. str - Last sync timestamp
- persistent_
files_ not_ syncing_ count This property is required. float - Count of persistent files not syncing.
- transient_
files_ not_ syncing_ count This property is required. float - Count of transient files not syncing.
- files
Not Syncing Errors This property is required. List<Property Map> - Array of per-item errors coming from the last sync session.
- last
Sync Mode This property is required. String - Sync mode
- last
Sync Per Item Error Count This property is required. Number - Last sync per item error count.
- last
Sync Result This property is required. Number - Last sync result (HResult)
- last
Sync Success Timestamp This property is required. String - Last sync success timestamp
- last
Sync Timestamp This property is required. String - Last sync timestamp
- persistent
Files Not Syncing Count This property is required. Number - Count of persistent files not syncing.
- transient
Files Not Syncing Count This property is required. Number - Count of transient files not syncing.
ServerEndpointSyncStatusResponse, ServerEndpointSyncStatusResponseArgs
- Background
Data Download Activity This property is required. Pulumi.Azure Native. Storage Sync. Inputs. Server Endpoint Background Data Download Activity Response - Background data download activity
- Combined
Health This property is required. string - Combined Health Status.
- Download
Activity This property is required. Pulumi.Azure Native. Storage Sync. Inputs. Server Endpoint Sync Activity Status Response - Download sync activity
- Download
Health This property is required. string - Download Health Status.
- Download
Status This property is required. Pulumi.Azure Native. Storage Sync. Inputs. Server Endpoint Sync Session Status Response - Download Status
- Last
Updated Timestamp This property is required. string - Last Updated Timestamp
- Offline
Data Transfer Status This property is required. string - Offline Data Transfer State
- Sync
Activity This property is required. string - Sync activity
- Total
Persistent Files Not Syncing Count This property is required. double - Total count of persistent files not syncing (combined upload + download).
- Upload
Activity This property is required. Pulumi.Azure Native. Storage Sync. Inputs. Server Endpoint Sync Activity Status Response - Upload sync activity
- Upload
Health This property is required. string - Upload Health Status.
- Upload
Status This property is required. Pulumi.Azure Native. Storage Sync. Inputs. Server Endpoint Sync Session Status Response - Upload Status
- Background
Data Download Activity This property is required. ServerEndpoint Background Data Download Activity Response - Background data download activity
- Combined
Health This property is required. string - Combined Health Status.
- Download
Activity This property is required. ServerEndpoint Sync Activity Status Response - Download sync activity
- Download
Health This property is required. string - Download Health Status.
- Download
Status This property is required. ServerEndpoint Sync Session Status Response - Download Status
- Last
Updated Timestamp This property is required. string - Last Updated Timestamp
- Offline
Data Transfer Status This property is required. string - Offline Data Transfer State
- Sync
Activity This property is required. string - Sync activity
- Total
Persistent Files Not Syncing Count This property is required. float64 - Total count of persistent files not syncing (combined upload + download).
- Upload
Activity This property is required. ServerEndpoint Sync Activity Status Response - Upload sync activity
- Upload
Health This property is required. string - Upload Health Status.
- Upload
Status This property is required. ServerEndpoint Sync Session Status Response - Upload Status
- background
Data Download Activity This property is required. ServerEndpoint Background Data Download Activity Response - Background data download activity
- combined
Health This property is required. String - Combined Health Status.
- download
Activity This property is required. ServerEndpoint Sync Activity Status Response - Download sync activity
- download
Health This property is required. String - Download Health Status.
- download
Status This property is required. ServerEndpoint Sync Session Status Response - Download Status
- last
Updated Timestamp This property is required. String - Last Updated Timestamp
- offline
Data Transfer Status This property is required. String - Offline Data Transfer State
- sync
Activity This property is required. String - Sync activity
- total
Persistent Files Not Syncing Count This property is required. Double - Total count of persistent files not syncing (combined upload + download).
- upload
Activity This property is required. ServerEndpoint Sync Activity Status Response - Upload sync activity
- upload
Health This property is required. String - Upload Health Status.
- upload
Status This property is required. ServerEndpoint Sync Session Status Response - Upload Status
- background
Data Download Activity This property is required. ServerEndpoint Background Data Download Activity Response - Background data download activity
- combined
Health This property is required. string - Combined Health Status.
- download
Activity This property is required. ServerEndpoint Sync Activity Status Response - Download sync activity
- download
Health This property is required. string - Download Health Status.
- download
Status This property is required. ServerEndpoint Sync Session Status Response - Download Status
- last
Updated Timestamp This property is required. string - Last Updated Timestamp
- offline
Data Transfer Status This property is required. string - Offline Data Transfer State
- sync
Activity This property is required. string - Sync activity
- total
Persistent Files Not Syncing Count This property is required. number - Total count of persistent files not syncing (combined upload + download).
- upload
Activity This property is required. ServerEndpoint Sync Activity Status Response - Upload sync activity
- upload
Health This property is required. string - Upload Health Status.
- upload
Status This property is required. ServerEndpoint Sync Session Status Response - Upload Status
- background_
data_ download_ activity This property is required. ServerEndpoint Background Data Download Activity Response - Background data download activity
- combined_
health This property is required. str - Combined Health Status.
- download_
activity This property is required. ServerEndpoint Sync Activity Status Response - Download sync activity
- download_
health This property is required. str - Download Health Status.
- download_
status This property is required. ServerEndpoint Sync Session Status Response - Download Status
- last_
updated_ timestamp This property is required. str - Last Updated Timestamp
- offline_
data_ transfer_ status This property is required. str - Offline Data Transfer State
- sync_
activity This property is required. str - Sync activity
- total_
persistent_ files_ not_ syncing_ count This property is required. float - Total count of persistent files not syncing (combined upload + download).
- upload_
activity This property is required. ServerEndpoint Sync Activity Status Response - Upload sync activity
- upload_
health This property is required. str - Upload Health Status.
- upload_
status This property is required. ServerEndpoint Sync Session Status Response - Upload Status
- background
Data Download Activity This property is required. Property Map - Background data download activity
- combined
Health This property is required. String - Combined Health Status.
- download
Activity This property is required. Property Map - Download sync activity
- download
Health This property is required. String - Download Health Status.
- download
Status This property is required. Property Map - Download Status
- last
Updated Timestamp This property is required. String - Last Updated Timestamp
- offline
Data Transfer Status This property is required. String - Offline Data Transfer State
- sync
Activity This property is required. String - Sync activity
- total
Persistent Files Not Syncing Count This property is required. Number - Total count of persistent files not syncing (combined upload + download).
- upload
Activity This property is required. Property Map - Upload sync activity
- upload
Health This property is required. String - Upload Health Status.
- upload
Status This property is required. Property Map - Upload Status
SystemDataResponse, SystemDataResponseArgs
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
- created
At string - The timestamp of resource creation (UTC).
- created
By string - The identity that created the resource.
- created
By stringType - The type of identity that created the resource.
- last
Modified stringAt - The timestamp of resource last modification (UTC)
- last
Modified stringBy - The identity that last modified the resource.
- last
Modified stringBy Type - 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_ strtype - The type of identity that created the resource.
- last_
modified_ strat - The timestamp of resource last modification (UTC)
- last_
modified_ strby - The identity that last modified the resource.
- last_
modified_ strby_ type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:storagesync:ServerEndpoint SampleServerEndpoint_1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageSync/storageSyncServices/{storageSyncServiceName}/syncGroups/{syncGroupName}/serverEndpoints/{serverEndpointName}
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- azure-native-v2 pulumi/pulumi-azure-native
- License
- Apache-2.0