objectsSelectionType property

String? objectsSelectionType
getter/setter pair

The objects selection type of the migration job.

Optional. Possible string values are:

  • "OBJECTS_SELECTION_TYPE_UNSPECIFIED" : The type of the objects selection is unknown, indicating that the migration job is at instance level.
  • "ALL_OBJECTS" : Migrate all of the objects.
  • "SPECIFIED_OBJECTS" : Migrate specific objects.

Implementation

core.String? objectsSelectionType;