ServerEndpoint Interface
public interface ServerEndpoint
An immutable client-side representation of ServerEndpoint.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Feature |
cloudTiering()
Gets the cloud |
|
abstract
Server |
cloudTieringStatus()
Gets the cloud |
| abstract String |
friendlyName()
Gets the friendly |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Initial |
initialDownloadPolicy()
Gets the initial |
|
abstract
Initial |
initialUploadPolicy()
Gets the initial |
|
abstract
Server |
innerModel()
Gets the inner com. |
| abstract String |
lastOperationName()
Gets the last |
| abstract String |
lastWorkflowId()
Gets the last |
|
abstract
Local |
localCacheMode()
Gets the local |
| abstract String |
name()
Gets the name property: The name of the resource. |
|
abstract
Feature |
offlineDataTransfer()
Gets the offline |
| abstract String |
offlineDataTransferShareName()
Gets the offline |
| abstract String |
offlineDataTransferStorageAccountResourceId()
Gets the offline |
| abstract String |
offlineDataTransferStorageAccountTenantId()
Gets the offline |
| abstract String |
provisioningState()
Gets the provisioning |
| abstract void |
recallAction(RecallActionParameters parameters)
Recall a server endpoint. |
| abstract void |
recallAction(RecallActionParameters parameters, Context context)
Recall a server endpoint. |
|
abstract
Server |
recallStatus()
Gets the recall |
|
abstract
Server |
refresh()
Refreshes the resource to sync with Azure. |
|
abstract
Server |
refresh(Context context)
Refreshes the resource to sync with Azure. |
| abstract String |
resourceGroupName()
Gets the name of the resource group. |
|
abstract
Server |
serverEndpointProvisioningStatus()
Gets the server |
| abstract String |
serverLocalPath()
Gets the server |
| abstract String |
serverName()
Gets the server |
| abstract String |
serverResourceId()
Gets the server |
|
abstract
Server |
syncStatus()
Gets the sync |
|
abstract
System |
systemData()
Gets the system |
| abstract Integer |
tierFilesOlderThanDays()
Gets the tier |
| abstract String |
type()
Gets the type property: The type of the resource. |
| abstract Update |
update()
Begins update for the Server |
| abstract Integer |
volumeFreeSpacePercent()
Gets the volume |
Method Details
cloudTiering
public abstract FeatureStatus cloudTiering()
Gets the cloudTiering property: Cloud Tiering.
Returns:
cloudTieringStatus
public abstract ServerEndpointCloudTieringStatus cloudTieringStatus()
Gets the cloudTieringStatus property: Cloud tiering status. Only populated if cloud tiering is enabled.
Returns:
friendlyName
public abstract String friendlyName()
Gets the friendlyName property: Friendly Name.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
initialDownloadPolicy
public abstract InitialDownloadPolicy initialDownloadPolicy()
Gets the initialDownloadPolicy property: Policy for how namespace and files are recalled during FastDr.
Returns:
initialUploadPolicy
public abstract InitialUploadPolicy initialUploadPolicy()
Gets the initialUploadPolicy property: Policy for how the initial upload sync session is performed.
Returns:
innerModel
public abstract ServerEndpointInner innerModel()
Gets the inner com.azure.resourcemanager.storagesync.fluent.models.ServerEndpointInner object.
Returns:
lastOperationName
public abstract String lastOperationName()
Gets the lastOperationName property: Resource Last Operation Name.
Returns:
lastWorkflowId
public abstract String lastWorkflowId()
Gets the lastWorkflowId property: ServerEndpoint lastWorkflowId.
Returns:
localCacheMode
public abstract LocalCacheMode localCacheMode()
Gets the localCacheMode property: Policy for enabling follow-the-sun business models: link local cache to cloud behavior to pre-populate before local access.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
offlineDataTransfer
public abstract FeatureStatus offlineDataTransfer()
Gets the offlineDataTransfer property: Offline data transfer.
Returns:
offlineDataTransferShareName
public abstract String offlineDataTransferShareName()
Gets the offlineDataTransferShareName property: Offline data transfer share name.
Returns:
offlineDataTransferStorageAccountResourceId
public abstract String offlineDataTransferStorageAccountResourceId()
Gets the offlineDataTransferStorageAccountResourceId property: Offline data transfer storage account resource ID.
Returns:
offlineDataTransferStorageAccountTenantId
public abstract String offlineDataTransferStorageAccountTenantId()
Gets the offlineDataTransferStorageAccountTenantId property: Offline data transfer storage account tenant ID.
Returns:
provisioningState
public abstract String provisioningState()
Gets the provisioningState property: ServerEndpoint Provisioning State.
Returns:
recallAction
public abstract void recallAction(RecallActionParameters parameters)
Recall a server endpoint.
Parameters:
recallAction
public abstract void recallAction(RecallActionParameters parameters, Context context)
Recall a server endpoint.
Parameters:
recallStatus
public abstract ServerEndpointRecallStatus recallStatus()
Gets the recallStatus property: Recall status. Only populated if cloud tiering is enabled.
Returns:
refresh
public abstract ServerEndpoint refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract ServerEndpoint refresh(Context context)
Refreshes the resource to sync with Azure.
Parameters:
Returns:
resourceGroupName
public abstract String resourceGroupName()
Gets the name of the resource group.
Returns:
serverEndpointProvisioningStatus
public abstract ServerEndpointProvisioningStatus serverEndpointProvisioningStatus()
Gets the serverEndpointProvisioningStatus property: Server Endpoint provisioning status.
Returns:
serverLocalPath
public abstract String serverLocalPath()
Gets the serverLocalPath property: Server Local path.
Returns:
serverName
public abstract String serverName()
Gets the serverName property: Server name.
Returns:
serverResourceId
public abstract String serverResourceId()
Gets the serverResourceId property: Server Resource Id.
Returns:
syncStatus
public abstract ServerEndpointSyncStatus syncStatus()
Gets the syncStatus property: Server Endpoint sync status.
Returns:
systemData
public abstract SystemData systemData()
Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
tierFilesOlderThanDays
public abstract Integer tierFilesOlderThanDays()
Gets the tierFilesOlderThanDays property: Tier files older than days.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
update
public abstract ServerEndpoint.Update update()
Begins update for the ServerEndpoint resource.
Returns:
volumeFreeSpacePercent
public abstract Integer volumeFreeSpacePercent()
Gets the volumeFreeSpacePercent property: Level of free space to be maintained by Cloud Tiering if it is enabled.
Returns: