Sha256: 9f4d3945b48677d5241bd0dbaf8e764fd3bb16b6d314c2a995f831771c89ea3f
Contents?: true
Size: 1.87 KB
Versions: 97
Compression:
Stored size: 1.87 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** | | **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** | Get pulp3_remote_href from pulp2repo | [optional] [readonly] **pulp3_publication_href** | **String** | Get pulp3_publication_href from pulp3_repository_version | [optional] [readonly] **pulp3_distribution_hrefs** | **Array<String>** | Get pulp3_distribution_hrefs from pulp3_repository_version | [optional] [readonly] **pulp3_repository_href** | **String** | Get pulp3_repository_href from pulp2repo | [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, 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
97 entries across 97 versions & 1 rubygems