DataMigrationServiceStatusResponse Interface
public interface DataMigrationServiceStatusResponse
An immutable client-side representation of DataMigrationServiceStatusResponse.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract Object |
agentConfiguration()
Gets the agent |
| abstract String |
agentVersion()
Gets the agent |
|
abstract
Data |
innerModel()
Gets the inner com. |
| abstract String |
status()
Gets the status property: The machine-readable status, such as 'Initializing', 'Offline', 'Online', 'Deploying', 'Deleting', 'Stopped', 'Stopping', 'Starting', 'Failed |
| abstract List<String> |
supportedTaskTypes()
Gets the supported |
| abstract String |
vmSize()
Gets the vm |
Method Details
agentConfiguration
public abstract Object agentConfiguration()
Gets the agentConfiguration property: Agent Configuration.
Returns:
agentVersion
public abstract String agentVersion()
Gets the agentVersion property: The DMS instance agent version.
Returns:
innerModel
public abstract DataMigrationServiceStatusResponseInner innerModel()
Gets the inner com.azure.resourcemanager.datamigration.fluent.models.DataMigrationServiceStatusResponseInner object.
Returns:
status
public abstract String status()
Gets the status property: The machine-readable status, such as 'Initializing', 'Offline', 'Online', 'Deploying', 'Deleting', 'Stopped', 'Stopping', 'Starting', 'FailedToStart', 'FailedToStop' or 'Failed'.
Returns:
supportedTaskTypes
public abstract List<String> supportedTaskTypes()
Gets the supportedTaskTypes property: The list of supported task types.
Returns:
vmSize
public abstract String vmSize()
Gets the vmSize property: The services virtual machine size, such as 'Standard_D2_v2'.
Returns: