Sha256: 081ff96a6d26359e600e435790ed1cdbcae372017745e122eee02c7241befdc2
Contents?: true
Size: 1.68 KB
Versions: 26
Compression:
Stored size: 1.68 KB
Contents
# Pulp2to3MigrationClient::Pulp2to3MigrationPulp2RepositoryResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_href** | **String** | | [optional] [readonly] **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] **pulp2_object_id** | **String** | | **pulp2_repo_id** | **String** | | **pulp2_repo_type** | **String** | | **is_migrated** | **Boolean** | | [optional] [default to false] **not_in_plan** | **Boolean** | | [optional] [default to false] **pulp3_repository_version** | **String** | RepositoryVersion to be served | [optional] **pulp3_remote_href** | **String** | | [optional] [readonly] **pulp3_publication_href** | **String** | | [optional] [readonly] **pulp3_distribution_hrefs** | **String** | | [optional] [readonly] **pulp3_repository_href** | **String** | | [optional] [readonly] ## Code Sample ```ruby require 'Pulp2to3MigrationClient' instance = Pulp2to3MigrationClient::Pulp2to3MigrationPulp2RepositoryResponse.new(pulp_href: null, pulp_created: null, pulp2_object_id: null, pulp2_repo_id: null, pulp2_repo_type: null, is_migrated: null, not_in_plan: null, pulp3_repository_version: null, pulp3_remote_href: null, pulp3_publication_href: null, pulp3_distribution_hrefs: null, pulp3_repository_href: null) ```
Version data entries
26 entries across 26 versions & 1 rubygems