Sha256: 533a0bf0872bdcf6a9ca5ff8dd47563561025bb5f764449a6431b3ecc47382f8
Contents?: true
Size: 672 Bytes
Versions: 356
Compression:
Stored size: 672 Bytes
Contents
# Pulp2to3MigrationClient::MigrationPlanRun ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **validate** | **Boolean** | If ``True``, migration cannot happen without successful validation of the Migration Plan | [optional] [default to false] **dry_run** | **Boolean** | If ``True``, performs validation of a Migration Plan only, no migration is run. | [optional] [default to false] ## Code Sample ```ruby require 'Pulp2to3MigrationClient' instance = Pulp2to3MigrationClient::MigrationPlanRun.new(validate: null, dry_run: null) ```
Version data entries
356 entries across 356 versions & 1 rubygems