ServerEndpointUpdateParameters Class

Definition

Parameters for updating an Server Endpoint.

[Microsoft.Rest.Serialization.JsonTransformation]
public class ServerEndpointUpdateParameters
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ServerEndpointUpdateParameters = class
Public Class ServerEndpointUpdateParameters
Inheritance
ServerEndpointUpdateParameters
Attributes

Constructors

ServerEndpointUpdateParameters()

Initializes a new instance of the ServerEndpointUpdateParameters class.

ServerEndpointUpdateParameters(String, Nullable<Int32>, Nullable<Int32>, String, String, String)

Initializes a new instance of the ServerEndpointUpdateParameters class.

Properties

CloudTiering

Gets or sets cloud Tiering. Possible values include: 'on', 'off'

LocalCacheMode

Gets or sets policy for enabling follow-the-sun business models: link local cache to cloud behavior to pre-populate before local access. Possible values include: 'DownloadNewAndModifiedFiles', 'UpdateLocallyCachedFiles'

OfflineDataTransfer

Gets or sets offline data transfer. Possible values include: 'on', 'off'

OfflineDataTransferShareName

Gets or sets offline data transfer share name

TierFilesOlderThanDays

Gets or sets tier files older than days.

VolumeFreeSpacePercent

Gets or sets level of free space to be maintained by Cloud Tiering if it is enabled.

Methods

Validate()

Validate the object.

Applies to