Interface DataMigrationServiceStatusResponse


public interface DataMigrationServiceStatusResponse
An immutable client-side representation of DataMigrationServiceStatusResponse.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the agentVersion property: The DMS instance agent version.
    Gets the inner com.azure.resourcemanager.datamigration.fluent.models.DataMigrationServiceStatusResponseInner object.
    Gets the status property: The machine-readable status, such as 'Initializing', 'Offline', 'Online', 'Deploying', 'Deleting', 'Stopped', 'Stopping', 'Starting', 'FailedToStart', 'FailedToStop' or 'Failed'.
    Gets the supportedTaskTypes property: The list of supported task types.
    Gets the vmSize property: The services virtual machine size, such as 'Standard_D2_v2'.
  • Method Details

    • agentVersion

      String agentVersion()
      Gets the agentVersion property: The DMS instance agent version.
      Returns:
      the agentVersion value.
    • status

      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.
    • vmSize

      String vmSize()
      Gets the vmSize property: The services virtual machine size, such as 'Standard_D2_v2'.
      Returns:
      the vmSize value.
    • supportedTaskTypes

      List<String> supportedTaskTypes()
      Gets the supportedTaskTypes property: The list of supported task types.
      Returns:
      the supportedTaskTypes value.
    • innerModel

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