pub struct SyncServerEndpointArgsBuilder<S: State = Empty> { /* private fields */ }
Expand description
Use builder syntax to set the inputs and finish with build_struct()
.
Implementations§
source§impl<S: State> SyncServerEndpointArgsBuilder<S>
impl<S: State> SyncServerEndpointArgsBuilder<S>
sourcepub fn build_struct(self) -> SyncServerEndpointArgswhere
S: IsComplete,
pub fn build_struct(self) -> SyncServerEndpointArgswhere
S: IsComplete,
Finish building and return the requested object
sourcepub fn cloud_tiering_enabled(
self,
value: impl Into<Output<Option<bool>>>,
) -> SyncServerEndpointArgsBuilder<SetCloudTieringEnabled<S>>where
S::CloudTieringEnabled: IsUnset,
pub fn cloud_tiering_enabled(
self,
value: impl Into<Output<Option<bool>>>,
) -> SyncServerEndpointArgsBuilder<SetCloudTieringEnabled<S>>where
S::CloudTieringEnabled: IsUnset,
sourcepub fn maybe_cloud_tiering_enabled(
self,
value: Option<impl Into<Output<Option<bool>>>>,
) -> SyncServerEndpointArgsBuilder<SetCloudTieringEnabled<S>>where
S::CloudTieringEnabled: IsUnset,
pub fn maybe_cloud_tiering_enabled(
self,
value: Option<impl Into<Output<Option<bool>>>>,
) -> SyncServerEndpointArgsBuilder<SetCloudTieringEnabled<S>>where
S::CloudTieringEnabled: IsUnset,
sourcepub fn initial_download_policy(
self,
value: impl Into<Output<Option<String>>>,
) -> SyncServerEndpointArgsBuilder<SetInitialDownloadPolicy<S>>where
S::InitialDownloadPolicy: IsUnset,
pub fn initial_download_policy(
self,
value: impl Into<Output<Option<String>>>,
) -> SyncServerEndpointArgsBuilder<SetInitialDownloadPolicy<S>>where
S::InitialDownloadPolicy: IsUnset,
Optional (Some / Option setters). Default: <pulumi_wasm_rust::Output<Option<String>> as Default>::default()
.
Specifies how the server initially downloads the Azure file share data. Valid Values includes NamespaceThenModifiedFiles
, NamespaceOnly
, and AvoidTieredFiles
. Defaults to NamespaceThenModifiedFiles
.
sourcepub fn maybe_initial_download_policy(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> SyncServerEndpointArgsBuilder<SetInitialDownloadPolicy<S>>where
S::InitialDownloadPolicy: IsUnset,
pub fn maybe_initial_download_policy(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> SyncServerEndpointArgsBuilder<SetInitialDownloadPolicy<S>>where
S::InitialDownloadPolicy: IsUnset,
Optional (Some / Option setters). Default: <pulumi_wasm_rust::Output<Option<String>> as Default>::default()
.
Specifies how the server initially downloads the Azure file share data. Valid Values includes NamespaceThenModifiedFiles
, NamespaceOnly
, and AvoidTieredFiles
. Defaults to NamespaceThenModifiedFiles
.
sourcepub fn local_cache_mode(
self,
value: impl Into<Output<Option<String>>>,
) -> SyncServerEndpointArgsBuilder<SetLocalCacheMode<S>>where
S::LocalCacheMode: IsUnset,
pub fn local_cache_mode(
self,
value: impl Into<Output<Option<String>>>,
) -> SyncServerEndpointArgsBuilder<SetLocalCacheMode<S>>where
S::LocalCacheMode: IsUnset,
sourcepub fn maybe_local_cache_mode(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> SyncServerEndpointArgsBuilder<SetLocalCacheMode<S>>where
S::LocalCacheMode: IsUnset,
pub fn maybe_local_cache_mode(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> SyncServerEndpointArgsBuilder<SetLocalCacheMode<S>>where
S::LocalCacheMode: IsUnset,
sourcepub fn name(
self,
value: impl Into<Output<Option<String>>>,
) -> SyncServerEndpointArgsBuilder<SetName<S>>where
S::Name: IsUnset,
pub fn name(
self,
value: impl Into<Output<Option<String>>>,
) -> SyncServerEndpointArgsBuilder<SetName<S>>where
S::Name: IsUnset,
sourcepub fn maybe_name(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> SyncServerEndpointArgsBuilder<SetName<S>>where
S::Name: IsUnset,
pub fn maybe_name(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> SyncServerEndpointArgsBuilder<SetName<S>>where
S::Name: IsUnset,
sourcepub fn registered_server_id(
self,
value: impl Into<Output<String>>,
) -> SyncServerEndpointArgsBuilder<SetRegisteredServerId<S>>where
S::RegisteredServerId: IsUnset,
pub fn registered_server_id(
self,
value: impl Into<Output<String>>,
) -> SyncServerEndpointArgsBuilder<SetRegisteredServerId<S>>where
S::RegisteredServerId: IsUnset,
Required.
The ID of the Registered Server that will be associate with the Storage Sync Server Endpoint. Changing this forces a new Storage Sync Server Endpoint to be created.
NOTE: The target server must already be registered with the parent
azure.storage.Sync
prior to creating this endpoint. For more information on registering a server see the Microsoft documentation
sourcepub fn server_local_path(
self,
value: impl Into<Output<String>>,
) -> SyncServerEndpointArgsBuilder<SetServerLocalPath<S>>where
S::ServerLocalPath: IsUnset,
pub fn server_local_path(
self,
value: impl Into<Output<String>>,
) -> SyncServerEndpointArgsBuilder<SetServerLocalPath<S>>where
S::ServerLocalPath: IsUnset,
Required.
The path on the Windows Server to be synced to the Azure file share. Changing this forces a new Storage Sync Server Endpoint to be created.
sourcepub fn storage_sync_group_id(
self,
value: impl Into<Output<String>>,
) -> SyncServerEndpointArgsBuilder<SetStorageSyncGroupId<S>>where
S::StorageSyncGroupId: IsUnset,
pub fn storage_sync_group_id(
self,
value: impl Into<Output<String>>,
) -> SyncServerEndpointArgsBuilder<SetStorageSyncGroupId<S>>where
S::StorageSyncGroupId: IsUnset,
Required.
The ID of the Storage Sync Group where the Storage Sync Server Endpoint should exist. Changing this forces a new Storage Sync Server Endpoint to be created.