Share via


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 agentConfiguration property: Agent Configuration.

abstract String agentVersion()

Gets the agentVersion property: The DMS instance agent version.

abstract DataMigrationServiceStatusResponseInner innerModel()

Gets the inner com.azure.resourcemanager.datamigration.fluent.models.DataMigrationServiceStatusResponseInner object.

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'.

abstract List<String> supportedTaskTypes()

Gets the supportedTaskTypes property: The list of supported task types.

abstract String vmSize()

Gets the vmSize property: The services virtual machine size, such as 'Standard_D2_v2'.

Method Details

agentConfiguration

public abstract Object agentConfiguration()

Gets the agentConfiguration property: Agent Configuration.

Returns:

the agentConfiguration value.

agentVersion

public abstract String agentVersion()

Gets the agentVersion property: The DMS instance agent version.

Returns:

the agentVersion value.

innerModel

public abstract DataMigrationServiceStatusResponseInner innerModel()

Gets the inner com.azure.resourcemanager.datamigration.fluent.models.DataMigrationServiceStatusResponseInner object.

Returns:

the inner object.

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:

the status value.

supportedTaskTypes

public abstract List<String> supportedTaskTypes()

Gets the supportedTaskTypes property: The list of supported task types.

Returns:

the supportedTaskTypes value.

vmSize

public abstract String vmSize()

Gets the vmSize property: The services virtual machine size, such as 'Standard_D2_v2'.

Returns:

the vmSize value.

Applies to