ServerEndpointUpdateParameters Class
- java.
lang. Object - com.
azure. resourcemanager. storagesync. models. ServerEndpointUpdateParameters
- com.
Implements
public final class ServerEndpointUpdateParameters
implements JsonSerializable<ServerEndpointUpdateParameters>
Parameters for updating an Server Endpoint.
Constructor Summary
| Constructor | Description |
|---|---|
| ServerEndpointUpdateParameters() |
Creates an instance of Server |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Feature |
cloudTiering()
Get the cloud |
|
static
Server |
fromJson(JsonReader jsonReader)
Reads an instance of Server |
|
Local |
localCacheMode()
Get the local |
|
Feature |
offlineDataTransfer()
Get the offline |
| String |
offlineDataTransferShareName()
Get the offline |
| Integer |
tierFilesOlderThanDays()
Get the tier |
|
Json |
toJson(JsonWriter jsonWriter) |
| Integer |
volumeFreeSpacePercent()
Get the volume |
|
Server |
withCloudTiering(FeatureStatus cloudTiering)
Set the cloud |
|
Server |
withLocalCacheMode(LocalCacheMode localCacheMode)
Set the local |
|
Server |
withOfflineDataTransfer(FeatureStatus offlineDataTransfer)
Set the offline |
|
Server |
withOfflineDataTransferShareName(String offlineDataTransferShareName)
Set the offline |
|
Server |
withTierFilesOlderThanDays(Integer tierFilesOlderThanDays)
Set the tier |
|
Server |
withVolumeFreeSpacePercent(Integer volumeFreeSpacePercent)
Set the volume |
Methods inherited from java.lang.Object
Constructor Details
ServerEndpointUpdateParameters
public ServerEndpointUpdateParameters()
Creates an instance of ServerEndpointUpdateParameters class.
Method Details
cloudTiering
public FeatureStatus cloudTiering()
Get the cloudTiering property: Cloud Tiering.
Returns:
fromJson
public static ServerEndpointUpdateParameters fromJson(JsonReader jsonReader)
Reads an instance of ServerEndpointUpdateParameters from the JsonReader.
Parameters:
Returns:
Throws:
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:
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 ServerEndpointUpdateParameters withCloudTiering(FeatureStatus cloudTiering)
Set the cloudTiering property: Cloud Tiering.
Parameters:
Returns:
withLocalCacheMode
public ServerEndpointUpdateParameters 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 ServerEndpointUpdateParameters withOfflineDataTransfer(FeatureStatus offlineDataTransfer)
Set the offlineDataTransfer property: Offline data transfer.
Parameters:
Returns:
withOfflineDataTransferShareName
public ServerEndpointUpdateParameters withOfflineDataTransferShareName(String offlineDataTransferShareName)
Set the offlineDataTransferShareName property: Offline data transfer share name.
Parameters:
Returns:
withTierFilesOlderThanDays
public ServerEndpointUpdateParameters withTierFilesOlderThanDays(Integer tierFilesOlderThanDays)
Set the tierFilesOlderThanDays property: Tier files older than days.
Parameters:
Returns:
withVolumeFreeSpacePercent
public ServerEndpointUpdateParameters withVolumeFreeSpacePercent(Integer volumeFreeSpacePercent)
Set the volumeFreeSpacePercent property: Level of free space to be maintained by Cloud Tiering if it is enabled.
Parameters:
Returns: