Sha256: b08115d4da183d8ba9f045f012286e8beeb4046d4b952d131b96c99cd3359929
Contents?: true
Size: 1.42 KB
Versions: 3
Compression:
Stored size: 1.42 KB
Contents
# Pulp2to3MigrationClient::Pulp2to3MigrationPulp2Repository ## 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** | | **is_migrated** | **Boolean** | | [optional] [default to false] **not_in_pulp2** | **Boolean** | | [optional] [default to false] **pulp3_repository_version** | **String** | | [optional] **pulp3_remote_href** | **String** | | [optional] [readonly] **pulp3_publication_href** | **String** | | [optional] [readonly] **pulp3_distribution_hrefs** | **String** | | [optional] [readonly] ## Code Sample ```ruby require 'Pulp2to3MigrationClient' instance = Pulp2to3MigrationClient::Pulp2to3MigrationPulp2Repository.new(pulp_href: null, pulp_created: null, pulp2_object_id: null, pulp2_repo_id: null, is_migrated: null, not_in_pulp2: null, pulp3_repository_version: null, pulp3_remote_href: null, pulp3_publication_href: null, pulp3_distribution_hrefs: null) ```
Version data entries
3 entries across 3 versions & 1 rubygems