ServerEndpointCreateParametersProperties Class
- java.
lang. Object - com.
azure. resourcemanager. storagesync. fluent. models. ServerEndpointCreateParametersProperties
- com.
Implements
public final class ServerEndpointCreateParametersProperties
implements JsonSerializable<ServerEndpointCreateParametersProperties>
ServerEndpoint Properties object.
Constructor Summary
| Constructor | Description |
|---|---|
| ServerEndpointCreateParametersProperties() |
Creates an instance of Server |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Feature |
cloudTiering()
Get the cloud |
| String |
friendlyName()
Get the friendly |
|
static
Server |
fromJson(JsonReader jsonReader)
Reads an instance of Server |
|
Initial |
initialDownloadPolicy()
Get the initial |
|
Initial |
initialUploadPolicy()
Get the initial |
|
Local |
localCacheMode()
Get the local |
|
Feature |
offlineDataTransfer()
Get the offline |
| String |
offlineDataTransferShareName()
Get the offline |
| String |
serverLocalPath()
Get the server |
| String |
serverResourceId()
Get the server |
| Integer |
tierFilesOlderThanDays()
Get the tier |
|
Json |
toJson(JsonWriter jsonWriter) |
| Integer |
volumeFreeSpacePercent()
Get the volume |
|
Server |
withCloudTiering(FeatureStatus cloudTiering)
Set the cloud |
|
Server |
withFriendlyName(String friendlyName)
Set the friendly |
|
Server |
withInitialDownloadPolicy(InitialDownloadPolicy initialDownloadPolicy)
Set the initial |
|
Server |
withInitialUploadPolicy(InitialUploadPolicy initialUploadPolicy)
Set the initial |
|
Server |
withLocalCacheMode(LocalCacheMode localCacheMode)
Set the local |
|
Server |
withOfflineDataTransfer(FeatureStatus offlineDataTransfer)
Set the offline |
|
Server |
withOfflineDataTransferShareName(String offlineDataTransferShareName)
Set the offline |
|
Server |
withServerLocalPath(String serverLocalPath)
Set the server |
|
Server |
withServerResourceId(String serverResourceId)
Set the server |
|
Server |
withTierFilesOlderThanDays(Integer tierFilesOlderThanDays)
Set the tier |
|
Server |
withVolumeFreeSpacePercent(Integer volumeFreeSpacePercent)
Set the volume |
Methods inherited from java.lang.Object
Constructor Details
ServerEndpointCreateParametersProperties
public ServerEndpointCreateParametersProperties()
Creates an instance of ServerEndpointCreateParametersProperties class.
Method Details
cloudTiering
public FeatureStatus cloudTiering()
Get the cloudTiering property: Cloud Tiering.
Returns:
friendlyName
public String friendlyName()
Get the friendlyName property: Friendly Name.
Returns:
fromJson
public static ServerEndpointCreateParametersProperties fromJson(JsonReader jsonReader)
Reads an instance of ServerEndpointCreateParametersProperties from the JsonReader.
Parameters:
Returns:
Throws:
initialDownloadPolicy
public InitialDownloadPolicy initialDownloadPolicy()
Get the initialDownloadPolicy property: Policy for how namespace and files are recalled during FastDr.
Returns:
initialUploadPolicy
public InitialUploadPolicy initialUploadPolicy()
Get the initialUploadPolicy property: Policy for how the initial upload sync session is performed.
Returns:
localCacheMode
public LocalCacheMode localCacheMode()
Get the localCacheMode property: Policy for enabling follow-the-sun business models: link local cache to cloud behavior to pre-populate before local access.
Returns:
offlineDataTransfer
public FeatureStatus offlineDataTransfer()
Get the offlineDataTransfer property: Offline data transfer.
Returns:
offlineDataTransferShareName
public String offlineDataTransferShareName()
Get the offlineDataTransferShareName property: Offline data transfer share name.
Returns:
serverLocalPath
public String serverLocalPath()
Get the serverLocalPath property: Server Local path.
Returns:
serverResourceId
public String serverResourceId()
Get the serverResourceId property: Server Resource Id.
Returns:
tierFilesOlderThanDays
public Integer tierFilesOlderThanDays()
Get the tierFilesOlderThanDays property: Tier files older than days.
Returns:
toJson
volumeFreeSpacePercent
public Integer volumeFreeSpacePercent()
Get the volumeFreeSpacePercent property: Level of free space to be maintained by Cloud Tiering if it is enabled.
Returns:
withCloudTiering
public ServerEndpointCreateParametersProperties withCloudTiering(FeatureStatus cloudTiering)
Set the cloudTiering property: Cloud Tiering.
Parameters:
Returns:
withFriendlyName
public ServerEndpointCreateParametersProperties withFriendlyName(String friendlyName)
Set the friendlyName property: Friendly Name.
Parameters:
Returns:
withInitialDownloadPolicy
public ServerEndpointCreateParametersProperties withInitialDownloadPolicy(InitialDownloadPolicy initialDownloadPolicy)
Set the initialDownloadPolicy property: Policy for how namespace and files are recalled during FastDr.
Parameters:
Returns:
withInitialUploadPolicy
public ServerEndpointCreateParametersProperties withInitialUploadPolicy(InitialUploadPolicy initialUploadPolicy)
Set the initialUploadPolicy property: Policy for how the initial upload sync session is performed.
Parameters:
Returns:
withLocalCacheMode
public ServerEndpointCreateParametersProperties withLocalCacheMode(LocalCacheMode localCacheMode)
Set the localCacheMode property: Policy for enabling follow-the-sun business models: link local cache to cloud behavior to pre-populate before local access.
Parameters:
Returns:
withOfflineDataTransfer
public ServerEndpointCreateParametersProperties withOfflineDataTransfer(FeatureStatus offlineDataTransfer)
Set the offlineDataTransfer property: Offline data transfer.
Parameters:
Returns:
withOfflineDataTransferShareName
public ServerEndpointCreateParametersProperties withOfflineDataTransferShareName(String offlineDataTransferShareName)
Set the offlineDataTransferShareName property: Offline data transfer share name.
Parameters:
Returns:
withServerLocalPath
public ServerEndpointCreateParametersProperties withServerLocalPath(String serverLocalPath)
Set the serverLocalPath property: Server Local path.
Parameters:
Returns:
withServerResourceId
public ServerEndpointCreateParametersProperties withServerResourceId(String serverResourceId)
Set the serverResourceId property: Server Resource Id.
Parameters:
Returns:
withTierFilesOlderThanDays
public ServerEndpointCreateParametersProperties withTierFilesOlderThanDays(Integer tierFilesOlderThanDays)
Set the tierFilesOlderThanDays property: Tier files older than days.
Parameters:
Returns:
withVolumeFreeSpacePercent
public ServerEndpointCreateParametersProperties withVolumeFreeSpacePercent(Integer volumeFreeSpacePercent)
Set the volumeFreeSpacePercent property: Level of free space to be maintained by Cloud Tiering if it is enabled.
Parameters:
Returns: