package
0.1.0
Repository: https://github.com/osbuild/pulp-client.git
Documentation: pkg.go.dev

# README

Go API client for pulpclient

Fetch, Upload, Organize, and Distribute Software Packages

Overview

This API client was generated by the OpenAPI Generator project. By using the OpenAPI-spec from a remote server, you can easily generate an API client.

  • API version: v3
  • Package version: 1.0.0
  • Build package: org.openapitools.codegen.languages.GoClientCodegen For more information, please visit https://pulpproject.org

Installation

Install the following dependencies:

go get github.com/stretchr/testify/assert
go get golang.org/x/net/context

Put the package under your project folder and add the following in import:

import pulpclient "github.com/osbuild/pulp-client/pulpclient"

To use a proxy, set the environment variable HTTP_PROXY:

os.Setenv("HTTP_PROXY", "http://proxy_name:proxy_port")

Configuration of Server URL

Default configuration comes with Servers field that contains server objects as defined in the OpenAPI specification.

Select Server Configuration

For using other server than the one defined on index 0 set context value sw.ContextServerIndex of type int.

ctx := context.WithValue(context.Background(), pulpclient.ContextServerIndex, 1)

Templated Server URL

Templated server URL is formatted using default variables from configuration or from context value sw.ContextServerVariables of type map[string]string.

ctx := context.WithValue(context.Background(), pulpclient.ContextServerVariables, map[string]string{
	"basePath": "v2",
})

Note, enum values are always validated and all unused variables are silently ignored.

URLs Configuration per Operation

Each operation can use different server URL defined using OperationServers map in the Configuration. An operation is uniquely identified by "{classname}Service.{nickname}" string. Similar rules for overriding default operation server index and variables applies by using sw.ContextOperationServerIndices and sw.ContextOperationServerVariables context maps.

ctx := context.WithValue(context.Background(), pulpclient.ContextOperationServerIndices, map[string]int{
	"{classname}Service.{nickname}": 2,
})
ctx = context.WithValue(context.Background(), pulpclient.ContextOperationServerVariables, map[string]map[string]string{
	"{classname}Service.{nickname}": {
		"port": "8443",
	},
})

Documentation for API Endpoints

All URIs are relative to http://localhost:8080

ClassMethodHTTP requestDescription
AccessPoliciesAPIAccessPoliciesListGet /pulp/api/v3/access_policies/List access policys
AccessPoliciesAPIAccessPoliciesPartialUpdatePatch {access_policy_href}Update an access policy
AccessPoliciesAPIAccessPoliciesReadGet {access_policy_href}Inspect an access policy
AccessPoliciesAPIAccessPoliciesResetPost {access_policy_href}reset/
AccessPoliciesAPIAccessPoliciesUpdatePut {access_policy_href}Update an access policy
AcsFileAPIAcsFileFileAddRolePost {file_file_alternate_content_source_href}add_role/
AcsFileAPIAcsFileFileCreatePost /pulp/api/v3/acs/file/file/Create a file alternate content source
AcsFileAPIAcsFileFileDeleteDelete {file_file_alternate_content_source_href}Delete a file alternate content source
AcsFileAPIAcsFileFileListGet /pulp/api/v3/acs/file/file/List file alternate content sources
AcsFileAPIAcsFileFileListRolesGet {file_file_alternate_content_source_href}list_roles/
AcsFileAPIAcsFileFileMyPermissionsGet {file_file_alternate_content_source_href}my_permissions/
AcsFileAPIAcsFileFilePartialUpdatePatch {file_file_alternate_content_source_href}Update a file alternate content source
AcsFileAPIAcsFileFileReadGet {file_file_alternate_content_source_href}Inspect a file alternate content source
AcsFileAPIAcsFileFileRefreshPost {file_file_alternate_content_source_href}refresh/Refresh metadata
AcsFileAPIAcsFileFileRemoveRolePost {file_file_alternate_content_source_href}remove_role/
AcsFileAPIAcsFileFileUpdatePut {file_file_alternate_content_source_href}Update a file alternate content source
AcsRpmAPIAcsRpmRpmAddRolePost {rpm_rpm_alternate_content_source_href}add_role/
AcsRpmAPIAcsRpmRpmCreatePost /pulp/api/v3/acs/rpm/rpm/Create a rpm alternate content source
AcsRpmAPIAcsRpmRpmDeleteDelete {rpm_rpm_alternate_content_source_href}Delete a rpm alternate content source
AcsRpmAPIAcsRpmRpmListGet /pulp/api/v3/acs/rpm/rpm/List rpm alternate content sources
AcsRpmAPIAcsRpmRpmListRolesGet {rpm_rpm_alternate_content_source_href}list_roles/
AcsRpmAPIAcsRpmRpmMyPermissionsGet {rpm_rpm_alternate_content_source_href}my_permissions/
AcsRpmAPIAcsRpmRpmPartialUpdatePatch {rpm_rpm_alternate_content_source_href}Update a rpm alternate content source
AcsRpmAPIAcsRpmRpmReadGet {rpm_rpm_alternate_content_source_href}Inspect a rpm alternate content source
AcsRpmAPIAcsRpmRpmRefreshPost {rpm_rpm_alternate_content_source_href}refresh/
AcsRpmAPIAcsRpmRpmRemoveRolePost {rpm_rpm_alternate_content_source_href}remove_role/
AcsRpmAPIAcsRpmRpmUpdatePut {rpm_rpm_alternate_content_source_href}Update a rpm alternate content source
AnsibleCollectionsAPIAnsibleCollectionsAddRolePost {ansible_collection_href}add_role/
AnsibleCollectionsAPIAnsibleCollectionsListGet /pulp/api/v3/ansible/collections/List collections
AnsibleCollectionsAPIAnsibleCollectionsListRolesGet {ansible_collection_href}list_roles/
AnsibleCollectionsAPIAnsibleCollectionsMyPermissionsGet {ansible_collection_href}my_permissions/
AnsibleCollectionsAPIAnsibleCollectionsRemoveRolePost {ansible_collection_href}remove_role/
AnsibleCollectionsAPIUploadCollectionPost /ansible/collections/Upload a collection
AnsibleCopyAPICopyContentPost /pulp/api/v3/ansible/copy/Copy content
ApiCollectionsAPIApiV2CollectionsGetGet {ansible_collection_href}api/v2/collections/
ApiCollectionsAPIApiV2CollectionsPostPost {ansible_collection_href}api/v2/collections/
ApiRolesAPIApiV1RolesGetGet {ansible_role_href}api/v1/roles/
ArtifactsAPIArtifactsCreatePost /pulp/api/v3/artifacts/Create an artifact
ArtifactsAPIArtifactsDeleteDelete {artifact_href}Delete an artifact
ArtifactsAPIArtifactsListGet /pulp/api/v3/artifacts/List artifacts
ArtifactsAPIArtifactsReadGet {artifact_href}Inspect an artifact
CollectionImportAPICollectionImportReadGet {ansible_collection_import_href}Inspect a collection import
ContentAPIContentListGet /pulp/api/v3/content/List content
ContentAdvisoriesAPIContentRpmAdvisoriesCreatePost /pulp/api/v3/content/rpm/advisories/Create an update record
ContentAdvisoriesAPIContentRpmAdvisoriesListGet /pulp/api/v3/content/rpm/advisories/List update records
ContentAdvisoriesAPIContentRpmAdvisoriesReadGet {rpm_update_record_href}Inspect an update record
ContentArtifactAPIContentMavenArtifactCreatePost /pulp/api/v3/content/maven/artifact/Create a maven artifact
ContentArtifactAPIContentMavenArtifactListGet /pulp/api/v3/content/maven/artifact/List maven artifacts
ContentArtifactAPIContentMavenArtifactReadGet {maven_maven_artifact_href}Inspect a maven artifact
ContentBlobsAPIContentContainerBlobsListGet /pulp/api/v3/content/container/blobs/List blobs
ContentBlobsAPIContentContainerBlobsReadGet {container_blob_href}Inspect a blob
ContentCollectionDeprecationsAPIContentAnsibleCollectionDeprecationsCreatePost /pulp/api/v3/content/ansible/collection_deprecations/Create an ansible collection deprecated
ContentCollectionDeprecationsAPIContentAnsibleCollectionDeprecationsListGet /pulp/api/v3/content/ansible/collection_deprecations/List ansible collection deprecateds
ContentCollectionDeprecationsAPIContentAnsibleCollectionDeprecationsReadGet {ansible_ansible_collection_deprecated_href}Inspect an ansible collection deprecated
ContentCollectionMarksAPIContentAnsibleCollectionMarksCreatePost /pulp/api/v3/content/ansible/collection_marks/Create a collection version mark
ContentCollectionMarksAPIContentAnsibleCollectionMarksListGet /pulp/api/v3/content/ansible/collection_marks/List collection version marks
ContentCollectionMarksAPIContentAnsibleCollectionMarksReadGet {ansible_collection_version_mark_href}Inspect a collection version mark
ContentCollectionSignaturesAPIContentAnsibleCollectionSignaturesCreatePost /pulp/api/v3/content/ansible/collection_signatures/Create a collection version signature
ContentCollectionSignaturesAPIContentAnsibleCollectionSignaturesListGet /pulp/api/v3/content/ansible/collection_signatures/List collection version signatures
ContentCollectionSignaturesAPIContentAnsibleCollectionSignaturesReadGet {ansible_collection_version_signature_href}Inspect a collection version signature
ContentCollectionVersionsAPIContentAnsibleCollectionVersionsCreatePost /pulp/api/v3/content/ansible/collection_versions/Create a collection version
ContentCollectionVersionsAPIContentAnsibleCollectionVersionsListGet /pulp/api/v3/content/ansible/collection_versions/List collection versions
ContentCollectionVersionsAPIContentAnsibleCollectionVersionsReadGet {ansible_collection_version_href}Inspect a collection version
ContentCommitsAPIContentOstreeCommitsListGet /pulp/api/v3/content/ostree/commits/List ostree commits
ContentCommitsAPIContentOstreeCommitsReadGet {ostree_ostree_commit_href}Inspect an ostree commit
ContentConfigsAPIContentOstreeConfigsListGet /pulp/api/v3/content/ostree/configs/List ostree configs
ContentConfigsAPIContentOstreeConfigsReadGet {ostree_ostree_config_href}Inspect an ostree config
ContentContentAPIContentOstreeContentListGet /pulp/api/v3/content/ostree/content/List ostree contents
ContentContentAPIContentOstreeContentReadGet {ostree_ostree_content_href}Inspect an ostree content
ContentDistributionTreesAPIContentRpmDistributionTreesListGet /pulp/api/v3/content/rpm/distribution_trees/List distribution trees
ContentDistributionTreesAPIContentRpmDistributionTreesReadGet {rpm_distribution_tree_href}Inspect a distribution tree
ContentFilesAPIContentFileFilesCreatePost /pulp/api/v3/content/file/files/Create a file content
ContentFilesAPIContentFileFilesListGet /pulp/api/v3/content/file/files/List file contents
ContentFilesAPIContentFileFilesReadGet {file_file_content_href}Inspect a file content
ContentGemAPIContentGemGemCreatePost /pulp/api/v3/content/gem/gem/Create a gem content
ContentGemAPIContentGemGemListGet /pulp/api/v3/content/gem/gem/List gem contents
ContentGemAPIContentGemGemReadGet {gem_gem_content_href}Inspect a gem content
ContentGenericContentsAPIContentDebGenericContentsCreatePost /pulp/api/v3/content/deb/generic_contents/Create a generic content
ContentGenericContentsAPIContentDebGenericContentsListGet /pulp/api/v3/content/deb/generic_contents/List generic contents
ContentGenericContentsAPIContentDebGenericContentsReadGet {deb_generic_content_href}Inspect a generic content
ContentInstallerFileIndicesAPIContentDebInstallerFileIndicesCreatePost /pulp/api/v3/content/deb/installer_file_indices/Create an installer file index
ContentInstallerFileIndicesAPIContentDebInstallerFileIndicesListGet /pulp/api/v3/content/deb/installer_file_indices/List InstallerFileIndices
ContentInstallerFileIndicesAPIContentDebInstallerFileIndicesReadGet {deb_installer_file_index_href}Inspect an installer file index
ContentInstallerPackagesAPIContentDebInstallerPackagesCreatePost /pulp/api/v3/content/deb/installer_packages/Create an installer package
ContentInstallerPackagesAPIContentDebInstallerPackagesListGet /pulp/api/v3/content/deb/installer_packages/List installer packages
ContentInstallerPackagesAPIContentDebInstallerPackagesReadGet {deb_installer_package_href}Inspect an installer package
ContentManifestsAPIContentContainerManifestsListGet /pulp/api/v3/content/container/manifests/List manifests
ContentManifestsAPIContentContainerManifestsReadGet {container_manifest_href}Inspect a manifest
ContentModulemdDefaultsAPIContentRpmModulemdDefaultsCreatePost /pulp/api/v3/content/rpm/modulemd_defaults/Create a modulemd defaults
ContentModulemdDefaultsAPIContentRpmModulemdDefaultsListGet /pulp/api/v3/content/rpm/modulemd_defaults/List modulemd defaultss
ContentModulemdDefaultsAPIContentRpmModulemdDefaultsReadGet {rpm_modulemd_defaults_href}Inspect a modulemd defaults
ContentModulemdObsoletesAPIContentRpmModulemdObsoletesCreatePost /pulp/api/v3/content/rpm/modulemd_obsoletes/Create a modulemd obsolete
ContentModulemdObsoletesAPIContentRpmModulemdObsoletesListGet /pulp/api/v3/content/rpm/modulemd_obsoletes/List modulemd obsoletes
ContentModulemdObsoletesAPIContentRpmModulemdObsoletesReadGet {rpm_modulemd_obsolete_href}Inspect a modulemd obsolete
ContentModulemdsAPIContentRpmModulemdsCreatePost /pulp/api/v3/content/rpm/modulemds/Create a modulemd
ContentModulemdsAPIContentRpmModulemdsListGet /pulp/api/v3/content/rpm/modulemds/List modulemds
ContentModulemdsAPIContentRpmModulemdsReadGet {rpm_modulemd_href}Inspect a modulemd
ContentNamespacesAPIContentAnsibleNamespacesAvatarGet {ansible_ansible_namespace_metadata_href}avatar/
ContentNamespacesAPIContentAnsibleNamespacesListGet /pulp/api/v3/content/ansible/namespaces/List ansible namespace metadatas
ContentNamespacesAPIContentAnsibleNamespacesReadGet {ansible_ansible_namespace_metadata_href}Inspect an ansible namespace metadata
ContentObjectsAPIContentOstreeObjectsListGet /pulp/api/v3/content/ostree/objects/List ostree objects
ContentObjectsAPIContentOstreeObjectsReadGet {ostree_ostree_object_href}Inspect an ostree object
ContentPackageIndicesAPIContentDebPackageIndicesCreatePost /pulp/api/v3/content/deb/package_indices/Create a package index
ContentPackageIndicesAPIContentDebPackageIndicesListGet /pulp/api/v3/content/deb/package_indices/List PackageIndices
ContentPackageIndicesAPIContentDebPackageIndicesReadGet {deb_package_index_href}Inspect a package index
ContentPackageReleaseComponentsAPIContentDebPackageReleaseComponentsCreatePost /pulp/api/v3/content/deb/package_release_components/Create a package release component
ContentPackageReleaseComponentsAPIContentDebPackageReleaseComponentsListGet /pulp/api/v3/content/deb/package_release_components/List package release components
ContentPackageReleaseComponentsAPIContentDebPackageReleaseComponentsReadGet {deb_package_release_component_href}Inspect a package release component
ContentPackagecategoriesAPIContentRpmPackagecategoriesListGet /pulp/api/v3/content/rpm/packagecategories/List package categorys
ContentPackagecategoriesAPIContentRpmPackagecategoriesReadGet {rpm_package_category_href}Inspect a package category
ContentPackageenvironmentsAPIContentRpmPackageenvironmentsListGet /pulp/api/v3/content/rpm/packageenvironments/List package environments
ContentPackageenvironmentsAPIContentRpmPackageenvironmentsReadGet {rpm_package_environment_href}Inspect a package environment
ContentPackagegroupsAPIContentRpmPackagegroupsListGet /pulp/api/v3/content/rpm/packagegroups/List package groups
ContentPackagegroupsAPIContentRpmPackagegroupsReadGet {rpm_package_group_href}Inspect a package group
ContentPackagelangpacksAPIContentRpmPackagelangpacksListGet /pulp/api/v3/content/rpm/packagelangpacks/List package langpackss
ContentPackagelangpacksAPIContentRpmPackagelangpacksReadGet {rpm_package_langpacks_href}Inspect a package langpacks
ContentPackagesAPIContentDebPackagesCreatePost /pulp/api/v3/content/deb/packages/Create a package
ContentPackagesAPIContentDebPackagesListGet /pulp/api/v3/content/deb/packages/List packages
ContentPackagesAPIContentDebPackagesReadGet {deb_package_href}Inspect a package
ContentPackagesAPIContentPythonPackagesCreatePost /pulp/api/v3/content/python/packages/Create a python package content
ContentPackagesAPIContentPythonPackagesListGet /pulp/api/v3/content/python/packages/List python package contents
ContentPackagesAPIContentPythonPackagesReadGet {python_python_package_content_href}Inspect a python package content
ContentPackagesAPIContentRpmPackagesCreatePost /pulp/api/v3/content/rpm/packages/Create a package
ContentPackagesAPIContentRpmPackagesListGet /pulp/api/v3/content/rpm/packages/List packages
ContentPackagesAPIContentRpmPackagesReadGet {rpm_package_href}Inspect a package
ContentRefsAPIContentOstreeRefsListGet /pulp/api/v3/content/ostree/refs/List ostree refs
ContentRefsAPIContentOstreeRefsReadGet {ostree_ostree_ref_href}Inspect an ostree ref
ContentReleaseArchitecturesAPIContentDebReleaseArchitecturesCreatePost /pulp/api/v3/content/deb/release_architectures/Create a release architecture
ContentReleaseArchitecturesAPIContentDebReleaseArchitecturesListGet /pulp/api/v3/content/deb/release_architectures/List release architectures
ContentReleaseArchitecturesAPIContentDebReleaseArchitecturesReadGet {deb_release_architecture_href}Inspect a release architecture
ContentReleaseComponentsAPIContentDebReleaseComponentsCreatePost /pulp/api/v3/content/deb/release_components/Create a release component
ContentReleaseComponentsAPIContentDebReleaseComponentsListGet /pulp/api/v3/content/deb/release_components/List release components
ContentReleaseComponentsAPIContentDebReleaseComponentsReadGet {deb_release_component_href}Inspect a release component
ContentReleaseFilesAPIContentDebReleaseFilesCreatePost /pulp/api/v3/content/deb/release_files/Create a release file
ContentReleaseFilesAPIContentDebReleaseFilesListGet /pulp/api/v3/content/deb/release_files/List release files
ContentReleaseFilesAPIContentDebReleaseFilesReadGet {deb_release_file_href}Inspect a release file
ContentReleasesAPIContentDebReleasesCreatePost /pulp/api/v3/content/deb/releases/Create a release
ContentReleasesAPIContentDebReleasesListGet /pulp/api/v3/content/deb/releases/List releases
ContentReleasesAPIContentDebReleasesReadGet {deb_release_href}Inspect a release
ContentRepoMetadataFilesAPIContentRpmRepoMetadataFilesListGet /pulp/api/v3/content/rpm/repo_metadata_files/List repo metadata files
ContentRepoMetadataFilesAPIContentRpmRepoMetadataFilesReadGet {rpm_repo_metadata_file_href}Inspect a repo metadata file
ContentRolesAPIContentAnsibleRolesCreatePost /pulp/api/v3/content/ansible/roles/Create a role
ContentRolesAPIContentAnsibleRolesListGet /pulp/api/v3/content/ansible/roles/List roles
ContentRolesAPIContentAnsibleRolesReadGet {ansible_role_href}Inspect a role
ContentSignaturesAPIContentContainerSignaturesListGet /pulp/api/v3/content/container/signatures/List manifest signatures
ContentSignaturesAPIContentContainerSignaturesReadGet {container_manifest_signature_href}Inspect a manifest signature
ContentSummariesAPIContentOstreeSummariesListGet /pulp/api/v3/content/ostree/summaries/List ostree summarys
ContentSummariesAPIContentOstreeSummariesReadGet {ostree_ostree_summary_href}Inspect an ostree summary
ContentTagsAPIContentContainerTagsListGet /pulp/api/v3/content/container/tags/List tags
ContentTagsAPIContentContainerTagsReadGet {container_tag_href}Inspect a tag
ContentguardsAPIContentguardsListGet /pulp/api/v3/contentguards/List content guards
ContentguardsContentRedirectAPIContentguardsCoreContentRedirectAddRolePost {content_redirect_content_guard_href}add_role/
ContentguardsContentRedirectAPIContentguardsCoreContentRedirectCreatePost /pulp/api/v3/contentguards/core/content_redirect/Create a content redirect content guard
ContentguardsContentRedirectAPIContentguardsCoreContentRedirectDeleteDelete {content_redirect_content_guard_href}Delete a content redirect content guard
ContentguardsContentRedirectAPIContentguardsCoreContentRedirectListGet /pulp/api/v3/contentguards/core/content_redirect/List content redirect content guards
ContentguardsContentRedirectAPIContentguardsCoreContentRedirectListRolesGet {content_redirect_content_guard_href}list_roles/
ContentguardsContentRedirectAPIContentguardsCoreContentRedirectMyPermissionsGet {content_redirect_content_guard_href}my_permissions/
ContentguardsContentRedirectAPIContentguardsCoreContentRedirectPartialUpdatePatch {content_redirect_content_guard_href}Update a content redirect content guard
ContentguardsContentRedirectAPIContentguardsCoreContentRedirectReadGet {content_redirect_content_guard_href}Inspect a content redirect content guard
ContentguardsContentRedirectAPIContentguardsCoreContentRedirectRemoveRolePost {content_redirect_content_guard_href}remove_role/
ContentguardsContentRedirectAPIContentguardsCoreContentRedirectUpdatePut {content_redirect_content_guard_href}Update a content redirect content guard
ContentguardsRbacAPIContentguardsCoreRbacAddRolePost {r_b_a_c_content_guard_href}add_role/
ContentguardsRbacAPIContentguardsCoreRbacCreatePost /pulp/api/v3/contentguards/core/rbac/Create a rbac content guard
ContentguardsRbacAPIContentguardsCoreRbacDeleteDelete {r_b_a_c_content_guard_href}Delete a rbac content guard
ContentguardsRbacAPIContentguardsCoreRbacListGet /pulp/api/v3/contentguards/core/rbac/List rbac content guards
ContentguardsRbacAPIContentguardsCoreRbacListRolesGet {r_b_a_c_content_guard_href}list_roles/
ContentguardsRbacAPIContentguardsCoreRbacMyPermissionsGet {r_b_a_c_content_guard_href}my_permissions/
ContentguardsRbacAPIContentguardsCoreRbacPartialUpdatePatch {r_b_a_c_content_guard_href}Update a rbac content guard
ContentguardsRbacAPIContentguardsCoreRbacReadGet {r_b_a_c_content_guard_href}Inspect a rbac content guard
ContentguardsRbacAPIContentguardsCoreRbacRemoveRolePost {r_b_a_c_content_guard_href}remove_role/
ContentguardsRbacAPIContentguardsCoreRbacUpdatePut {r_b_a_c_content_guard_href}Update a rbac content guard
ContentguardsRhsmAPIContentguardsCertguardRhsmCreatePost /pulp/api/v3/contentguards/certguard/rhsm/Create a rhsm cert guard
ContentguardsRhsmAPIContentguardsCertguardRhsmDeleteDelete {certguard_r_h_s_m_cert_guard_href}Delete a rhsm cert guard
ContentguardsRhsmAPIContentguardsCertguardRhsmListGet /pulp/api/v3/contentguards/certguard/rhsm/List rhsm cert guards
ContentguardsRhsmAPIContentguardsCertguardRhsmPartialUpdatePatch {certguard_r_h_s_m_cert_guard_href}Update a rhsm cert guard
ContentguardsRhsmAPIContentguardsCertguardRhsmReadGet {certguard_r_h_s_m_cert_guard_href}Inspect a rhsm cert guard
ContentguardsRhsmAPIContentguardsCertguardRhsmUpdatePut {certguard_r_h_s_m_cert_guard_href}Update a rhsm cert guard
ContentguardsX509APIContentguardsCertguardX509CreatePost /pulp/api/v3/contentguards/certguard/x509/Create a x509 cert guard
ContentguardsX509APIContentguardsCertguardX509DeleteDelete {certguard_x509_cert_guard_href}Delete a x509 cert guard
ContentguardsX509APIContentguardsCertguardX509ListGet /pulp/api/v3/contentguards/certguard/x509/List x509 cert guards
ContentguardsX509APIContentguardsCertguardX509PartialUpdatePatch {certguard_x509_cert_guard_href}Update a x509 cert guard
ContentguardsX509APIContentguardsCertguardX509ReadGet {certguard_x509_cert_guard_href}Inspect a x509 cert guard
ContentguardsX509APIContentguardsCertguardX509UpdatePut {certguard_x509_cert_guard_href}Update a x509 cert guard
DebCopyAPICopyContentPost /pulp/api/v3/deb/copy/Copy content
DistributionsAPIDistributionsListGet /pulp/api/v3/distributions/List distributions
DistributionsAnsibleAPIDistributionsAnsibleAnsibleAddRolePost {ansible_ansible_distribution_href}add_role/
DistributionsAnsibleAPIDistributionsAnsibleAnsibleCreatePost /pulp/api/v3/distributions/ansible/ansible/Create an ansible distribution
DistributionsAnsibleAPIDistributionsAnsibleAnsibleDeleteDelete {ansible_ansible_distribution_href}Delete an ansible distribution
DistributionsAnsibleAPIDistributionsAnsibleAnsibleListGet /pulp/api/v3/distributions/ansible/ansible/List ansible distributions
DistributionsAnsibleAPIDistributionsAnsibleAnsibleListRolesGet {ansible_ansible_distribution_href}list_roles/
DistributionsAnsibleAPIDistributionsAnsibleAnsibleMyPermissionsGet {ansible_ansible_distribution_href}my_permissions/
DistributionsAnsibleAPIDistributionsAnsibleAnsiblePartialUpdatePatch {ansible_ansible_distribution_href}Update an ansible distribution
DistributionsAnsibleAPIDistributionsAnsibleAnsibleReadGet {ansible_ansible_distribution_href}Inspect an ansible distribution
DistributionsAnsibleAPIDistributionsAnsibleAnsibleRemoveRolePost {ansible_ansible_distribution_href}remove_role/
DistributionsAnsibleAPIDistributionsAnsibleAnsibleUpdatePut {ansible_ansible_distribution_href}Update an ansible distribution
DistributionsAptAPIDistributionsDebAptCreatePost /pulp/api/v3/distributions/deb/apt/Create an apt distribution
DistributionsAptAPIDistributionsDebAptDeleteDelete {deb_apt_distribution_href}Delete an apt distribution
DistributionsAptAPIDistributionsDebAptListGet /pulp/api/v3/distributions/deb/apt/List apt distributions
DistributionsAptAPIDistributionsDebAptPartialUpdatePatch {deb_apt_distribution_href}Update an apt distribution
DistributionsAptAPIDistributionsDebAptReadGet {deb_apt_distribution_href}Inspect an apt distribution
DistributionsAptAPIDistributionsDebAptUpdatePut {deb_apt_distribution_href}Update an apt distribution
DistributionsArtifactsAPIDistributionsCoreArtifactsListGet /pulp/api/v3/distributions/core/artifacts/List artifact distributions
DistributionsArtifactsAPIDistributionsCoreArtifactsReadGet {artifact_distribution_href}Inspect an artifact distribution
DistributionsContainerAPIDistributionsContainerContainerAddRolePost {container_container_distribution_href}add_role/
DistributionsContainerAPIDistributionsContainerContainerCreatePost /pulp/api/v3/distributions/container/container/Create a container distribution
DistributionsContainerAPIDistributionsContainerContainerDeleteDelete {container_container_distribution_href}Delete a container distribution
DistributionsContainerAPIDistributionsContainerContainerListGet /pulp/api/v3/distributions/container/container/List container distributions
DistributionsContainerAPIDistributionsContainerContainerListRolesGet {container_container_distribution_href}list_roles/
DistributionsContainerAPIDistributionsContainerContainerMyPermissionsGet {container_container_distribution_href}my_permissions/
DistributionsContainerAPIDistributionsContainerContainerPartialUpdatePatch {container_container_distribution_href}Update a container distribution
DistributionsContainerAPIDistributionsContainerContainerReadGet {container_container_distribution_href}Inspect a container distribution
DistributionsContainerAPIDistributionsContainerContainerRemoveRolePost {container_container_distribution_href}remove_role/
DistributionsContainerAPIDistributionsContainerContainerUpdatePut {container_container_distribution_href}Update a container distribution
DistributionsFileAPIDistributionsFileFileAddRolePost {file_file_distribution_href}add_role/
DistributionsFileAPIDistributionsFileFileCreatePost /pulp/api/v3/distributions/file/file/Create a file distribution
DistributionsFileAPIDistributionsFileFileDeleteDelete {file_file_distribution_href}Delete a file distribution
DistributionsFileAPIDistributionsFileFileListGet /pulp/api/v3/distributions/file/file/List file distributions
DistributionsFileAPIDistributionsFileFileListRolesGet {file_file_distribution_href}list_roles/
DistributionsFileAPIDistributionsFileFileMyPermissionsGet {file_file_distribution_href}my_permissions/
DistributionsFileAPIDistributionsFileFilePartialUpdatePatch {file_file_distribution_href}Update a file distribution
DistributionsFileAPIDistributionsFileFileReadGet {file_file_distribution_href}Inspect a file distribution
DistributionsFileAPIDistributionsFileFileRemoveRolePost {file_file_distribution_href}remove_role/
DistributionsFileAPIDistributionsFileFileUpdatePut {file_file_distribution_href}Update a file distribution
DistributionsGemAPIDistributionsGemGemCreatePost /pulp/api/v3/distributions/gem/gem/Create a gem distribution
DistributionsGemAPIDistributionsGemGemDeleteDelete {gem_gem_distribution_href}Delete a gem distribution
DistributionsGemAPIDistributionsGemGemListGet /pulp/api/v3/distributions/gem/gem/List gem distributions
DistributionsGemAPIDistributionsGemGemPartialUpdatePatch {gem_gem_distribution_href}Update a gem distribution
DistributionsGemAPIDistributionsGemGemReadGet {gem_gem_distribution_href}Inspect a gem distribution
DistributionsGemAPIDistributionsGemGemUpdatePut {gem_gem_distribution_href}Update a gem distribution
DistributionsMavenAPIDistributionsMavenMavenCreatePost /pulp/api/v3/distributions/maven/maven/Create a maven distribution
DistributionsMavenAPIDistributionsMavenMavenDeleteDelete {maven_maven_distribution_href}Delete a maven distribution
DistributionsMavenAPIDistributionsMavenMavenListGet /pulp/api/v3/distributions/maven/maven/List maven distributions
DistributionsMavenAPIDistributionsMavenMavenPartialUpdatePatch {maven_maven_distribution_href}Update a maven distribution
DistributionsMavenAPIDistributionsMavenMavenReadGet {maven_maven_distribution_href}Inspect a maven distribution
DistributionsMavenAPIDistributionsMavenMavenUpdatePut {maven_maven_distribution_href}Update a maven distribution
DistributionsOstreeAPIDistributionsOstreeOstreeCreatePost /pulp/api/v3/distributions/ostree/ostree/Create an ostree distribution
DistributionsOstreeAPIDistributionsOstreeOstreeDeleteDelete {ostree_ostree_distribution_href}Delete an ostree distribution
DistributionsOstreeAPIDistributionsOstreeOstreeListGet /pulp/api/v3/distributions/ostree/ostree/List ostree distributions
DistributionsOstreeAPIDistributionsOstreeOstreePartialUpdatePatch {ostree_ostree_distribution_href}Update an ostree distribution
DistributionsOstreeAPIDistributionsOstreeOstreeReadGet {ostree_ostree_distribution_href}Inspect an ostree distribution
DistributionsOstreeAPIDistributionsOstreeOstreeUpdatePut {ostree_ostree_distribution_href}Update an ostree distribution
DistributionsPypiAPIDistributionsPythonPypiCreatePost /pulp/api/v3/distributions/python/pypi/Create a python distribution
DistributionsPypiAPIDistributionsPythonPypiDeleteDelete {python_python_distribution_href}Delete a python distribution
DistributionsPypiAPIDistributionsPythonPypiListGet /pulp/api/v3/distributions/python/pypi/List python distributions
DistributionsPypiAPIDistributionsPythonPypiPartialUpdatePatch {python_python_distribution_href}Update a python distribution
DistributionsPypiAPIDistributionsPythonPypiReadGet {python_python_distribution_href}Inspect a python distribution
DistributionsPypiAPIDistributionsPythonPypiUpdatePut {python_python_distribution_href}Update a python distribution
DistributionsRpmAPIDistributionsRpmRpmAddRolePost {rpm_rpm_distribution_href}add_role/
DistributionsRpmAPIDistributionsRpmRpmCreatePost /pulp/api/v3/distributions/rpm/rpm/Create a rpm distribution
DistributionsRpmAPIDistributionsRpmRpmDeleteDelete {rpm_rpm_distribution_href}Delete a rpm distribution
DistributionsRpmAPIDistributionsRpmRpmListGet /pulp/api/v3/distributions/rpm/rpm/List rpm distributions
DistributionsRpmAPIDistributionsRpmRpmListRolesGet {rpm_rpm_distribution_href}list_roles/
DistributionsRpmAPIDistributionsRpmRpmMyPermissionsGet {rpm_rpm_distribution_href}my_permissions/
DistributionsRpmAPIDistributionsRpmRpmPartialUpdatePatch {rpm_rpm_distribution_href}Update a rpm distribution
DistributionsRpmAPIDistributionsRpmRpmReadGet {rpm_rpm_distribution_href}Inspect a rpm distribution
DistributionsRpmAPIDistributionsRpmRpmRemoveRolePost {rpm_rpm_distribution_href}remove_role/
DistributionsRpmAPIDistributionsRpmRpmUpdatePut {rpm_rpm_distribution_href}Update a rpm distribution
DocsApiJsonAPIDocsApiJsonGetGet /pulp/api/v3/docs/api.json
DocsApiYamlAPIDocsApiYamlGetGet /pulp/api/v3/docs/api.yaml
DomainsAPIDomainsCreatePost /pulp/api/v3/domains/Create a domain
DomainsAPIDomainsDeleteDelete {domain_href}Delete a domain
DomainsAPIDomainsListGet /pulp/api/v3/domains/List domains
DomainsAPIDomainsPartialUpdatePatch {domain_href}Update a domain
DomainsAPIDomainsReadGet {domain_href}Inspect a domain
DomainsAPIDomainsUpdatePut {domain_href}Update a domain
ExportersFilesystemAPIExportersCoreFilesystemCreatePost /pulp/api/v3/exporters/core/filesystem/Create a filesystem exporter
ExportersFilesystemAPIExportersCoreFilesystemDeleteDelete {filesystem_exporter_href}Delete a filesystem exporter
ExportersFilesystemAPIExportersCoreFilesystemListGet /pulp/api/v3/exporters/core/filesystem/List filesystem exporters
ExportersFilesystemAPIExportersCoreFilesystemPartialUpdatePatch {filesystem_exporter_href}Update a filesystem exporter
ExportersFilesystemAPIExportersCoreFilesystemReadGet {filesystem_exporter_href}Inspect a filesystem exporter
ExportersFilesystemAPIExportersCoreFilesystemUpdatePut {filesystem_exporter_href}Update a filesystem exporter
ExportersFilesystemExportsAPIExportersCoreFilesystemExportsCreatePost {filesystem_exporter_href}exports/Create a filesystem export
ExportersFilesystemExportsAPIExportersCoreFilesystemExportsDeleteDelete {filesystem_filesystem_export_href}Delete a filesystem export
ExportersFilesystemExportsAPIExportersCoreFilesystemExportsListGet {filesystem_exporter_href}exports/List filesystem exports
ExportersFilesystemExportsAPIExportersCoreFilesystemExportsReadGet {filesystem_filesystem_export_href}Inspect a filesystem export
ExportersPulpAPIExportersCorePulpCreatePost /pulp/api/v3/exporters/core/pulp/Create a pulp exporter
ExportersPulpAPIExportersCorePulpDeleteDelete {pulp_exporter_href}Delete a pulp exporter
ExportersPulpAPIExportersCorePulpListGet /pulp/api/v3/exporters/core/pulp/List pulp exporters
ExportersPulpAPIExportersCorePulpPartialUpdatePatch {pulp_exporter_href}Update a pulp exporter
ExportersPulpAPIExportersCorePulpReadGet {pulp_exporter_href}Inspect a pulp exporter
ExportersPulpAPIExportersCorePulpUpdatePut {pulp_exporter_href}Update a pulp exporter
ExportersPulpExportsAPIExportersCorePulpExportsCreatePost {pulp_exporter_href}exports/Create a pulp export
ExportersPulpExportsAPIExportersCorePulpExportsDeleteDelete {pulp_pulp_export_href}Delete a pulp export
ExportersPulpExportsAPIExportersCorePulpExportsListGet {pulp_exporter_href}exports/List pulp exports
ExportersPulpExportsAPIExportersCorePulpExportsReadGet {pulp_pulp_export_href}Inspect a pulp export
GalaxyDetailAPIGalaxyCollectionDetailGetGet {ansible_collection_href}
GroupsAPIGroupsAddRolePost {group_href}add_role/
GroupsAPIGroupsCreatePost /pulp/api/v3/groups/Create a group
GroupsAPIGroupsDeleteDelete {group_href}Delete a group
GroupsAPIGroupsListGet /pulp/api/v3/groups/List groups
GroupsAPIGroupsListRolesGet {group_href}list_roles/
GroupsAPIGroupsMyPermissionsGet {group_href}my_permissions/
GroupsAPIGroupsPartialUpdatePatch {group_href}Update a group
GroupsAPIGroupsReadGet {group_href}Inspect a group
GroupsAPIGroupsRemoveRolePost {group_href}remove_role/
GroupsAPIGroupsUpdatePut {group_href}Update a group
GroupsRolesAPIGroupsRolesCreatePost {group_href}roles/Create a group role
GroupsRolesAPIGroupsRolesDeleteDelete {groups_group_role_href}Delete a group role
GroupsRolesAPIGroupsRolesListGet {group_href}roles/List group roles
GroupsRolesAPIGroupsRolesReadGet {groups_group_role_href}Inspect a group role
GroupsUsersAPIGroupsUsersCreatePost {group_href}users/Create an user
GroupsUsersAPIGroupsUsersDeleteDelete {groups_user_href}Delete an user
GroupsUsersAPIGroupsUsersListGet {group_href}users/List users
ImportersPulpAPIImportersCorePulpCreatePost /pulp/api/v3/importers/core/pulp/Create a pulp importer
ImportersPulpAPIImportersCorePulpDeleteDelete {pulp_importer_href}Delete a pulp importer
ImportersPulpAPIImportersCorePulpListGet /pulp/api/v3/importers/core/pulp/List pulp importers
ImportersPulpAPIImportersCorePulpPartialUpdatePatch {pulp_importer_href}Update a pulp importer
ImportersPulpAPIImportersCorePulpReadGet {pulp_importer_href}Inspect a pulp importer
ImportersPulpAPIImportersCorePulpUpdatePut {pulp_importer_href}Update a pulp importer
ImportersPulpImportCheckAPIPulpImportCheckPostPost /pulp/api/v3/importers/core/pulp/import-check/Validate the parameters to be used for a PulpImport call
ImportersPulpImportsAPIImportersCorePulpImportsCreatePost {pulp_importer_href}imports/Create a pulp import
ImportersPulpImportsAPIImportersCorePulpImportsDeleteDelete {pulp_pulp_import_href}Delete a pulp import
ImportersPulpImportsAPIImportersCorePulpImportsListGet {pulp_importer_href}imports/List pulp imports
ImportersPulpImportsAPIImportersCorePulpImportsReadGet {pulp_pulp_import_href}Inspect a pulp import
OrphansAPIOrphansDeleteDelete /pulp/api/v3/orphans/Delete orphans
OrphansCleanupAPIOrphansCleanupCleanupPost /pulp/api/v3/orphans/cleanup/
PublicationsAPIPublicationsListGet /pulp/api/v3/publications/List publications
PublicationsAptAPIPublicationsDebAptCreatePost /pulp/api/v3/publications/deb/apt/Create an apt publication
PublicationsAptAPIPublicationsDebAptDeleteDelete {deb_apt_publication_href}Delete an apt publication
PublicationsAptAPIPublicationsDebAptListGet /pulp/api/v3/publications/deb/apt/List apt publications
PublicationsAptAPIPublicationsDebAptReadGet {deb_apt_publication_href}Inspect an apt publication
PublicationsFileAPIPublicationsFileFileAddRolePost {file_file_publication_href}add_role/
PublicationsFileAPIPublicationsFileFileCreatePost /pulp/api/v3/publications/file/file/Create a file publication
PublicationsFileAPIPublicationsFileFileDeleteDelete {file_file_publication_href}Delete a file publication
PublicationsFileAPIPublicationsFileFileListGet /pulp/api/v3/publications/file/file/List file publications
PublicationsFileAPIPublicationsFileFileListRolesGet {file_file_publication_href}list_roles/
PublicationsFileAPIPublicationsFileFileMyPermissionsGet {file_file_publication_href}my_permissions/
PublicationsFileAPIPublicationsFileFileReadGet {file_file_publication_href}Inspect a file publication
PublicationsFileAPIPublicationsFileFileRemoveRolePost {file_file_publication_href}remove_role/
PublicationsGemAPIPublicationsGemGemCreatePost /pulp/api/v3/publications/gem/gem/Create a gem publication
PublicationsGemAPIPublicationsGemGemDeleteDelete {gem_gem_publication_href}Delete a gem publication
PublicationsGemAPIPublicationsGemGemListGet /pulp/api/v3/publications/gem/gem/List gem publications
PublicationsGemAPIPublicationsGemGemReadGet {gem_gem_publication_href}Inspect a gem publication
PublicationsPypiAPIPublicationsPythonPypiCreatePost /pulp/api/v3/publications/python/pypi/Create a python publication
PublicationsPypiAPIPublicationsPythonPypiDeleteDelete {python_python_publication_href}Delete a python publication
PublicationsPypiAPIPublicationsPythonPypiListGet /pulp/api/v3/publications/python/pypi/List python publications
PublicationsPypiAPIPublicationsPythonPypiReadGet {python_python_publication_href}Inspect a python publication
PublicationsRpmAPIPublicationsRpmRpmAddRolePost {rpm_rpm_publication_href}add_role/
PublicationsRpmAPIPublicationsRpmRpmCreatePost /pulp/api/v3/publications/rpm/rpm/Create a rpm publication
PublicationsRpmAPIPublicationsRpmRpmDeleteDelete {rpm_rpm_publication_href}Delete a rpm publication
PublicationsRpmAPIPublicationsRpmRpmListGet /pulp/api/v3/publications/rpm/rpm/List rpm publications
PublicationsRpmAPIPublicationsRpmRpmListRolesGet {rpm_rpm_publication_href}list_roles/
PublicationsRpmAPIPublicationsRpmRpmMyPermissionsGet {rpm_rpm_publication_href}my_permissions/
PublicationsRpmAPIPublicationsRpmRpmReadGet {rpm_rpm_publication_href}Inspect a rpm publication
PublicationsRpmAPIPublicationsRpmRpmRemoveRolePost {rpm_rpm_publication_href}remove_role/
PublicationsVerbatimAPIPublicationsDebVerbatimCreatePost /pulp/api/v3/publications/deb/verbatim/Create a verbatim publication
PublicationsVerbatimAPIPublicationsDebVerbatimDeleteDelete {deb_verbatim_publication_href}Delete a verbatim publication
PublicationsVerbatimAPIPublicationsDebVerbatimListGet /pulp/api/v3/publications/deb/verbatim/List verbatim publications
PublicationsVerbatimAPIPublicationsDebVerbatimReadGet {deb_verbatim_publication_href}Inspect a verbatim publication
PulpAnsibleApiAPIPulpAnsibleGalaxyApiGetGet /pulp_ansible/galaxy/{path}/api/
PulpAnsibleApiV2CollectionsVersionsAPIPulpAnsibleGalaxyApiV2CollectionsVersionsGetGet /pulp_ansible/galaxy/{path}/api/v2/collections/{namespace}/{name}/versions/{version}/
PulpAnsibleApiV3APIPulpAnsibleGalaxyApiV3ReadGet /pulp_ansible/galaxy/{path}/api/v3/
PulpAnsibleApiV3ArtifactsCollectionsAPIPulpAnsibleGalaxyApiV3ArtifactsCollectionsGetGet /pulp_ansible/galaxy/{path}/api/v3/artifacts/collections/{path}/{filename}
PulpAnsibleApiV3CollectionVersionsAllAPIPulpAnsibleGalaxyApiV3CollectionVersionsAllListGet /pulp_ansible/galaxy/{path}/api/v3/collection_versions/all/
PulpAnsibleApiV3CollectionsAPIPulpAnsibleGalaxyApiV3CollectionsDeleteDelete /pulp_ansible/galaxy/{path}/api/v3/collections/{namespace}/{name}/
PulpAnsibleApiV3CollectionsAPIPulpAnsibleGalaxyApiV3CollectionsListGet /pulp_ansible/galaxy/{path}/api/v3/collections/
PulpAnsibleApiV3CollectionsAPIPulpAnsibleGalaxyApiV3CollectionsReadGet /pulp_ansible/galaxy/{path}/api/v3/collections/{namespace}/{name}/
PulpAnsibleApiV3CollectionsAPIPulpAnsibleGalaxyApiV3CollectionsUpdatePatch /pulp_ansible/galaxy/{path}/api/v3/collections/{namespace}/{name}/
PulpAnsibleApiV3CollectionsAllAPIPulpAnsibleGalaxyApiV3CollectionsAllListGet /pulp_ansible/galaxy/{path}/api/v3/collections/all/
PulpAnsibleApiV3CollectionsVersionsAPIPulpAnsibleGalaxyApiV3CollectionsVersionsDeleteDelete /pulp_ansible/galaxy/{path}/api/v3/collections/{namespace}/{name}/versions/{version}/
PulpAnsibleApiV3CollectionsVersionsAPIPulpAnsibleGalaxyApiV3CollectionsVersionsListGet /pulp_ansible/galaxy/{path}/api/v3/collections/{namespace}/{name}/versions/
PulpAnsibleApiV3CollectionsVersionsAPIPulpAnsibleGalaxyApiV3CollectionsVersionsReadGet /pulp_ansible/galaxy/{path}/api/v3/collections/{namespace}/{name}/versions/{version}/
PulpAnsibleApiV3CollectionsVersionsDocsBlobAPIPulpAnsibleGalaxyApiV3CollectionsVersionsDocsBlobReadGet /pulp_ansible/galaxy/{path}/api/v3/collections/{namespace}/{name}/versions/{version}/docs-blob/
PulpAnsibleApiV3NamespacesAPIPulpAnsibleGalaxyApiV3NamespacesListGet /pulp_ansible/galaxy/{path}/api/v3/namespaces/
PulpAnsibleApiV3NamespacesAPIPulpAnsibleGalaxyApiV3NamespacesReadGet /pulp_ansible/galaxy/{path}/api/v3/namespaces/{name}/
PulpAnsibleApiV3PluginAnsibleClientConfigurationAPIPulpAnsibleGalaxyApiV3PluginAnsibleClientConfigurationReadGet /pulp_ansible/galaxy/{path}/api/v3/plugin/ansible/client-configuration/
PulpAnsibleApiV3PluginAnsibleContentCollectionsAPIPulpAnsibleGalaxyApiV3PluginAnsibleContentCollectionsReadGet /pulp_ansible/galaxy/{path}/api/v3/plugin/ansible/content/{distro_base_path}/collections/
PulpAnsibleApiV3PluginAnsibleContentCollectionsAllCollectionsAPIPulpAnsibleGalaxyApiV3PluginAnsibleContentCollectionsAllCollectionsListGet /pulp_ansible/galaxy/{path}/api/v3/plugin/ansible/content/{distro_base_path}/collections/all-collections/
PulpAnsibleApiV3PluginAnsibleContentCollectionsAllVersionsAPIPulpAnsibleGalaxyApiV3PluginAnsibleContentCollectionsAllVersionsListGet /pulp_ansible/galaxy/{path}/api/v3/plugin/ansible/content/{distro_base_path}/collections/all-versions/
PulpAnsibleApiV3PluginAnsibleContentCollectionsArtifactsAPIPulpAnsibleGalaxyApiV3PluginAnsibleContentCollectionsArtifactsDownloadGet /pulp_ansible/galaxy/{path}/api/v3/plugin/ansible/content/{distro_base_path}/collections/artifacts/{filename}
PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexAPIPulpAnsibleGalaxyApiV3PluginAnsibleContentCollectionsIndexDeleteDelete /pulp_ansible/galaxy/{path}/api/v3/plugin/ansible/content/{distro_base_path}/collections/index/{namespace}/{name}/
PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexAPIPulpAnsibleGalaxyApiV3PluginAnsibleContentCollectionsIndexListGet /pulp_ansible/galaxy/{path}/api/v3/plugin/ansible/content/{distro_base_path}/collections/index/
PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexAPIPulpAnsibleGalaxyApiV3PluginAnsibleContentCollectionsIndexReadGet /pulp_ansible/galaxy/{path}/api/v3/plugin/ansible/content/{distro_base_path}/collections/index/{namespace}/{name}/
PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexAPIPulpAnsibleGalaxyApiV3PluginAnsibleContentCollectionsIndexUpdatePatch /pulp_ansible/galaxy/{path}/api/v3/plugin/ansible/content/{distro_base_path}/collections/index/{namespace}/{name}/
PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsAPIPulpAnsibleGalaxyApiV3PluginAnsibleContentCollectionsIndexVersionsDeleteDelete /pulp_ansible/galaxy/{path}/api/v3/plugin/ansible/content/{distro_base_path}/collections/index/{namespace}/{name}/versions/{version}/
PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsAPIPulpAnsibleGalaxyApiV3PluginAnsibleContentCollectionsIndexVersionsListGet /pulp_ansible/galaxy/{path}/api/v3/plugin/ansible/content/{distro_base_path}/collections/index/{namespace}/{name}/versions/
PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsAPIPulpAnsibleGalaxyApiV3PluginAnsibleContentCollectionsIndexVersionsReadGet /pulp_ansible/galaxy/{path}/api/v3/plugin/ansible/content/{distro_base_path}/collections/index/{namespace}/{name}/versions/{version}/
PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsDocsBlobAPIPulpAnsibleGalaxyApiV3PluginAnsibleContentCollectionsIndexVersionsDocsBlobReadGet /pulp_ansible/galaxy/{path}/api/v3/plugin/ansible/content/{distro_base_path}/collections/index/{namespace}/{name}/versions/{version}/docs-blob/
PulpAnsibleApiV3PluginAnsibleContentNamespacesAPIPulpAnsibleGalaxyApiV3PluginAnsibleContentNamespacesCreatePost /pulp_ansible/galaxy/{path}/api/v3/plugin/ansible/content/{distro_base_path}/namespaces/
PulpAnsibleApiV3PluginAnsibleContentNamespacesAPIPulpAnsibleGalaxyApiV3PluginAnsibleContentNamespacesDeleteDelete /pulp_ansible/galaxy/{path}/api/v3/plugin/ansible/content/{distro_base_path}/namespaces/{name}/
PulpAnsibleApiV3PluginAnsibleContentNamespacesAPIPulpAnsibleGalaxyApiV3PluginAnsibleContentNamespacesListGet /pulp_ansible/galaxy/{path}/api/v3/plugin/ansible/content/{distro_base_path}/namespaces/
PulpAnsibleApiV3PluginAnsibleContentNamespacesAPIPulpAnsibleGalaxyApiV3PluginAnsibleContentNamespacesPartialUpdatePatch /pulp_ansible/galaxy/{path}/api/v3/plugin/ansible/content/{distro_base_path}/namespaces/{name}/
PulpAnsibleApiV3PluginAnsibleContentNamespacesAPIPulpAnsibleGalaxyApiV3PluginAnsibleContentNamespacesReadGet /pulp_ansible/galaxy/{path}/api/v3/plugin/ansible/content/{distro_base_path}/namespaces/{name}/
PulpAnsibleApiV3PluginAnsibleSearchCollectionVersionsAPIPulpAnsibleGalaxyApiV3PluginAnsibleSearchCollectionVersionsListGet /pulp_ansible/galaxy/{path}/api/v3/plugin/ansible/search/collection-versions/
PulpAnsibleApiV3PluginAnsibleSearchCollectionVersionsAPIPulpAnsibleGalaxyApiV3PluginAnsibleSearchCollectionVersionsRebuildPost /pulp_ansible/galaxy/{path}/api/v3/plugin/ansible/search/collection-versions/
PulpAnsibleArtifactsCollectionsV3APIPulpAnsibleGalaxyApiV3ArtifactsCollectionsCreatePost /pulp_ansible/galaxy/{path}/api/v3/artifacts/collections/Upload a collection
PulpAnsibleArtifactsCollectionsV3APIPulpAnsibleGalaxyApiV3PluginAnsibleContentCollectionsArtifactsCreatePost /pulp_ansible/galaxy/{path}/api/v3/plugin/ansible/content/{distro_base_path}/collections/artifacts/Upload a collection
PulpAnsibleArtifactsCollectionsV3APIPulpAnsibleGalaxyDefaultApiV3ArtifactsCollectionsCreatePost /pulp_ansible/galaxy/default/api/v3/artifacts/collections/Upload a collection
PulpAnsibleArtifactsCollectionsV3APIPulpAnsibleGalaxyDefaultApiV3PluginAnsibleContentCollectionsArtifactsCreatePost /pulp_ansible/galaxy/default/api/v3/plugin/ansible/content/{distro_base_path}/collections/artifacts/Upload a collection
PulpAnsibleDefaultApiAPIPulpAnsibleGalaxyDefaultApiGetGet /pulp_ansible/galaxy/default/api/
PulpAnsibleDefaultApiV3APIPulpAnsibleGalaxyDefaultApiV3ReadGet /pulp_ansible/galaxy/default/api/v3/
PulpAnsibleDefaultApiV3ArtifactsCollectionsAPIPulpAnsibleGalaxyDefaultApiV3ArtifactsCollectionsGetGet /pulp_ansible/galaxy/default/api/v3/artifacts/collections/{path}/{filename}
PulpAnsibleDefaultApiV3CollectionVersionsAllAPIPulpAnsibleGalaxyDefaultApiV3CollectionVersionsAllListGet /pulp_ansible/galaxy/default/api/v3/collection_versions/all/
PulpAnsibleDefaultApiV3CollectionsAPIPulpAnsibleGalaxyDefaultApiV3CollectionsDeleteDelete /pulp_ansible/galaxy/default/api/v3/collections/{namespace}/{name}/
PulpAnsibleDefaultApiV3CollectionsAPIPulpAnsibleGalaxyDefaultApiV3CollectionsListGet /pulp_ansible/galaxy/default/api/v3/collections/
PulpAnsibleDefaultApiV3CollectionsAPIPulpAnsibleGalaxyDefaultApiV3CollectionsReadGet /pulp_ansible/galaxy/default/api/v3/collections/{namespace}/{name}/
PulpAnsibleDefaultApiV3CollectionsAPIPulpAnsibleGalaxyDefaultApiV3CollectionsUpdatePatch /pulp_ansible/galaxy/default/api/v3/collections/{namespace}/{name}/
PulpAnsibleDefaultApiV3CollectionsAllAPIPulpAnsibleGalaxyDefaultApiV3CollectionsAllListGet /pulp_ansible/galaxy/default/api/v3/collections/all/
PulpAnsibleDefaultApiV3CollectionsVersionsAPIPulpAnsibleGalaxyDefaultApiV3CollectionsVersionsDeleteDelete /pulp_ansible/galaxy/default/api/v3/collections/{namespace}/{name}/versions/{version}/
PulpAnsibleDefaultApiV3CollectionsVersionsAPIPulpAnsibleGalaxyDefaultApiV3CollectionsVersionsListGet /pulp_ansible/galaxy/default/api/v3/collections/{namespace}/{name}/versions/
PulpAnsibleDefaultApiV3CollectionsVersionsAPIPulpAnsibleGalaxyDefaultApiV3CollectionsVersionsReadGet /pulp_ansible/galaxy/default/api/v3/collections/{namespace}/{name}/versions/{version}/
PulpAnsibleDefaultApiV3CollectionsVersionsDocsBlobAPIPulpAnsibleGalaxyDefaultApiV3CollectionsVersionsDocsBlobReadGet /pulp_ansible/galaxy/default/api/v3/collections/{namespace}/{name}/versions/{version}/docs-blob/
PulpAnsibleDefaultApiV3NamespacesAPIPulpAnsibleGalaxyDefaultApiV3NamespacesListGet /pulp_ansible/galaxy/default/api/v3/namespaces/
PulpAnsibleDefaultApiV3NamespacesAPIPulpAnsibleGalaxyDefaultApiV3NamespacesReadGet /pulp_ansible/galaxy/default/api/v3/namespaces/{name}/
PulpAnsibleDefaultApiV3PluginAnsibleClientConfigurationAPIPulpAnsibleGalaxyDefaultApiV3PluginAnsibleClientConfigurationReadGet /pulp_ansible/galaxy/default/api/v3/plugin/ansible/client-configuration/
PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsAPIPulpAnsibleGalaxyDefaultApiV3PluginAnsibleContentCollectionsReadGet /pulp_ansible/galaxy/default/api/v3/plugin/ansible/content/{distro_base_path}/collections/
PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsAllCollectionsAPIPulpAnsibleGalaxyDefaultApiV3PluginAnsibleContentCollectionsAllCollectionsListGet /pulp_ansible/galaxy/default/api/v3/plugin/ansible/content/{distro_base_path}/collections/all-collections/
PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsAllVersionsAPIPulpAnsibleGalaxyDefaultApiV3PluginAnsibleContentCollectionsAllVersionsListGet /pulp_ansible/galaxy/default/api/v3/plugin/ansible/content/{distro_base_path}/collections/all-versions/
PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsArtifactsAPIPulpAnsibleGalaxyDefaultApiV3PluginAnsibleContentCollectionsArtifactsDownloadGet /pulp_ansible/galaxy/default/api/v3/plugin/ansible/content/{distro_base_path}/collections/artifacts/{filename}
PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexAPIPulpAnsibleGalaxyDefaultApiV3PluginAnsibleContentCollectionsIndexDeleteDelete /pulp_ansible/galaxy/default/api/v3/plugin/ansible/content/{distro_base_path}/collections/index/{namespace}/{name}/
PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexAPIPulpAnsibleGalaxyDefaultApiV3PluginAnsibleContentCollectionsIndexListGet /pulp_ansible/galaxy/default/api/v3/plugin/ansible/content/{distro_base_path}/collections/index/
PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexAPIPulpAnsibleGalaxyDefaultApiV3PluginAnsibleContentCollectionsIndexReadGet /pulp_ansible/galaxy/default/api/v3/plugin/ansible/content/{distro_base_path}/collections/index/{namespace}/{name}/
PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexAPIPulpAnsibleGalaxyDefaultApiV3PluginAnsibleContentCollectionsIndexUpdatePatch /pulp_ansible/galaxy/default/api/v3/plugin/ansible/content/{distro_base_path}/collections/index/{namespace}/{name}/
PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsAPIPulpAnsibleGalaxyDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsDeleteDelete /pulp_ansible/galaxy/default/api/v3/plugin/ansible/content/{distro_base_path}/collections/index/{namespace}/{name}/versions/{version}/
PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsAPIPulpAnsibleGalaxyDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsListGet /pulp_ansible/galaxy/default/api/v3/plugin/ansible/content/{distro_base_path}/collections/index/{namespace}/{name}/versions/
PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsAPIPulpAnsibleGalaxyDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsReadGet /pulp_ansible/galaxy/default/api/v3/plugin/ansible/content/{distro_base_path}/collections/index/{namespace}/{name}/versions/{version}/
PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsDocsBlobAPIPulpAnsibleGalaxyDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsDocsBlobReadGet /pulp_ansible/galaxy/default/api/v3/plugin/ansible/content/{distro_base_path}/collections/index/{namespace}/{name}/versions/{version}/docs-blob/
PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesAPIPulpAnsibleGalaxyDefaultApiV3PluginAnsibleContentNamespacesCreatePost /pulp_ansible/galaxy/default/api/v3/plugin/ansible/content/{distro_base_path}/namespaces/
PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesAPIPulpAnsibleGalaxyDefaultApiV3PluginAnsibleContentNamespacesDeleteDelete /pulp_ansible/galaxy/default/api/v3/plugin/ansible/content/{distro_base_path}/namespaces/{name}/
PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesAPIPulpAnsibleGalaxyDefaultApiV3PluginAnsibleContentNamespacesListGet /pulp_ansible/galaxy/default/api/v3/plugin/ansible/content/{distro_base_path}/namespaces/
PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesAPIPulpAnsibleGalaxyDefaultApiV3PluginAnsibleContentNamespacesPartialUpdatePatch /pulp_ansible/galaxy/default/api/v3/plugin/ansible/content/{distro_base_path}/namespaces/{name}/
PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesAPIPulpAnsibleGalaxyDefaultApiV3PluginAnsibleContentNamespacesReadGet /pulp_ansible/galaxy/default/api/v3/plugin/ansible/content/{distro_base_path}/namespaces/{name}/
PulpAnsibleDefaultApiV3PluginAnsibleSearchCollectionVersionsAPIPulpAnsibleGalaxyDefaultApiV3PluginAnsibleSearchCollectionVersionsListGet /pulp_ansible/galaxy/default/api/v3/plugin/ansible/search/collection-versions/
PulpAnsibleDefaultApiV3PluginAnsibleSearchCollectionVersionsAPIPulpAnsibleGalaxyDefaultApiV3PluginAnsibleSearchCollectionVersionsRebuildPost /pulp_ansible/galaxy/default/api/v3/plugin/ansible/search/collection-versions/
PulpAnsibleTagsAPIPulpAnsibleTagsListGet /pulp/api/v3/pulp_ansible/tags/List tags
PulpContainerNamespacesAPIPulpContainerNamespacesAddRolePost {container_container_namespace_href}add_role/
PulpContainerNamespacesAPIPulpContainerNamespacesCreatePost /pulp/api/v3/pulp_container/namespaces/Create a container namespace
PulpContainerNamespacesAPIPulpContainerNamespacesDeleteDelete {container_container_namespace_href}Delete a container namespace
PulpContainerNamespacesAPIPulpContainerNamespacesListGet /pulp/api/v3/pulp_container/namespaces/List container namespaces
PulpContainerNamespacesAPIPulpContainerNamespacesListRolesGet {container_container_namespace_href}list_roles/
PulpContainerNamespacesAPIPulpContainerNamespacesMyPermissionsGet {container_container_namespace_href}my_permissions/
PulpContainerNamespacesAPIPulpContainerNamespacesReadGet {container_container_namespace_href}Inspect a container namespace
PulpContainerNamespacesAPIPulpContainerNamespacesRemoveRolePost {container_container_namespace_href}remove_role/
PulpMavenAPIPulpMavenGetGet /pulp/maven/{name}/{path}
PulpMavenAPIPulpMavenPutPut /pulp/maven/{name}/{path}
PypiAPIPypiReadGet /pypi/{path}/Get index summary
PypiLegacyAPIPypiLegacyCreatePost /pypi/{path}/legacy/Upload a package
PypiMetadataAPIPypiPypiReadGet /pypi/{path}/pypi/{meta}/Get package metadata
PypiSimpleAPIPypiSimpleCreatePost /pypi/{path}/simple/Upload a package
PypiSimpleAPIPypiSimplePackageReadGet /pypi/{path}/simple/{package}/Get package simple page
PypiSimpleAPIPypiSimpleReadGet /pypi/{path}/simple/Get index simple page
RemotesAPIRemotesListGet /pulp/api/v3/remotes/List remotes
RemotesAptAPIRemotesDebAptCreatePost /pulp/api/v3/remotes/deb/apt/Create an apt remote
RemotesAptAPIRemotesDebAptDeleteDelete {deb_apt_remote_href}Delete an apt remote
RemotesAptAPIRemotesDebAptListGet /pulp/api/v3/remotes/deb/apt/List apt remotes
RemotesAptAPIRemotesDebAptPartialUpdatePatch {deb_apt_remote_href}Update an apt remote
RemotesAptAPIRemotesDebAptReadGet {deb_apt_remote_href}Inspect an apt remote
RemotesAptAPIRemotesDebAptUpdatePut {deb_apt_remote_href}Update an apt remote
RemotesCollectionAPIRemotesAnsibleCollectionAddRolePost {ansible_collection_remote_href}add_role/
RemotesCollectionAPIRemotesAnsibleCollectionCreatePost /pulp/api/v3/remotes/ansible/collection/Create a collection remote
RemotesCollectionAPIRemotesAnsibleCollectionDeleteDelete {ansible_collection_remote_href}Delete a collection remote
RemotesCollectionAPIRemotesAnsibleCollectionListGet /pulp/api/v3/remotes/ansible/collection/List collection remotes
RemotesCollectionAPIRemotesAnsibleCollectionListRolesGet {ansible_collection_remote_href}list_roles/
RemotesCollectionAPIRemotesAnsibleCollectionMyPermissionsGet {ansible_collection_remote_href}my_permissions/
RemotesCollectionAPIRemotesAnsibleCollectionPartialUpdatePatch {ansible_collection_remote_href}Update a collection remote
RemotesCollectionAPIRemotesAnsibleCollectionReadGet {ansible_collection_remote_href}Inspect a collection remote
RemotesCollectionAPIRemotesAnsibleCollectionRemoveRolePost {ansible_collection_remote_href}remove_role/
RemotesCollectionAPIRemotesAnsibleCollectionUpdatePut {ansible_collection_remote_href}Update a collection remote
RemotesContainerAPIRemotesContainerContainerAddRolePost {container_container_remote_href}add_role/
RemotesContainerAPIRemotesContainerContainerCreatePost /pulp/api/v3/remotes/container/container/Create a container remote
RemotesContainerAPIRemotesContainerContainerDeleteDelete {container_container_remote_href}Delete a container remote
RemotesContainerAPIRemotesContainerContainerListGet /pulp/api/v3/remotes/container/container/List container remotes
RemotesContainerAPIRemotesContainerContainerListRolesGet {container_container_remote_href}list_roles/
RemotesContainerAPIRemotesContainerContainerMyPermissionsGet {container_container_remote_href}my_permissions/
RemotesContainerAPIRemotesContainerContainerPartialUpdatePatch {container_container_remote_href}Update a container remote
RemotesContainerAPIRemotesContainerContainerReadGet {container_container_remote_href}Inspect a container remote
RemotesContainerAPIRemotesContainerContainerRemoveRolePost {container_container_remote_href}remove_role/
RemotesContainerAPIRemotesContainerContainerUpdatePut {container_container_remote_href}Update a container remote
RemotesFileAPIRemotesFileFileAddRolePost {file_file_remote_href}add_role/
RemotesFileAPIRemotesFileFileCreatePost /pulp/api/v3/remotes/file/file/Create a file remote
RemotesFileAPIRemotesFileFileDeleteDelete {file_file_remote_href}Delete a file remote
RemotesFileAPIRemotesFileFileListGet /pulp/api/v3/remotes/file/file/List file remotes
RemotesFileAPIRemotesFileFileListRolesGet {file_file_remote_href}list_roles/
RemotesFileAPIRemotesFileFileMyPermissionsGet {file_file_remote_href}my_permissions/
RemotesFileAPIRemotesFileFilePartialUpdatePatch {file_file_remote_href}Update a file remote
RemotesFileAPIRemotesFileFileReadGet {file_file_remote_href}Inspect a file remote
RemotesFileAPIRemotesFileFileRemoveRolePost {file_file_remote_href}remove_role/
RemotesFileAPIRemotesFileFileUpdatePut {file_file_remote_href}Update a file remote
RemotesGemAPIRemotesGemGemCreatePost /pulp/api/v3/remotes/gem/gem/Create a gem remote
RemotesGemAPIRemotesGemGemDeleteDelete {gem_gem_remote_href}Delete a gem remote
RemotesGemAPIRemotesGemGemListGet /pulp/api/v3/remotes/gem/gem/List gem remotes
RemotesGemAPIRemotesGemGemPartialUpdatePatch {gem_gem_remote_href}Update a gem remote
RemotesGemAPIRemotesGemGemReadGet {gem_gem_remote_href}Inspect a gem remote
RemotesGemAPIRemotesGemGemUpdatePut {gem_gem_remote_href}Update a gem remote
RemotesGitAPIRemotesAnsibleGitAddRolePost {ansible_git_remote_href}add_role/
RemotesGitAPIRemotesAnsibleGitCreatePost /pulp/api/v3/remotes/ansible/git/Create a git remote
RemotesGitAPIRemotesAnsibleGitDeleteDelete {ansible_git_remote_href}Delete a git remote
RemotesGitAPIRemotesAnsibleGitListGet /pulp/api/v3/remotes/ansible/git/List git remotes
RemotesGitAPIRemotesAnsibleGitListRolesGet {ansible_git_remote_href}list_roles/
RemotesGitAPIRemotesAnsibleGitMyPermissionsGet {ansible_git_remote_href}my_permissions/
RemotesGitAPIRemotesAnsibleGitPartialUpdatePatch {ansible_git_remote_href}Update a git remote
RemotesGitAPIRemotesAnsibleGitReadGet {ansible_git_remote_href}Inspect a git remote
RemotesGitAPIRemotesAnsibleGitRemoveRolePost {ansible_git_remote_href}remove_role/
RemotesGitAPIRemotesAnsibleGitUpdatePut {ansible_git_remote_href}Update a git remote
RemotesMavenAPIRemotesMavenMavenCreatePost /pulp/api/v3/remotes/maven/maven/Create a maven remote
RemotesMavenAPIRemotesMavenMavenDeleteDelete {maven_maven_remote_href}Delete a maven remote
RemotesMavenAPIRemotesMavenMavenListGet /pulp/api/v3/remotes/maven/maven/List maven remotes
RemotesMavenAPIRemotesMavenMavenPartialUpdatePatch {maven_maven_remote_href}Update a maven remote
RemotesMavenAPIRemotesMavenMavenReadGet {maven_maven_remote_href}Inspect a maven remote
RemotesMavenAPIRemotesMavenMavenUpdatePut {maven_maven_remote_href}Update a maven remote
RemotesOstreeAPIRemotesOstreeOstreeCreatePost /pulp/api/v3/remotes/ostree/ostree/Create an ostree remote
RemotesOstreeAPIRemotesOstreeOstreeDeleteDelete {ostree_ostree_remote_href}Delete an ostree remote
RemotesOstreeAPIRemotesOstreeOstreeListGet /pulp/api/v3/remotes/ostree/ostree/List ostree remotes
RemotesOstreeAPIRemotesOstreeOstreePartialUpdatePatch {ostree_ostree_remote_href}Update an ostree remote
RemotesOstreeAPIRemotesOstreeOstreeReadGet {ostree_ostree_remote_href}Inspect an ostree remote
RemotesOstreeAPIRemotesOstreeOstreeUpdatePut {ostree_ostree_remote_href}Update an ostree remote
RemotesPythonAPIRemotesPythonPythonCreatePost /pulp/api/v3/remotes/python/python/Create a python remote
RemotesPythonAPIRemotesPythonPythonDeleteDelete {python_python_remote_href}Delete a python remote
RemotesPythonAPIRemotesPythonPythonFromBandersnatchPost /pulp/api/v3/remotes/python/python/from_bandersnatch/Create from Bandersnatch
RemotesPythonAPIRemotesPythonPythonListGet /pulp/api/v3/remotes/python/python/List python remotes
RemotesPythonAPIRemotesPythonPythonPartialUpdatePatch {python_python_remote_href}Update a python remote
RemotesPythonAPIRemotesPythonPythonReadGet {python_python_remote_href}Inspect a python remote
RemotesPythonAPIRemotesPythonPythonUpdatePut {python_python_remote_href}Update a python remote
RemotesRoleAPIRemotesAnsibleRoleAddRolePost {ansible_role_remote_href}add_role/
RemotesRoleAPIRemotesAnsibleRoleCreatePost /pulp/api/v3/remotes/ansible/role/Create a role remote
RemotesRoleAPIRemotesAnsibleRoleDeleteDelete {ansible_role_remote_href}Delete a role remote
RemotesRoleAPIRemotesAnsibleRoleListGet /pulp/api/v3/remotes/ansible/role/List role remotes
RemotesRoleAPIRemotesAnsibleRoleListRolesGet {ansible_role_remote_href}list_roles/
RemotesRoleAPIRemotesAnsibleRoleMyPermissionsGet {ansible_role_remote_href}my_permissions/
RemotesRoleAPIRemotesAnsibleRolePartialUpdatePatch {ansible_role_remote_href}Update a role remote
RemotesRoleAPIRemotesAnsibleRoleReadGet {ansible_role_remote_href}Inspect a role remote
RemotesRoleAPIRemotesAnsibleRoleRemoveRolePost {ansible_role_remote_href}remove_role/
RemotesRoleAPIRemotesAnsibleRoleUpdatePut {ansible_role_remote_href}Update a role remote
RemotesRpmAPIRemotesRpmRpmAddRolePost {rpm_rpm_remote_href}add_role/
RemotesRpmAPIRemotesRpmRpmCreatePost /pulp/api/v3/remotes/rpm/rpm/Create a rpm remote
RemotesRpmAPIRemotesRpmRpmDeleteDelete {rpm_rpm_remote_href}Delete a rpm remote
RemotesRpmAPIRemotesRpmRpmListGet /pulp/api/v3/remotes/rpm/rpm/List rpm remotes
RemotesRpmAPIRemotesRpmRpmListRolesGet {rpm_rpm_remote_href}list_roles/
RemotesRpmAPIRemotesRpmRpmMyPermissionsGet {rpm_rpm_remote_href}my_permissions/
RemotesRpmAPIRemotesRpmRpmPartialUpdatePatch {rpm_rpm_remote_href}Update a rpm remote
RemotesRpmAPIRemotesRpmRpmReadGet {rpm_rpm_remote_href}Inspect a rpm remote
RemotesRpmAPIRemotesRpmRpmRemoveRolePost {rpm_rpm_remote_href}remove_role/
RemotesRpmAPIRemotesRpmRpmUpdatePut {rpm_rpm_remote_href}Update a rpm remote
RemotesUlnAPIRemotesRpmUlnAddRolePost {rpm_uln_remote_href}add_role/
RemotesUlnAPIRemotesRpmUlnCreatePost /pulp/api/v3/remotes/rpm/uln/Create an uln remote
RemotesUlnAPIRemotesRpmUlnDeleteDelete {rpm_uln_remote_href}Delete an uln remote
RemotesUlnAPIRemotesRpmUlnListGet /pulp/api/v3/remotes/rpm/uln/List uln remotes
RemotesUlnAPIRemotesRpmUlnListRolesGet {rpm_uln_remote_href}list_roles/
RemotesUlnAPIRemotesRpmUlnMyPermissionsGet {rpm_uln_remote_href}my_permissions/
RemotesUlnAPIRemotesRpmUlnPartialUpdatePatch {rpm_uln_remote_href}Update an uln remote
RemotesUlnAPIRemotesRpmUlnReadGet {rpm_uln_remote_href}Inspect an uln remote
RemotesUlnAPIRemotesRpmUlnRemoveRolePost {rpm_uln_remote_href}remove_role/
RemotesUlnAPIRemotesRpmUlnUpdatePut {rpm_uln_remote_href}Update an uln remote
RepairAPIRepairPostPost /pulp/api/v3/repair/Repair Artifact Storage
RepositoriesAPIRepositoriesListGet /pulp/api/v3/repositories/List repositories
RepositoriesAnsibleAPIRepositoriesAnsibleAnsibleAddRolePost {ansible_ansible_repository_href}add_role/
RepositoriesAnsibleAPIRepositoriesAnsibleAnsibleCopyCollectionVersionPost {ansible_ansible_repository_href}copy_collection_version/
RepositoriesAnsibleAPIRepositoriesAnsibleAnsibleCreatePost /pulp/api/v3/repositories/ansible/ansible/Create an ansible repository
RepositoriesAnsibleAPIRepositoriesAnsibleAnsibleDeleteDelete {ansible_ansible_repository_href}Delete an ansible repository
RepositoriesAnsibleAPIRepositoriesAnsibleAnsibleListGet /pulp/api/v3/repositories/ansible/ansible/List ansible repositorys
RepositoriesAnsibleAPIRepositoriesAnsibleAnsibleListRolesGet {ansible_ansible_repository_href}list_roles/
RepositoriesAnsibleAPIRepositoriesAnsibleAnsibleMarkPost {ansible_ansible_repository_href}mark/
RepositoriesAnsibleAPIRepositoriesAnsibleAnsibleModifyPost {ansible_ansible_repository_href}modify/Modify Repository Content
RepositoriesAnsibleAPIRepositoriesAnsibleAnsibleMoveCollectionVersionPost {ansible_ansible_repository_href}move_collection_version/
RepositoriesAnsibleAPIRepositoriesAnsibleAnsibleMyPermissionsGet {ansible_ansible_repository_href}my_permissions/
RepositoriesAnsibleAPIRepositoriesAnsibleAnsiblePartialUpdatePatch {ansible_ansible_repository_href}Update an ansible repository
RepositoriesAnsibleAPIRepositoriesAnsibleAnsibleReadGet {ansible_ansible_repository_href}Inspect an ansible repository
RepositoriesAnsibleAPIRepositoriesAnsibleAnsibleRebuildMetadataPost {ansible_ansible_repository_href}rebuild_metadata/
RepositoriesAnsibleAPIRepositoriesAnsibleAnsibleRemoveRolePost {ansible_ansible_repository_href}remove_role/
RepositoriesAnsibleAPIRepositoriesAnsibleAnsibleSignPost {ansible_ansible_repository_href}sign/
RepositoriesAnsibleAPIRepositoriesAnsibleAnsibleSyncPost {ansible_ansible_repository_href}sync/
RepositoriesAnsibleAPIRepositoriesAnsibleAnsibleUnmarkPost {ansible_ansible_repository_href}unmark/
RepositoriesAnsibleAPIRepositoriesAnsibleAnsibleUpdatePut {ansible_ansible_repository_href}Update an ansible repository
RepositoriesAnsibleVersionsAPIRepositoriesAnsibleAnsibleVersionsDeleteDelete {ansible_ansible_repository_version_href}Delete a repository version
RepositoriesAnsibleVersionsAPIRepositoriesAnsibleAnsibleVersionsListGet {ansible_ansible_repository_href}versions/List repository versions
RepositoriesAnsibleVersionsAPIRepositoriesAnsibleAnsibleVersionsReadGet {ansible_ansible_repository_version_href}Inspect a repository version
RepositoriesAnsibleVersionsAPIRepositoriesAnsibleAnsibleVersionsRebuildMetadataPost {ansible_ansible_repository_version_href}rebuild_metadata/
RepositoriesAnsibleVersionsAPIRepositoriesAnsibleAnsibleVersionsRepairPost {ansible_ansible_repository_version_href}repair/
RepositoriesAptAPIRepositoriesDebAptCreatePost /pulp/api/v3/repositories/deb/apt/Create an apt repository
RepositoriesAptAPIRepositoriesDebAptDeleteDelete {deb_apt_repository_href}Delete an apt repository
RepositoriesAptAPIRepositoriesDebAptListGet /pulp/api/v3/repositories/deb/apt/List apt repositorys
RepositoriesAptAPIRepositoriesDebAptModifyPost {deb_apt_repository_href}modify/Modify Repository Content
RepositoriesAptAPIRepositoriesDebAptPartialUpdatePatch {deb_apt_repository_href}Update an apt repository
RepositoriesAptAPIRepositoriesDebAptReadGet {deb_apt_repository_href}Inspect an apt repository
RepositoriesAptAPIRepositoriesDebAptSyncPost {deb_apt_repository_href}sync/Sync from remote
RepositoriesAptAPIRepositoriesDebAptUpdatePut {deb_apt_repository_href}Update an apt repository
RepositoriesAptVersionsAPIRepositoriesDebAptVersionsDeleteDelete {deb_apt_repository_version_href}Delete a repository version
RepositoriesAptVersionsAPIRepositoriesDebAptVersionsListGet {deb_apt_repository_href}versions/List repository versions
RepositoriesAptVersionsAPIRepositoriesDebAptVersionsReadGet {deb_apt_repository_version_href}Inspect a repository version
RepositoriesAptVersionsAPIRepositoriesDebAptVersionsRepairPost {deb_apt_repository_version_href}repair/
RepositoriesContainerAPIRepositoriesContainerContainerAddPost {container_container_repository_href}add/Add content
RepositoriesContainerAPIRepositoriesContainerContainerAddRolePost {container_container_repository_href}add_role/
RepositoriesContainerAPIRepositoriesContainerContainerBuildImagePost {container_container_repository_href}build_image/Build an Image
RepositoriesContainerAPIRepositoriesContainerContainerCopyManifestsPost {container_container_repository_href}copy_manifests/Copy manifests
RepositoriesContainerAPIRepositoriesContainerContainerCopyTagsPost {container_container_repository_href}copy_tags/Copy tags
RepositoriesContainerAPIRepositoriesContainerContainerCreatePost /pulp/api/v3/repositories/container/container/Create a container repository
RepositoriesContainerAPIRepositoriesContainerContainerDeleteDelete {container_container_repository_href}Delete a container repository
RepositoriesContainerAPIRepositoriesContainerContainerListGet /pulp/api/v3/repositories/container/container/List container repositorys
RepositoriesContainerAPIRepositoriesContainerContainerListRolesGet {container_container_repository_href}list_roles/
RepositoriesContainerAPIRepositoriesContainerContainerMyPermissionsGet {container_container_repository_href}my_permissions/
RepositoriesContainerAPIRepositoriesContainerContainerPartialUpdatePatch {container_container_repository_href}Update a container repository
RepositoriesContainerAPIRepositoriesContainerContainerReadGet {container_container_repository_href}Inspect a container repository
RepositoriesContainerAPIRepositoriesContainerContainerRemovePost {container_container_repository_href}remove/Remove content
RepositoriesContainerAPIRepositoriesContainerContainerRemoveRolePost {container_container_repository_href}remove_role/
RepositoriesContainerAPIRepositoriesContainerContainerSignPost {container_container_repository_href}sign/Sign images in the repo
RepositoriesContainerAPIRepositoriesContainerContainerSyncPost {container_container_repository_href}sync/Sync from a remote
RepositoriesContainerAPIRepositoriesContainerContainerTagPost {container_container_repository_href}tag/Create a Tag
RepositoriesContainerAPIRepositoriesContainerContainerUntagPost {container_container_repository_href}untag/Delete a tag
RepositoriesContainerAPIRepositoriesContainerContainerUpdatePut {container_container_repository_href}Update a container repository
RepositoriesContainerPushAPIRepositoriesContainerContainerPushAddRolePost {container_container_push_repository_href}add_role/
RepositoriesContainerPushAPIRepositoriesContainerContainerPushListGet /pulp/api/v3/repositories/container/container-push/List container push repositorys
RepositoriesContainerPushAPIRepositoriesContainerContainerPushListRolesGet {container_container_push_repository_href}list_roles/
RepositoriesContainerPushAPIRepositoriesContainerContainerPushMyPermissionsGet {container_container_push_repository_href}my_permissions/
RepositoriesContainerPushAPIRepositoriesContainerContainerPushPartialUpdatePatch {container_container_push_repository_href}Update a container push repository
RepositoriesContainerPushAPIRepositoriesContainerContainerPushReadGet {container_container_push_repository_href}Inspect a container push repository
RepositoriesContainerPushAPIRepositoriesContainerContainerPushRemoveImagePost {container_container_push_repository_href}remove_image/Delete an image from a repository
RepositoriesContainerPushAPIRepositoriesContainerContainerPushRemoveRolePost {container_container_push_repository_href}remove_role/
RepositoriesContainerPushAPIRepositoriesContainerContainerPushRemoveSignaturesPost {container_container_push_repository_href}remove_signatures/
RepositoriesContainerPushAPIRepositoriesContainerContainerPushSignPost {container_container_push_repository_href}sign/Sign images in the repo
RepositoriesContainerPushAPIRepositoriesContainerContainerPushTagPost {container_container_push_repository_href}tag/Create a Tag
RepositoriesContainerPushAPIRepositoriesContainerContainerPushUntagPost {container_container_push_repository_href}untag/Delete a tag
RepositoriesContainerPushAPIRepositoriesContainerContainerPushUpdatePut {container_container_push_repository_href}Update a container push repository
RepositoriesContainerPushVersionsAPIRepositoriesContainerContainerPushVersionsDeleteDelete {container_container_push_repository_version_href}Delete a repository version
RepositoriesContainerPushVersionsAPIRepositoriesContainerContainerPushVersionsListGet {container_container_push_repository_href}versions/List repository versions
RepositoriesContainerPushVersionsAPIRepositoriesContainerContainerPushVersionsReadGet {container_container_push_repository_version_href}Inspect a repository version
RepositoriesContainerPushVersionsAPIRepositoriesContainerContainerPushVersionsRepairPost {container_container_push_repository_version_href}repair/
RepositoriesContainerVersionsAPIRepositoriesContainerContainerVersionsDeleteDelete {container_container_repository_version_href}Delete a repository version
RepositoriesContainerVersionsAPIRepositoriesContainerContainerVersionsListGet {container_container_repository_href}versions/List repository versions
RepositoriesContainerVersionsAPIRepositoriesContainerContainerVersionsReadGet {container_container_repository_version_href}Inspect a repository version
RepositoriesContainerVersionsAPIRepositoriesContainerContainerVersionsRepairPost {container_container_repository_version_href}repair/
RepositoriesFileAPIRepositoriesFileFileAddRolePost {file_file_repository_href}add_role/
RepositoriesFileAPIRepositoriesFileFileCreatePost /pulp/api/v3/repositories/file/file/Create a file repository
RepositoriesFileAPIRepositoriesFileFileDeleteDelete {file_file_repository_href}Delete a file repository
RepositoriesFileAPIRepositoriesFileFileListGet /pulp/api/v3/repositories/file/file/List file repositorys
RepositoriesFileAPIRepositoriesFileFileListRolesGet {file_file_repository_href}list_roles/
RepositoriesFileAPIRepositoriesFileFileModifyPost {file_file_repository_href}modify/Modify Repository Content
RepositoriesFileAPIRepositoriesFileFileMyPermissionsGet {file_file_repository_href}my_permissions/
RepositoriesFileAPIRepositoriesFileFilePartialUpdatePatch {file_file_repository_href}Update a file repository
RepositoriesFileAPIRepositoriesFileFileReadGet {file_file_repository_href}Inspect a file repository
RepositoriesFileAPIRepositoriesFileFileRemoveRolePost {file_file_repository_href}remove_role/
RepositoriesFileAPIRepositoriesFileFileSyncPost {file_file_repository_href}sync/Sync from a remote
RepositoriesFileAPIRepositoriesFileFileUpdatePut {file_file_repository_href}Update a file repository
RepositoriesFileVersionsAPIRepositoriesFileFileVersionsDeleteDelete {file_file_repository_version_href}Delete a repository version
RepositoriesFileVersionsAPIRepositoriesFileFileVersionsListGet {file_file_repository_href}versions/List repository versions
RepositoriesFileVersionsAPIRepositoriesFileFileVersionsReadGet {file_file_repository_version_href}Inspect a repository version
RepositoriesFileVersionsAPIRepositoriesFileFileVersionsRepairPost {file_file_repository_version_href}repair/
RepositoriesGemAPIRepositoriesGemGemCreatePost /pulp/api/v3/repositories/gem/gem/Create a gem repository
RepositoriesGemAPIRepositoriesGemGemDeleteDelete {gem_gem_repository_href}Delete a gem repository
RepositoriesGemAPIRepositoriesGemGemListGet /pulp/api/v3/repositories/gem/gem/List gem repositorys
RepositoriesGemAPIRepositoriesGemGemModifyPost {gem_gem_repository_href}modify/Modify Repository Content
RepositoriesGemAPIRepositoriesGemGemPartialUpdatePatch {gem_gem_repository_href}Update a gem repository
RepositoriesGemAPIRepositoriesGemGemReadGet {gem_gem_repository_href}Inspect a gem repository
RepositoriesGemAPIRepositoriesGemGemSyncPost {gem_gem_repository_href}sync/Sync from a remote
RepositoriesGemAPIRepositoriesGemGemUpdatePut {gem_gem_repository_href}Update a gem repository
RepositoriesGemVersionsAPIRepositoriesGemGemVersionsDeleteDelete {gem_gem_repository_version_href}Delete a repository version
RepositoriesGemVersionsAPIRepositoriesGemGemVersionsListGet {gem_gem_repository_href}versions/List repository versions
RepositoriesGemVersionsAPIRepositoriesGemGemVersionsReadGet {gem_gem_repository_version_href}Inspect a repository version
RepositoriesGemVersionsAPIRepositoriesGemGemVersionsRepairPost {gem_gem_repository_version_href}repair/
RepositoriesMavenAPIRepositoriesMavenMavenAddCachedContentPost {maven_maven_repository_href}add_cached_content/Add cached content
RepositoriesMavenAPIRepositoriesMavenMavenCreatePost /pulp/api/v3/repositories/maven/maven/Create a maven repository
RepositoriesMavenAPIRepositoriesMavenMavenDeleteDelete {maven_maven_repository_href}Delete a maven repository
RepositoriesMavenAPIRepositoriesMavenMavenListGet /pulp/api/v3/repositories/maven/maven/List maven repositorys
RepositoriesMavenAPIRepositoriesMavenMavenPartialUpdatePatch {maven_maven_repository_href}Update a maven repository
RepositoriesMavenAPIRepositoriesMavenMavenReadGet {maven_maven_repository_href}Inspect a maven repository
RepositoriesMavenAPIRepositoriesMavenMavenUpdatePut {maven_maven_repository_href}Update a maven repository
RepositoriesMavenVersionsAPIRepositoriesMavenMavenVersionsDeleteDelete {maven_maven_repository_version_href}Delete a repository version
RepositoriesMavenVersionsAPIRepositoriesMavenMavenVersionsListGet {maven_maven_repository_href}versions/List repository versions
RepositoriesMavenVersionsAPIRepositoriesMavenMavenVersionsReadGet {maven_maven_repository_version_href}Inspect a repository version
RepositoriesMavenVersionsAPIRepositoriesMavenMavenVersionsRepairPost {maven_maven_repository_version_href}repair/
RepositoriesOstreeAPIRepositoriesOstreeOstreeCreatePost /pulp/api/v3/repositories/ostree/ostree/Create an ostree repository
RepositoriesOstreeAPIRepositoriesOstreeOstreeDeleteDelete {ostree_ostree_repository_href}Delete an ostree repository
RepositoriesOstreeAPIRepositoriesOstreeOstreeImportAllPost {ostree_ostree_repository_href}import_all/Import refs and commits to a repository
RepositoriesOstreeAPIRepositoriesOstreeOstreeImportCommitsPost {ostree_ostree_repository_href}import_commits/Append child commits to a repository
RepositoriesOstreeAPIRepositoriesOstreeOstreeListGet /pulp/api/v3/repositories/ostree/ostree/List ostree repositorys
RepositoriesOstreeAPIRepositoriesOstreeOstreeModifyPost {ostree_ostree_repository_href}modify/Modify repository
RepositoriesOstreeAPIRepositoriesOstreeOstreePartialUpdatePatch {ostree_ostree_repository_href}Update an ostree repository
RepositoriesOstreeAPIRepositoriesOstreeOstreeReadGet {ostree_ostree_repository_href}Inspect an ostree repository
RepositoriesOstreeAPIRepositoriesOstreeOstreeSyncPost {ostree_ostree_repository_href}sync/Sync from remote
RepositoriesOstreeAPIRepositoriesOstreeOstreeUpdatePut {ostree_ostree_repository_href}Update an ostree repository
RepositoriesOstreeVersionsAPIRepositoriesOstreeOstreeVersionsDeleteDelete {ostree_ostree_repository_version_href}Delete a repository version
RepositoriesOstreeVersionsAPIRepositoriesOstreeOstreeVersionsListGet {ostree_ostree_repository_href}versions/List repository versions
RepositoriesOstreeVersionsAPIRepositoriesOstreeOstreeVersionsReadGet {ostree_ostree_repository_version_href}Inspect a repository version
RepositoriesOstreeVersionsAPIRepositoriesOstreeOstreeVersionsRepairPost {ostree_ostree_repository_version_href}repair/
RepositoriesPythonAPIRepositoriesPythonPythonCreatePost /pulp/api/v3/repositories/python/python/Create a python repository
RepositoriesPythonAPIRepositoriesPythonPythonDeleteDelete {python_python_repository_href}Delete a python repository
RepositoriesPythonAPIRepositoriesPythonPythonListGet /pulp/api/v3/repositories/python/python/List python repositorys
RepositoriesPythonAPIRepositoriesPythonPythonModifyPost {python_python_repository_href}modify/Modify Repository Content
RepositoriesPythonAPIRepositoriesPythonPythonPartialUpdatePatch {python_python_repository_href}Update a python repository
RepositoriesPythonAPIRepositoriesPythonPythonReadGet {python_python_repository_href}Inspect a python repository
RepositoriesPythonAPIRepositoriesPythonPythonSyncPost {python_python_repository_href}sync/Sync from remote
RepositoriesPythonAPIRepositoriesPythonPythonUpdatePut {python_python_repository_href}Update a python repository
RepositoriesPythonVersionsAPIRepositoriesPythonPythonVersionsDeleteDelete {python_python_repository_version_href}Delete a repository version
RepositoriesPythonVersionsAPIRepositoriesPythonPythonVersionsListGet {python_python_repository_href}versions/List repository versions
RepositoriesPythonVersionsAPIRepositoriesPythonPythonVersionsReadGet {python_python_repository_version_href}Inspect a repository version
RepositoriesPythonVersionsAPIRepositoriesPythonPythonVersionsRepairPost {python_python_repository_version_href}repair/
RepositoriesReclaimSpaceAPIRepositoriesReclaimSpaceReclaimPost /pulp/api/v3/repositories/reclaim_space/
RepositoriesRpmAPIRepositoriesRpmRpmAddRolePost {rpm_rpm_repository_href}add_role/
RepositoriesRpmAPIRepositoriesRpmRpmCreatePost /pulp/api/v3/repositories/rpm/rpm/Create a rpm repository
RepositoriesRpmAPIRepositoriesRpmRpmDeleteDelete {rpm_rpm_repository_href}Delete a rpm repository
RepositoriesRpmAPIRepositoriesRpmRpmListGet /pulp/api/v3/repositories/rpm/rpm/List rpm repositorys
RepositoriesRpmAPIRepositoriesRpmRpmListRolesGet {rpm_rpm_repository_href}list_roles/
RepositoriesRpmAPIRepositoriesRpmRpmModifyPost {rpm_rpm_repository_href}modify/Modify Repository Content
RepositoriesRpmAPIRepositoriesRpmRpmMyPermissionsGet {rpm_rpm_repository_href}my_permissions/
RepositoriesRpmAPIRepositoriesRpmRpmPartialUpdatePatch {rpm_rpm_repository_href}Update a rpm repository
RepositoriesRpmAPIRepositoriesRpmRpmReadGet {rpm_rpm_repository_href}Inspect a rpm repository
RepositoriesRpmAPIRepositoriesRpmRpmRemoveRolePost {rpm_rpm_repository_href}remove_role/
RepositoriesRpmAPIRepositoriesRpmRpmSyncPost {rpm_rpm_repository_href}sync/Sync from remote
RepositoriesRpmAPIRepositoriesRpmRpmUpdatePut {rpm_rpm_repository_href}Update a rpm repository
RepositoriesRpmVersionsAPIRepositoriesRpmRpmVersionsDeleteDelete {rpm_rpm_repository_version_href}Delete a repository version
RepositoriesRpmVersionsAPIRepositoriesRpmRpmVersionsListGet {rpm_rpm_repository_href}versions/List repository versions
RepositoriesRpmVersionsAPIRepositoriesRpmRpmVersionsReadGet {rpm_rpm_repository_version_href}Inspect a repository version
RepositoriesRpmVersionsAPIRepositoriesRpmRpmVersionsRepairPost {rpm_rpm_repository_version_href}repair/
RepositoryVersionsAPIRepositoryVersionsListGet /pulp/api/v3/repository_versions/List repository versions
RolesAPIRolesCreatePost /pulp/api/v3/roles/Create a role
RolesAPIRolesDeleteDelete {role_href}Delete a role
RolesAPIRolesListGet /pulp/api/v3/roles/List roles
RolesAPIRolesPartialUpdatePatch {role_href}Update a role
RolesAPIRolesReadGet {role_href}Inspect a role
RolesAPIRolesUpdatePut {role_href}Update a role
RpmCompsAPIRpmCompsUploadPost /pulp/api/v3/rpm/comps/Upload comps.xml
RpmCopyAPICopyContentPost /pulp/api/v3/rpm/copy/Copy content
SigningServicesAPISigningServicesListGet /pulp/api/v3/signing-services/List signing services
SigningServicesAPISigningServicesReadGet {signing_service_href}Inspect a signing service
StatusAPIStatusReadGet /pulp/api/v3/status/Inspect status of Pulp
TaskGroupsAPITaskGroupsListGet /pulp/api/v3/task-groups/List task groups
TaskGroupsAPITaskGroupsReadGet {task_group_href}Inspect a task group
TaskSchedulesAPITaskSchedulesAddRolePost {task_schedule_href}add_role/
TaskSchedulesAPITaskSchedulesListGet /pulp/api/v3/task-schedules/List task schedules
TaskSchedulesAPITaskSchedulesListRolesGet {task_schedule_href}list_roles/
TaskSchedulesAPITaskSchedulesMyPermissionsGet {task_schedule_href}my_permissions/
TaskSchedulesAPITaskSchedulesReadGet {task_schedule_href}Inspect a task schedule
TaskSchedulesAPITaskSchedulesRemoveRolePost {task_schedule_href}remove_role/
TasksAPITasksAddRolePost {task_href}add_role/
TasksAPITasksCancelPatch {task_href}Cancel a task
TasksAPITasksDeleteDelete {task_href}Delete a task
TasksAPITasksListGet /pulp/api/v3/tasks/List tasks
TasksAPITasksListRolesGet {task_href}list_roles/
TasksAPITasksMyPermissionsGet {task_href}my_permissions/
TasksAPITasksPurgePost /pulp/api/v3/tasks/purge/Purge Completed Tasks
TasksAPITasksReadGet {task_href}Inspect a task
TasksAPITasksRemoveRolePost {task_href}remove_role/
TokenAPITokenGetGet /token/
UploadsAPIUploadsAddRolePost {upload_href}add_role/
UploadsAPIUploadsCommitPost {upload_href}commit/Finish an Upload
UploadsAPIUploadsCreatePost /pulp/api/v3/uploads/Create an upload
UploadsAPIUploadsDeleteDelete {upload_href}Delete an upload
UploadsAPIUploadsListGet /pulp/api/v3/uploads/List uploads
UploadsAPIUploadsListRolesGet {upload_href}list_roles/
UploadsAPIUploadsMyPermissionsGet {upload_href}my_permissions/
UploadsAPIUploadsReadGet {upload_href}Inspect an upload
UploadsAPIUploadsRemoveRolePost {upload_href}remove_role/
UploadsAPIUploadsUpdatePut {upload_href}Upload a file chunk
UpstreamPulpsAPIUpstreamPulpsCreatePost /pulp/api/v3/upstream-pulps/Create an upstream pulp
UpstreamPulpsAPIUpstreamPulpsDeleteDelete {upstream_pulp_href}Delete an upstream pulp
UpstreamPulpsAPIUpstreamPulpsListGet /pulp/api/v3/upstream-pulps/List upstream pulps
UpstreamPulpsAPIUpstreamPulpsPartialUpdatePatch {upstream_pulp_href}Update an upstream pulp
UpstreamPulpsAPIUpstreamPulpsReadGet {upstream_pulp_href}Inspect an upstream pulp
UpstreamPulpsAPIUpstreamPulpsReplicatePost {upstream_pulp_href}replicate/Replicate
UpstreamPulpsAPIUpstreamPulpsUpdatePut {upstream_pulp_href}Update an upstream pulp
UsersAPIUsersCreatePost /pulp/api/v3/users/Create an user
UsersAPIUsersDeleteDelete {auth_user_href}Delete an user
UsersAPIUsersListGet /pulp/api/v3/users/List users
UsersAPIUsersPartialUpdatePatch {auth_user_href}Update an user
UsersAPIUsersReadGet {auth_user_href}Inspect an user
UsersAPIUsersUpdatePut {auth_user_href}Update an user
UsersRolesAPIUsersRolesCreatePost {auth_user_href}roles/Create an user role
UsersRolesAPIUsersRolesDeleteDelete {auth_users_user_role_href}Delete an user role
UsersRolesAPIUsersRolesListGet {auth_user_href}roles/List user roles
UsersRolesAPIUsersRolesReadGet {auth_users_user_role_href}Inspect an user role
VersionsAPIApiV1RolesVersionsListGet {ansible_role_href}versions/
VersionsAPIApiV2CollectionVersionsListGet {ansible_collection_version_href}versions/
WorkersAPIWorkersListGet /pulp/api/v3/workers/List workers
WorkersAPIWorkersReadGet {worker_href}Inspect a worker

Documentation For Models

Documentation For Authorization

Authentication schemes defined for the API:

basicAuth

  • Type: HTTP basic authentication

Example

auth := context.WithValue(context.Background(), sw.ContextBasicAuth, sw.BasicAuth{
    UserName: "username",
    Password: "password",
})
r, err := client.Service.Operation(auth, args)

cookieAuth

  • Type: API key
  • API key parameter name: sessionid
  • Location:

Note, each API key must be added to a map of map[string]APIKey where the key is: sessionid and passed in as the auth context for each request.

Example

auth := context.WithValue(
		context.Background(),
		sw.ContextAPIKeys,
		map[string]sw.APIKey{
			"sessionid": {Key: "API_KEY_STRING"},
		},
	)
r, err := client.Service.Operation(auth, args)

Documentation for Utility Methods

Due to the fact that model structure members are all pointers, this package contains a number of utility functions to easily obtain pointers to values of basic types. Each of these functions takes a value of the given basic type and returns a pointer to it:

  • PtrBool
  • PtrInt
  • PtrInt32
  • PtrInt64
  • PtrFloat
  • PtrFloat32
  • PtrFloat64
  • PtrString
  • PtrTime

Author

[email protected]

# Packages

No description provided by the author

# Functions

CacheExpires helper function to determine remaining time before repeating a request.
IsNil checks if an input is nil.
NewAccessPolicy instantiates a new AccessPolicy object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccessPolicyResponse instantiates a new AccessPolicyResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccessPolicyResponseWithDefaults instantiates a new AccessPolicyResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccessPolicyWithDefaults instantiates a new AccessPolicy object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAddonResponse instantiates a new AddonResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAddonResponseWithDefaults instantiates a new AddonResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAnsibleAnsibleDistribution instantiates a new AnsibleAnsibleDistribution object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAnsibleAnsibleDistributionResponse instantiates a new AnsibleAnsibleDistributionResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAnsibleAnsibleDistributionResponseWithDefaults instantiates a new AnsibleAnsibleDistributionResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAnsibleAnsibleDistributionWithDefaults instantiates a new AnsibleAnsibleDistribution object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAnsibleAnsibleNamespaceMetadata instantiates a new AnsibleAnsibleNamespaceMetadata object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAnsibleAnsibleNamespaceMetadataResponse instantiates a new AnsibleAnsibleNamespaceMetadataResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAnsibleAnsibleNamespaceMetadataResponseWithDefaults instantiates a new AnsibleAnsibleNamespaceMetadataResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAnsibleAnsibleNamespaceMetadataWithDefaults instantiates a new AnsibleAnsibleNamespaceMetadata object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAnsibleAnsibleRepository instantiates a new AnsibleAnsibleRepository object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAnsibleAnsibleRepositoryResponse instantiates a new AnsibleAnsibleRepositoryResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAnsibleAnsibleRepositoryResponseWithDefaults instantiates a new AnsibleAnsibleRepositoryResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAnsibleAnsibleRepositoryWithDefaults instantiates a new AnsibleAnsibleRepository object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAnsibleCollection instantiates a new AnsibleCollection object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAnsibleCollectionRemote instantiates a new AnsibleCollectionRemote object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAnsibleCollectionRemoteResponse instantiates a new AnsibleCollectionRemoteResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAnsibleCollectionRemoteResponseWithDefaults instantiates a new AnsibleCollectionRemoteResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAnsibleCollectionRemoteWithDefaults instantiates a new AnsibleCollectionRemote object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAnsibleCollectionResponse instantiates a new AnsibleCollectionResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAnsibleCollectionResponseWithDefaults instantiates a new AnsibleCollectionResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAnsibleCollectionVersion instantiates a new AnsibleCollectionVersion object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAnsibleCollectionVersionMark instantiates a new AnsibleCollectionVersionMark object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAnsibleCollectionVersionMarkResponse instantiates a new AnsibleCollectionVersionMarkResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAnsibleCollectionVersionMarkResponseWithDefaults instantiates a new AnsibleCollectionVersionMarkResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAnsibleCollectionVersionMarkWithDefaults instantiates a new AnsibleCollectionVersionMark object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAnsibleCollectionVersionResponse instantiates a new AnsibleCollectionVersionResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAnsibleCollectionVersionResponseWithDefaults instantiates a new AnsibleCollectionVersionResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAnsibleCollectionVersionSignature instantiates a new AnsibleCollectionVersionSignature object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAnsibleCollectionVersionSignatureResponse instantiates a new AnsibleCollectionVersionSignatureResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAnsibleCollectionVersionSignatureResponseWithDefaults instantiates a new AnsibleCollectionVersionSignatureResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAnsibleCollectionVersionSignatureWithDefaults instantiates a new AnsibleCollectionVersionSignature object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAnsibleCollectionVersionWithDefaults instantiates a new AnsibleCollectionVersion object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAnsibleCollectionWithDefaults instantiates a new AnsibleCollection object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAnsibleGitRemote instantiates a new AnsibleGitRemote object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAnsibleGitRemoteResponse instantiates a new AnsibleGitRemoteResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAnsibleGitRemoteResponseWithDefaults instantiates a new AnsibleGitRemoteResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAnsibleGitRemoteWithDefaults instantiates a new AnsibleGitRemote object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAnsibleRepositoryMark instantiates a new AnsibleRepositoryMark object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAnsibleRepositoryMarkWithDefaults instantiates a new AnsibleRepositoryMark object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAnsibleRepositoryRebuild instantiates a new AnsibleRepositoryRebuild object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAnsibleRepositoryRebuildWithDefaults instantiates a new AnsibleRepositoryRebuild object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAnsibleRepositorySignature instantiates a new AnsibleRepositorySignature object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAnsibleRepositorySignatureWithDefaults instantiates a new AnsibleRepositorySignature object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAnsibleRepositorySyncURL instantiates a new AnsibleRepositorySyncURL object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAnsibleRepositorySyncURLWithDefaults instantiates a new AnsibleRepositorySyncURL object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAnsibleRole instantiates a new AnsibleRole object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAnsibleRoleRemote instantiates a new AnsibleRoleRemote object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAnsibleRoleRemoteResponse instantiates a new AnsibleRoleRemoteResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAnsibleRoleRemoteResponseWithDefaults instantiates a new AnsibleRoleRemoteResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAnsibleRoleRemoteWithDefaults instantiates a new AnsibleRoleRemote object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAnsibleRoleResponse instantiates a new AnsibleRoleResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAnsibleRoleResponseWithDefaults instantiates a new AnsibleRoleResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAnsibleRoleWithDefaults instantiates a new AnsibleRole object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAnsibleTagResponse instantiates a new AnsibleTagResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAnsibleTagResponseWithDefaults instantiates a new AnsibleTagResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAPIClient creates a new API client.
NewAPIResponse returns a new APIResponse object.
NewAPIResponseWithError returns a new APIResponse object with the provided error message.
NewAptRepositorySyncURL instantiates a new AptRepositorySyncURL object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAptRepositorySyncURLWithDefaults instantiates a new AptRepositorySyncURL object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewArtifact instantiates a new Artifact object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewArtifactDistributionResponse instantiates a new ArtifactDistributionResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewArtifactDistributionResponseWithDefaults instantiates a new ArtifactDistributionResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewArtifactRefResponse instantiates a new ArtifactRefResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewArtifactRefResponseWithDefaults instantiates a new ArtifactRefResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewArtifactResponse instantiates a new ArtifactResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewArtifactResponseWithDefaults instantiates a new ArtifactResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewArtifactWithDefaults instantiates a new Artifact object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAsyncOperationResponse instantiates a new AsyncOperationResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAsyncOperationResponseWithDefaults instantiates a new AsyncOperationResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCertguardRHSMCertGuard instantiates a new CertguardRHSMCertGuard object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCertguardRHSMCertGuardResponse instantiates a new CertguardRHSMCertGuardResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCertguardRHSMCertGuardResponseWithDefaults instantiates a new CertguardRHSMCertGuardResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCertguardRHSMCertGuardWithDefaults instantiates a new CertguardRHSMCertGuard object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCertguardX509CertGuard instantiates a new CertguardX509CertGuard object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCertguardX509CertGuardResponse instantiates a new CertguardX509CertGuardResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCertguardX509CertGuardResponseWithDefaults instantiates a new CertguardX509CertGuardResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCertguardX509CertGuardWithDefaults instantiates a new CertguardX509CertGuard object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewChecksumResponse instantiates a new ChecksumResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewChecksumResponseWithDefaults instantiates a new ChecksumResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewClientConfigurationResponse instantiates a new ClientConfigurationResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewClientConfigurationResponseWithDefaults instantiates a new ClientConfigurationResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCollectionImportDetailResponse instantiates a new CollectionImportDetailResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCollectionImportDetailResponseWithDefaults instantiates a new CollectionImportDetailResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCollectionMetadataResponse instantiates a new CollectionMetadataResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCollectionMetadataResponseWithDefaults instantiates a new CollectionMetadataResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCollectionNamespaceResponse instantiates a new CollectionNamespaceResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCollectionNamespaceResponseWithDefaults instantiates a new CollectionNamespaceResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCollectionOneShot instantiates a new CollectionOneShot object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCollectionOneShotWithDefaults instantiates a new CollectionOneShot object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCollectionRefResponse instantiates a new CollectionRefResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCollectionRefResponseWithDefaults instantiates a new CollectionRefResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCollectionResponse instantiates a new CollectionResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCollectionResponseWithDefaults instantiates a new CollectionResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCollectionSummaryResponse instantiates a new CollectionSummaryResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCollectionSummaryResponseWithDefaults instantiates a new CollectionSummaryResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCollectionVersionCopyMove instantiates a new CollectionVersionCopyMove object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCollectionVersionCopyMoveWithDefaults instantiates a new CollectionVersionCopyMove object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCollectionVersionDocsResponse instantiates a new CollectionVersionDocsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCollectionVersionDocsResponseWithDefaults instantiates a new CollectionVersionDocsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCollectionVersionListResponse instantiates a new CollectionVersionListResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCollectionVersionListResponseWithDefaults instantiates a new CollectionVersionListResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCollectionVersionResponse instantiates a new CollectionVersionResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCollectionVersionResponseWithDefaults instantiates a new CollectionVersionResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCollectionVersionSearchList instantiates a new CollectionVersionSearchList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCollectionVersionSearchListResponse instantiates a new CollectionVersionSearchListResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCollectionVersionSearchListResponseWithDefaults instantiates a new CollectionVersionSearchListResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCollectionVersionSearchListWithDefaults instantiates a new CollectionVersionSearchList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCollectionVersionSignatureResponse instantiates a new CollectionVersionSignatureResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCollectionVersionSignatureResponseWithDefaults instantiates a new CollectionVersionSignatureResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCompsXml instantiates a new CompsXml object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCompsXmlWithDefaults instantiates a new CompsXml object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewConfiguration returns a new Configuration object.
NewContainerBlobResponse instantiates a new ContainerBlobResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewContainerBlobResponseWithDefaults instantiates a new ContainerBlobResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewContainerContainerDistribution instantiates a new ContainerContainerDistribution object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewContainerContainerDistributionResponse instantiates a new ContainerContainerDistributionResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewContainerContainerDistributionResponseWithDefaults instantiates a new ContainerContainerDistributionResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewContainerContainerDistributionWithDefaults instantiates a new ContainerContainerDistribution object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewContainerContainerNamespace instantiates a new ContainerContainerNamespace object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewContainerContainerNamespaceResponse instantiates a new ContainerContainerNamespaceResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewContainerContainerNamespaceResponseWithDefaults instantiates a new ContainerContainerNamespaceResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewContainerContainerNamespaceWithDefaults instantiates a new ContainerContainerNamespace object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewContainerContainerPushRepository instantiates a new ContainerContainerPushRepository object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewContainerContainerPushRepositoryResponse instantiates a new ContainerContainerPushRepositoryResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewContainerContainerPushRepositoryResponseWithDefaults instantiates a new ContainerContainerPushRepositoryResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewContainerContainerPushRepositoryWithDefaults instantiates a new ContainerContainerPushRepository object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewContainerContainerRemote instantiates a new ContainerContainerRemote object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewContainerContainerRemoteResponse instantiates a new ContainerContainerRemoteResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewContainerContainerRemoteResponseWithDefaults instantiates a new ContainerContainerRemoteResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewContainerContainerRemoteWithDefaults instantiates a new ContainerContainerRemote object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewContainerContainerRepository instantiates a new ContainerContainerRepository object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewContainerContainerRepositoryResponse instantiates a new ContainerContainerRepositoryResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewContainerContainerRepositoryResponseWithDefaults instantiates a new ContainerContainerRepositoryResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewContainerContainerRepositoryWithDefaults instantiates a new ContainerContainerRepository object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewContainerManifestResponse instantiates a new ContainerManifestResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewContainerManifestResponseWithDefaults instantiates a new ContainerManifestResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewContainerManifestSignatureResponse instantiates a new ContainerManifestSignatureResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewContainerManifestSignatureResponseWithDefaults instantiates a new ContainerManifestSignatureResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewContainerRepositorySyncURL instantiates a new ContainerRepositorySyncURL object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewContainerRepositorySyncURLWithDefaults instantiates a new ContainerRepositorySyncURL object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewContainerTagResponse instantiates a new ContainerTagResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewContainerTagResponseWithDefaults instantiates a new ContainerTagResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewContentAppStatusResponse instantiates a new ContentAppStatusResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewContentAppStatusResponseWithDefaults instantiates a new ContentAppStatusResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewContentGuardResponse instantiates a new ContentGuardResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewContentGuardResponseWithDefaults instantiates a new ContentGuardResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewContentRedirectContentGuard instantiates a new ContentRedirectContentGuard object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewContentRedirectContentGuardResponse instantiates a new ContentRedirectContentGuardResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewContentRedirectContentGuardResponseWithDefaults instantiates a new ContentRedirectContentGuardResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewContentRedirectContentGuardWithDefaults instantiates a new ContentRedirectContentGuard object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewContentSettingsResponse instantiates a new ContentSettingsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewContentSettingsResponseWithDefaults instantiates a new ContentSettingsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewContentSummaryResponse instantiates a new ContentSummaryResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewContentSummaryResponseWithDefaults instantiates a new ContentSummaryResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCopy instantiates a new Copy object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCopyWithDefaults instantiates a new Copy object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDatabaseConnectionResponse instantiates a new DatabaseConnectionResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDatabaseConnectionResponseWithDefaults instantiates a new DatabaseConnectionResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDebAptDistribution instantiates a new DebAptDistribution object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDebAptDistributionResponse instantiates a new DebAptDistributionResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDebAptDistributionResponseWithDefaults instantiates a new DebAptDistributionResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDebAptDistributionWithDefaults instantiates a new DebAptDistribution object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDebAptPublication instantiates a new DebAptPublication object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDebAptPublicationResponse instantiates a new DebAptPublicationResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDebAptPublicationResponseWithDefaults instantiates a new DebAptPublicationResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDebAptPublicationWithDefaults instantiates a new DebAptPublication object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDebAptRemote instantiates a new DebAptRemote object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDebAptRemoteResponse instantiates a new DebAptRemoteResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDebAptRemoteResponseWithDefaults instantiates a new DebAptRemoteResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDebAptRemoteWithDefaults instantiates a new DebAptRemote object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDebAptRepository instantiates a new DebAptRepository object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDebAptRepositoryResponse instantiates a new DebAptRepositoryResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDebAptRepositoryResponseWithDefaults instantiates a new DebAptRepositoryResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDebAptRepositoryWithDefaults instantiates a new DebAptRepository object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDebGenericContent instantiates a new DebGenericContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDebGenericContentResponse instantiates a new DebGenericContentResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDebGenericContentResponseWithDefaults instantiates a new DebGenericContentResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDebGenericContentWithDefaults instantiates a new DebGenericContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDebInstallerFileIndex instantiates a new DebInstallerFileIndex object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDebInstallerFileIndexResponse instantiates a new DebInstallerFileIndexResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDebInstallerFileIndexResponseWithDefaults instantiates a new DebInstallerFileIndexResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDebInstallerFileIndexWithDefaults instantiates a new DebInstallerFileIndex object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDebInstallerPackage instantiates a new DebInstallerPackage object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDebInstallerPackageResponse instantiates a new DebInstallerPackageResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDebInstallerPackageResponseWithDefaults instantiates a new DebInstallerPackageResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDebInstallerPackageWithDefaults instantiates a new DebInstallerPackage object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDebPackage instantiates a new DebPackage object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDebPackageIndex instantiates a new DebPackageIndex object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDebPackageIndexResponse instantiates a new DebPackageIndexResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDebPackageIndexResponseWithDefaults instantiates a new DebPackageIndexResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDebPackageIndexWithDefaults instantiates a new DebPackageIndex object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDebPackageReleaseComponent instantiates a new DebPackageReleaseComponent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDebPackageReleaseComponentResponse instantiates a new DebPackageReleaseComponentResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDebPackageReleaseComponentResponseWithDefaults instantiates a new DebPackageReleaseComponentResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDebPackageReleaseComponentWithDefaults instantiates a new DebPackageReleaseComponent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDebPackageResponse instantiates a new DebPackageResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDebPackageResponseWithDefaults instantiates a new DebPackageResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDebPackageWithDefaults instantiates a new DebPackage object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDebRelease instantiates a new DebRelease object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDebReleaseArchitecture instantiates a new DebReleaseArchitecture object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDebReleaseArchitectureResponse instantiates a new DebReleaseArchitectureResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDebReleaseArchitectureResponseWithDefaults instantiates a new DebReleaseArchitectureResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDebReleaseArchitectureWithDefaults instantiates a new DebReleaseArchitecture object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDebReleaseComponent instantiates a new DebReleaseComponent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDebReleaseComponentResponse instantiates a new DebReleaseComponentResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDebReleaseComponentResponseWithDefaults instantiates a new DebReleaseComponentResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDebReleaseComponentWithDefaults instantiates a new DebReleaseComponent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDebReleaseFile instantiates a new DebReleaseFile object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDebReleaseFileResponse instantiates a new DebReleaseFileResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDebReleaseFileResponseWithDefaults instantiates a new DebReleaseFileResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDebReleaseFileWithDefaults instantiates a new DebReleaseFile object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDebReleaseResponse instantiates a new DebReleaseResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDebReleaseResponseWithDefaults instantiates a new DebReleaseResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDebReleaseWithDefaults instantiates a new DebRelease object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDebVerbatimPublication instantiates a new DebVerbatimPublication object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDebVerbatimPublicationResponse instantiates a new DebVerbatimPublicationResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDebVerbatimPublicationResponseWithDefaults instantiates a new DebVerbatimPublicationResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDebVerbatimPublicationWithDefaults instantiates a new DebVerbatimPublication object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDistributionResponse instantiates a new DistributionResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDistributionResponseWithDefaults instantiates a new DistributionResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDomain instantiates a new Domain object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDomainResponse instantiates a new DomainResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDomainResponseWithDefaults instantiates a new DomainResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDomainWithDefaults instantiates a new Domain object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEvaluationResponse instantiates a new EvaluationResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEvaluationResponseWithDefaults instantiates a new EvaluationResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewExcludePlatformsEnumFromValue returns a pointer to a valid ExcludePlatformsEnum for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewFileFileAlternateContentSource instantiates a new FileFileAlternateContentSource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFileFileAlternateContentSourceResponse instantiates a new FileFileAlternateContentSourceResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFileFileAlternateContentSourceResponseWithDefaults instantiates a new FileFileAlternateContentSourceResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFileFileAlternateContentSourceWithDefaults instantiates a new FileFileAlternateContentSource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFileFileContent instantiates a new FileFileContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFileFileContentResponse instantiates a new FileFileContentResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFileFileContentResponseWithDefaults instantiates a new FileFileContentResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFileFileContentWithDefaults instantiates a new FileFileContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFileFileDistribution instantiates a new FileFileDistribution object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFileFileDistributionResponse instantiates a new FileFileDistributionResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFileFileDistributionResponseWithDefaults instantiates a new FileFileDistributionResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFileFileDistributionWithDefaults instantiates a new FileFileDistribution object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFileFilePublication instantiates a new FileFilePublication object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFileFilePublicationResponse instantiates a new FileFilePublicationResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFileFilePublicationResponseWithDefaults instantiates a new FileFilePublicationResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFileFilePublicationWithDefaults instantiates a new FileFilePublication object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFileFileRemote instantiates a new FileFileRemote object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFileFileRemoteResponse instantiates a new FileFileRemoteResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFileFileRemoteResponseWithDefaults instantiates a new FileFileRemoteResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFileFileRemoteWithDefaults instantiates a new FileFileRemote object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFileFileRepository instantiates a new FileFileRepository object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFileFileRepositoryResponse instantiates a new FileFileRepositoryResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFileFileRepositoryResponseWithDefaults instantiates a new FileFileRepositoryResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFileFileRepositoryWithDefaults instantiates a new FileFileRepository object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFilesystemExport instantiates a new FilesystemExport object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFilesystemExporter instantiates a new FilesystemExporter object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFilesystemExporterResponse instantiates a new FilesystemExporterResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFilesystemExporterResponseWithDefaults instantiates a new FilesystemExporterResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFilesystemExporterWithDefaults instantiates a new FilesystemExporter object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFilesystemExportResponse instantiates a new FilesystemExportResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFilesystemExportResponseWithDefaults instantiates a new FilesystemExportResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFilesystemExportWithDefaults instantiates a new FilesystemExport object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGalaxyCollection instantiates a new GalaxyCollection object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGalaxyCollectionResponse instantiates a new GalaxyCollectionResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGalaxyCollectionResponseWithDefaults instantiates a new GalaxyCollectionResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGalaxyCollectionVersionResponse instantiates a new GalaxyCollectionVersionResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGalaxyCollectionVersionResponseWithDefaults instantiates a new GalaxyCollectionVersionResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGalaxyCollectionWithDefaults instantiates a new GalaxyCollection object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGalaxyRoleResponse instantiates a new GalaxyRoleResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGalaxyRoleResponseWithDefaults instantiates a new GalaxyRoleResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGalaxyRoleVersionResponse instantiates a new GalaxyRoleVersionResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGalaxyRoleVersionResponseWithDefaults instantiates a new GalaxyRoleVersionResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGemGemContent instantiates a new GemGemContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGemGemContentResponse instantiates a new GemGemContentResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGemGemContentResponseWithDefaults instantiates a new GemGemContentResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGemGemContentWithDefaults instantiates a new GemGemContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGemGemDistribution instantiates a new GemGemDistribution object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGemGemDistributionResponse instantiates a new GemGemDistributionResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGemGemDistributionResponseWithDefaults instantiates a new GemGemDistributionResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGemGemDistributionWithDefaults instantiates a new GemGemDistribution object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGemGemPublication instantiates a new GemGemPublication object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGemGemPublicationResponse instantiates a new GemGemPublicationResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGemGemPublicationResponseWithDefaults instantiates a new GemGemPublicationResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGemGemPublicationWithDefaults instantiates a new GemGemPublication object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGemGemRemote instantiates a new GemGemRemote object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGemGemRemoteResponse instantiates a new GemGemRemoteResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGemGemRemoteResponseWithDefaults instantiates a new GemGemRemoteResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGemGemRemoteWithDefaults instantiates a new GemGemRemote object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGemGemRepository instantiates a new GemGemRepository object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGemGemRepositoryResponse instantiates a new GemGemRepositoryResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGemGemRepositoryResponseWithDefaults instantiates a new GemGemRepositoryResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGemGemRepositoryWithDefaults instantiates a new GemGemRepository object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGroup instantiates a new Group object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGroupProgressReportResponse instantiates a new GroupProgressReportResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGroupProgressReportResponseWithDefaults instantiates a new GroupProgressReportResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGroupResponse instantiates a new GroupResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGroupResponseWithDefaults instantiates a new GroupResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGroupRole instantiates a new GroupRole object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGroupRoleResponse instantiates a new GroupRoleResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGroupRoleResponseWithDefaults instantiates a new GroupRoleResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGroupRoleWithDefaults instantiates a new GroupRole object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGroupUser instantiates a new GroupUser object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGroupUserResponse instantiates a new GroupUserResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGroupUserResponseWithDefaults instantiates a new GroupUserResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGroupUserWithDefaults instantiates a new GroupUser object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGroupWithDefaults instantiates a new Group object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewImageResponse instantiates a new ImageResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewImageResponseWithDefaults instantiates a new ImageResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewImportResponse instantiates a new ImportResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewImportResponseWithDefaults instantiates a new ImportResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewManifestCopy instantiates a new ManifestCopy object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewManifestCopyWithDefaults instantiates a new ManifestCopy object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMavenMavenArtifact instantiates a new MavenMavenArtifact object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMavenMavenArtifactResponse instantiates a new MavenMavenArtifactResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMavenMavenArtifactResponseWithDefaults instantiates a new MavenMavenArtifactResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMavenMavenArtifactWithDefaults instantiates a new MavenMavenArtifact object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMavenMavenDistribution instantiates a new MavenMavenDistribution object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMavenMavenDistributionResponse instantiates a new MavenMavenDistributionResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMavenMavenDistributionResponseWithDefaults instantiates a new MavenMavenDistributionResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMavenMavenDistributionWithDefaults instantiates a new MavenMavenDistribution object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMavenMavenRemote instantiates a new MavenMavenRemote object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMavenMavenRemoteResponse instantiates a new MavenMavenRemoteResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMavenMavenRemoteResponseWithDefaults instantiates a new MavenMavenRemoteResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMavenMavenRemoteWithDefaults instantiates a new MavenMavenRemote object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMavenMavenRepository instantiates a new MavenMavenRepository object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMavenMavenRepositoryResponse instantiates a new MavenMavenRepositoryResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMavenMavenRepositoryResponseWithDefaults instantiates a new MavenMavenRepositoryResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMavenMavenRepositoryWithDefaults instantiates a new MavenMavenRepository object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMediaTypesEnumFromValue returns a pointer to a valid MediaTypesEnum for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewMetadataChecksumTypeEnumFromValue returns a pointer to a valid MetadataChecksumTypeEnum for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewMethodEnumFromValue returns a pointer to a valid MethodEnum for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewMinimalTaskResponse instantiates a new MinimalTaskResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMinimalTaskResponseWithDefaults instantiates a new MinimalTaskResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMultipleArtifactContentResponse instantiates a new MultipleArtifactContentResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMultipleArtifactContentResponseWithDefaults instantiates a new MultipleArtifactContentResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMyPermissionsResponse instantiates a new MyPermissionsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMyPermissionsResponseWithDefaults instantiates a new MyPermissionsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNamespaceLink instantiates a new NamespaceLink object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNamespaceLinkResponse instantiates a new NamespaceLinkResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNamespaceLinkResponseWithDefaults instantiates a new NamespaceLinkResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNamespaceLinkWithDefaults instantiates a new NamespaceLink object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNestedRole instantiates a new NestedRole object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNestedRoleResponse instantiates a new NestedRoleResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNestedRoleResponseWithDefaults instantiates a new NestedRoleResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNestedRoleWithDefaults instantiates a new NestedRole object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewObjectRolesResponse instantiates a new ObjectRolesResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewObjectRolesResponseWithDefaults instantiates a new ObjectRolesResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewOCIBuildImage instantiates a new OCIBuildImage object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOCIBuildImageWithDefaults instantiates a new OCIBuildImage object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewOrphansCleanup instantiates a new OrphansCleanup object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOrphansCleanupWithDefaults instantiates a new OrphansCleanup object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewOstreeImportAll instantiates a new OstreeImportAll object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOstreeImportAllWithDefaults instantiates a new OstreeImportAll object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewOstreeImportCommitsToRef instantiates a new OstreeImportCommitsToRef object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOstreeImportCommitsToRefWithDefaults instantiates a new OstreeImportCommitsToRef object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewOstreeOstreeCommitResponse instantiates a new OstreeOstreeCommitResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOstreeOstreeCommitResponseWithDefaults instantiates a new OstreeOstreeCommitResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewOstreeOstreeConfigResponse instantiates a new OstreeOstreeConfigResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOstreeOstreeConfigResponseWithDefaults instantiates a new OstreeOstreeConfigResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewOstreeOstreeContentResponse instantiates a new OstreeOstreeContentResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOstreeOstreeContentResponseWithDefaults instantiates a new OstreeOstreeContentResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewOstreeOstreeDistribution instantiates a new OstreeOstreeDistribution object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOstreeOstreeDistributionResponse instantiates a new OstreeOstreeDistributionResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOstreeOstreeDistributionResponseWithDefaults instantiates a new OstreeOstreeDistributionResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewOstreeOstreeDistributionWithDefaults instantiates a new OstreeOstreeDistribution object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewOstreeOstreeObjectResponse instantiates a new OstreeOstreeObjectResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOstreeOstreeObjectResponseWithDefaults instantiates a new OstreeOstreeObjectResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewOstreeOstreeRefResponse instantiates a new OstreeOstreeRefResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOstreeOstreeRefResponseWithDefaults instantiates a new OstreeOstreeRefResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewOstreeOstreeRemote instantiates a new OstreeOstreeRemote object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOstreeOstreeRemoteResponse instantiates a new OstreeOstreeRemoteResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOstreeOstreeRemoteResponseWithDefaults instantiates a new OstreeOstreeRemoteResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewOstreeOstreeRemoteWithDefaults instantiates a new OstreeOstreeRemote object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewOstreeOstreeRepository instantiates a new OstreeOstreeRepository object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOstreeOstreeRepositoryResponse instantiates a new OstreeOstreeRepositoryResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOstreeOstreeRepositoryResponseWithDefaults instantiates a new OstreeOstreeRepositoryResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewOstreeOstreeRepositoryWithDefaults instantiates a new OstreeOstreeRepository object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewOstreeOstreeSummaryResponse instantiates a new OstreeOstreeSummaryResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOstreeOstreeSummaryResponseWithDefaults instantiates a new OstreeOstreeSummaryResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPackageChecksumTypeEnumFromValue returns a pointer to a valid PackageChecksumTypeEnum for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewPackageMetadataResponse instantiates a new PackageMetadataResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPackageMetadataResponseWithDefaults instantiates a new PackageMetadataResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPackageTypesEnumFromValue returns a pointer to a valid PackageTypesEnum for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewPackageUpload instantiates a new PackageUpload object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPackageUploadTaskResponse instantiates a new PackageUploadTaskResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPackageUploadTaskResponseWithDefaults instantiates a new PackageUploadTaskResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPackageUploadWithDefaults instantiates a new PackageUpload object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedAccessPolicyResponseList instantiates a new PaginatedAccessPolicyResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedAccessPolicyResponseListWithDefaults instantiates a new PaginatedAccessPolicyResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedansibleAnsibleDistributionResponseList instantiates a new PaginatedansibleAnsibleDistributionResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedansibleAnsibleDistributionResponseListWithDefaults instantiates a new PaginatedansibleAnsibleDistributionResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedansibleAnsibleNamespaceMetadataResponseList instantiates a new PaginatedansibleAnsibleNamespaceMetadataResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedansibleAnsibleNamespaceMetadataResponseListWithDefaults instantiates a new PaginatedansibleAnsibleNamespaceMetadataResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedansibleAnsibleRepositoryResponseList instantiates a new PaginatedansibleAnsibleRepositoryResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedansibleAnsibleRepositoryResponseListWithDefaults instantiates a new PaginatedansibleAnsibleRepositoryResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedansibleCollectionRemoteResponseList instantiates a new PaginatedansibleCollectionRemoteResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedansibleCollectionRemoteResponseListWithDefaults instantiates a new PaginatedansibleCollectionRemoteResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedansibleCollectionResponseList instantiates a new PaginatedansibleCollectionResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedansibleCollectionResponseListWithDefaults instantiates a new PaginatedansibleCollectionResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedansibleCollectionVersionMarkResponseList instantiates a new PaginatedansibleCollectionVersionMarkResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedansibleCollectionVersionMarkResponseListWithDefaults instantiates a new PaginatedansibleCollectionVersionMarkResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedansibleCollectionVersionResponseList instantiates a new PaginatedansibleCollectionVersionResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedansibleCollectionVersionResponseListWithDefaults instantiates a new PaginatedansibleCollectionVersionResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedansibleCollectionVersionSignatureResponseList instantiates a new PaginatedansibleCollectionVersionSignatureResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedansibleCollectionVersionSignatureResponseListWithDefaults instantiates a new PaginatedansibleCollectionVersionSignatureResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedansibleGitRemoteResponseList instantiates a new PaginatedansibleGitRemoteResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedansibleGitRemoteResponseListWithDefaults instantiates a new PaginatedansibleGitRemoteResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedansibleRoleRemoteResponseList instantiates a new PaginatedansibleRoleRemoteResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedansibleRoleRemoteResponseListWithDefaults instantiates a new PaginatedansibleRoleRemoteResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedansibleRoleResponseList instantiates a new PaginatedansibleRoleResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedansibleRoleResponseListWithDefaults instantiates a new PaginatedansibleRoleResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedArtifactDistributionResponseList instantiates a new PaginatedArtifactDistributionResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedArtifactDistributionResponseListWithDefaults instantiates a new PaginatedArtifactDistributionResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedArtifactResponseList instantiates a new PaginatedArtifactResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedArtifactResponseListWithDefaults instantiates a new PaginatedArtifactResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedcertguardRHSMCertGuardResponseList instantiates a new PaginatedcertguardRHSMCertGuardResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedcertguardRHSMCertGuardResponseListWithDefaults instantiates a new PaginatedcertguardRHSMCertGuardResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedcertguardX509CertGuardResponseList instantiates a new PaginatedcertguardX509CertGuardResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedcertguardX509CertGuardResponseListWithDefaults instantiates a new PaginatedcertguardX509CertGuardResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedCollectionResponseList instantiates a new PaginatedCollectionResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedCollectionResponseListLinks instantiates a new PaginatedCollectionResponseListLinks object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedCollectionResponseListLinksWithDefaults instantiates a new PaginatedCollectionResponseListLinks object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedCollectionResponseListMeta instantiates a new PaginatedCollectionResponseListMeta object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedCollectionResponseListMetaWithDefaults instantiates a new PaginatedCollectionResponseListMeta object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedCollectionResponseListWithDefaults instantiates a new PaginatedCollectionResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedCollectionVersionListResponseList instantiates a new PaginatedCollectionVersionListResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedCollectionVersionListResponseListWithDefaults instantiates a new PaginatedCollectionVersionListResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedCollectionVersionSearchListResponseList instantiates a new PaginatedCollectionVersionSearchListResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedCollectionVersionSearchListResponseListWithDefaults instantiates a new PaginatedCollectionVersionSearchListResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedcontainerBlobResponseList instantiates a new PaginatedcontainerBlobResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedcontainerBlobResponseListWithDefaults instantiates a new PaginatedcontainerBlobResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedcontainerContainerDistributionResponseList instantiates a new PaginatedcontainerContainerDistributionResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedcontainerContainerDistributionResponseListWithDefaults instantiates a new PaginatedcontainerContainerDistributionResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedcontainerContainerNamespaceResponseList instantiates a new PaginatedcontainerContainerNamespaceResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedcontainerContainerNamespaceResponseListWithDefaults instantiates a new PaginatedcontainerContainerNamespaceResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedcontainerContainerPushRepositoryResponseList instantiates a new PaginatedcontainerContainerPushRepositoryResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedcontainerContainerPushRepositoryResponseListWithDefaults instantiates a new PaginatedcontainerContainerPushRepositoryResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedcontainerContainerRemoteResponseList instantiates a new PaginatedcontainerContainerRemoteResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedcontainerContainerRemoteResponseListWithDefaults instantiates a new PaginatedcontainerContainerRemoteResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedcontainerContainerRepositoryResponseList instantiates a new PaginatedcontainerContainerRepositoryResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedcontainerContainerRepositoryResponseListWithDefaults instantiates a new PaginatedcontainerContainerRepositoryResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedcontainerManifestResponseList instantiates a new PaginatedcontainerManifestResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedcontainerManifestResponseListWithDefaults instantiates a new PaginatedcontainerManifestResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedcontainerManifestSignatureResponseList instantiates a new PaginatedcontainerManifestSignatureResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedcontainerManifestSignatureResponseListWithDefaults instantiates a new PaginatedcontainerManifestSignatureResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedcontainerTagResponseList instantiates a new PaginatedcontainerTagResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedcontainerTagResponseListWithDefaults instantiates a new PaginatedcontainerTagResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedContentGuardResponseList instantiates a new PaginatedContentGuardResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedContentGuardResponseListWithDefaults instantiates a new PaginatedContentGuardResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedContentRedirectContentGuardResponseList instantiates a new PaginatedContentRedirectContentGuardResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedContentRedirectContentGuardResponseListWithDefaults instantiates a new PaginatedContentRedirectContentGuardResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginateddebAptDistributionResponseList instantiates a new PaginateddebAptDistributionResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginateddebAptDistributionResponseListWithDefaults instantiates a new PaginateddebAptDistributionResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginateddebAptPublicationResponseList instantiates a new PaginateddebAptPublicationResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginateddebAptPublicationResponseListWithDefaults instantiates a new PaginateddebAptPublicationResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginateddebAptRemoteResponseList instantiates a new PaginateddebAptRemoteResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginateddebAptRemoteResponseListWithDefaults instantiates a new PaginateddebAptRemoteResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginateddebAptRepositoryResponseList instantiates a new PaginateddebAptRepositoryResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginateddebAptRepositoryResponseListWithDefaults instantiates a new PaginateddebAptRepositoryResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginateddebGenericContentResponseList instantiates a new PaginateddebGenericContentResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginateddebGenericContentResponseListWithDefaults instantiates a new PaginateddebGenericContentResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginateddebInstallerFileIndexResponseList instantiates a new PaginateddebInstallerFileIndexResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginateddebInstallerFileIndexResponseListWithDefaults instantiates a new PaginateddebInstallerFileIndexResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginateddebInstallerPackageResponseList instantiates a new PaginateddebInstallerPackageResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginateddebInstallerPackageResponseListWithDefaults instantiates a new PaginateddebInstallerPackageResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginateddebPackageIndexResponseList instantiates a new PaginateddebPackageIndexResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginateddebPackageIndexResponseListWithDefaults instantiates a new PaginateddebPackageIndexResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginateddebPackageReleaseComponentResponseList instantiates a new PaginateddebPackageReleaseComponentResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginateddebPackageReleaseComponentResponseListWithDefaults instantiates a new PaginateddebPackageReleaseComponentResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginateddebPackageResponseList instantiates a new PaginateddebPackageResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginateddebPackageResponseListWithDefaults instantiates a new PaginateddebPackageResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginateddebReleaseArchitectureResponseList instantiates a new PaginateddebReleaseArchitectureResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginateddebReleaseArchitectureResponseListWithDefaults instantiates a new PaginateddebReleaseArchitectureResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginateddebReleaseComponentResponseList instantiates a new PaginateddebReleaseComponentResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginateddebReleaseComponentResponseListWithDefaults instantiates a new PaginateddebReleaseComponentResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginateddebReleaseFileResponseList instantiates a new PaginateddebReleaseFileResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginateddebReleaseFileResponseListWithDefaults instantiates a new PaginateddebReleaseFileResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginateddebReleaseResponseList instantiates a new PaginateddebReleaseResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginateddebReleaseResponseListWithDefaults instantiates a new PaginateddebReleaseResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginateddebVerbatimPublicationResponseList instantiates a new PaginateddebVerbatimPublicationResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginateddebVerbatimPublicationResponseListWithDefaults instantiates a new PaginateddebVerbatimPublicationResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedDistributionResponseList instantiates a new PaginatedDistributionResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedDistributionResponseListWithDefaults instantiates a new PaginatedDistributionResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedDomainResponseList instantiates a new PaginatedDomainResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedDomainResponseListWithDefaults instantiates a new PaginatedDomainResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedfileFileAlternateContentSourceResponseList instantiates a new PaginatedfileFileAlternateContentSourceResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedfileFileAlternateContentSourceResponseListWithDefaults instantiates a new PaginatedfileFileAlternateContentSourceResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedfileFileContentResponseList instantiates a new PaginatedfileFileContentResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedfileFileContentResponseListWithDefaults instantiates a new PaginatedfileFileContentResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedfileFileDistributionResponseList instantiates a new PaginatedfileFileDistributionResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedfileFileDistributionResponseListWithDefaults instantiates a new PaginatedfileFileDistributionResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedfileFilePublicationResponseList instantiates a new PaginatedfileFilePublicationResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedfileFilePublicationResponseListWithDefaults instantiates a new PaginatedfileFilePublicationResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedfileFileRemoteResponseList instantiates a new PaginatedfileFileRemoteResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedfileFileRemoteResponseListWithDefaults instantiates a new PaginatedfileFileRemoteResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedfileFileRepositoryResponseList instantiates a new PaginatedfileFileRepositoryResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedfileFileRepositoryResponseListWithDefaults instantiates a new PaginatedfileFileRepositoryResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedFilesystemExporterResponseList instantiates a new PaginatedFilesystemExporterResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedFilesystemExporterResponseListWithDefaults instantiates a new PaginatedFilesystemExporterResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedFilesystemExportResponseList instantiates a new PaginatedFilesystemExportResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedFilesystemExportResponseListWithDefaults instantiates a new PaginatedFilesystemExportResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedGalaxyCollectionResponseList instantiates a new PaginatedGalaxyCollectionResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedGalaxyCollectionResponseListWithDefaults instantiates a new PaginatedGalaxyCollectionResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedGalaxyCollectionVersionResponseList instantiates a new PaginatedGalaxyCollectionVersionResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedGalaxyCollectionVersionResponseListWithDefaults instantiates a new PaginatedGalaxyCollectionVersionResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedGalaxyRoleResponseList instantiates a new PaginatedGalaxyRoleResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedGalaxyRoleResponseListWithDefaults instantiates a new PaginatedGalaxyRoleResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedGalaxyRoleVersionResponseList instantiates a new PaginatedGalaxyRoleVersionResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedGalaxyRoleVersionResponseListWithDefaults instantiates a new PaginatedGalaxyRoleVersionResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedgemGemContentResponseList instantiates a new PaginatedgemGemContentResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedgemGemContentResponseListWithDefaults instantiates a new PaginatedgemGemContentResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedgemGemDistributionResponseList instantiates a new PaginatedgemGemDistributionResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedgemGemDistributionResponseListWithDefaults instantiates a new PaginatedgemGemDistributionResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedgemGemPublicationResponseList instantiates a new PaginatedgemGemPublicationResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedgemGemPublicationResponseListWithDefaults instantiates a new PaginatedgemGemPublicationResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedgemGemRemoteResponseList instantiates a new PaginatedgemGemRemoteResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedgemGemRemoteResponseListWithDefaults instantiates a new PaginatedgemGemRemoteResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedgemGemRepositoryResponseList instantiates a new PaginatedgemGemRepositoryResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedgemGemRepositoryResponseListWithDefaults instantiates a new PaginatedgemGemRepositoryResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedGroupResponseList instantiates a new PaginatedGroupResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedGroupResponseListWithDefaults instantiates a new PaginatedGroupResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedGroupRoleResponseList instantiates a new PaginatedGroupRoleResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedGroupRoleResponseListWithDefaults instantiates a new PaginatedGroupRoleResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedGroupUserResponseList instantiates a new PaginatedGroupUserResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedGroupUserResponseListWithDefaults instantiates a new PaginatedGroupUserResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedImportResponseList instantiates a new PaginatedImportResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedImportResponseListWithDefaults instantiates a new PaginatedImportResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedmavenMavenArtifactResponseList instantiates a new PaginatedmavenMavenArtifactResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedmavenMavenArtifactResponseListWithDefaults instantiates a new PaginatedmavenMavenArtifactResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedmavenMavenDistributionResponseList instantiates a new PaginatedmavenMavenDistributionResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedmavenMavenDistributionResponseListWithDefaults instantiates a new PaginatedmavenMavenDistributionResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedmavenMavenRemoteResponseList instantiates a new PaginatedmavenMavenRemoteResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedmavenMavenRemoteResponseListWithDefaults instantiates a new PaginatedmavenMavenRemoteResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedmavenMavenRepositoryResponseList instantiates a new PaginatedmavenMavenRepositoryResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedmavenMavenRepositoryResponseListWithDefaults instantiates a new PaginatedmavenMavenRepositoryResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedMultipleArtifactContentResponseList instantiates a new PaginatedMultipleArtifactContentResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedMultipleArtifactContentResponseListWithDefaults instantiates a new PaginatedMultipleArtifactContentResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedostreeOstreeCommitResponseList instantiates a new PaginatedostreeOstreeCommitResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedostreeOstreeCommitResponseListWithDefaults instantiates a new PaginatedostreeOstreeCommitResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedostreeOstreeConfigResponseList instantiates a new PaginatedostreeOstreeConfigResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedostreeOstreeConfigResponseListWithDefaults instantiates a new PaginatedostreeOstreeConfigResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedostreeOstreeContentResponseList instantiates a new PaginatedostreeOstreeContentResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedostreeOstreeContentResponseListWithDefaults instantiates a new PaginatedostreeOstreeContentResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedostreeOstreeDistributionResponseList instantiates a new PaginatedostreeOstreeDistributionResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedostreeOstreeDistributionResponseListWithDefaults instantiates a new PaginatedostreeOstreeDistributionResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedostreeOstreeObjectResponseList instantiates a new PaginatedostreeOstreeObjectResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedostreeOstreeObjectResponseListWithDefaults instantiates a new PaginatedostreeOstreeObjectResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedostreeOstreeRefResponseList instantiates a new PaginatedostreeOstreeRefResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedostreeOstreeRefResponseListWithDefaults instantiates a new PaginatedostreeOstreeRefResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedostreeOstreeRemoteResponseList instantiates a new PaginatedostreeOstreeRemoteResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedostreeOstreeRemoteResponseListWithDefaults instantiates a new PaginatedostreeOstreeRemoteResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedostreeOstreeRepositoryResponseList instantiates a new PaginatedostreeOstreeRepositoryResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedostreeOstreeRepositoryResponseListWithDefaults instantiates a new PaginatedostreeOstreeRepositoryResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedostreeOstreeSummaryResponseList instantiates a new PaginatedostreeOstreeSummaryResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedostreeOstreeSummaryResponseListWithDefaults instantiates a new PaginatedostreeOstreeSummaryResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedPublicationResponseList instantiates a new PaginatedPublicationResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedPublicationResponseListWithDefaults instantiates a new PaginatedPublicationResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedPulpExporterResponseList instantiates a new PaginatedPulpExporterResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedPulpExporterResponseListWithDefaults instantiates a new PaginatedPulpExporterResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedPulpExportResponseList instantiates a new PaginatedPulpExportResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedPulpExportResponseListWithDefaults instantiates a new PaginatedPulpExportResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedPulpImporterResponseList instantiates a new PaginatedPulpImporterResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedPulpImporterResponseListWithDefaults instantiates a new PaginatedPulpImporterResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedpythonPythonDistributionResponseList instantiates a new PaginatedpythonPythonDistributionResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedpythonPythonDistributionResponseListWithDefaults instantiates a new PaginatedpythonPythonDistributionResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedpythonPythonPackageContentResponseList instantiates a new PaginatedpythonPythonPackageContentResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedpythonPythonPackageContentResponseListWithDefaults instantiates a new PaginatedpythonPythonPackageContentResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedpythonPythonPublicationResponseList instantiates a new PaginatedpythonPythonPublicationResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedpythonPythonPublicationResponseListWithDefaults instantiates a new PaginatedpythonPythonPublicationResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedpythonPythonRemoteResponseList instantiates a new PaginatedpythonPythonRemoteResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedpythonPythonRemoteResponseListWithDefaults instantiates a new PaginatedpythonPythonRemoteResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedpythonPythonRepositoryResponseList instantiates a new PaginatedpythonPythonRepositoryResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedpythonPythonRepositoryResponseListWithDefaults instantiates a new PaginatedpythonPythonRepositoryResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedRBACContentGuardResponseList instantiates a new PaginatedRBACContentGuardResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedRBACContentGuardResponseListWithDefaults instantiates a new PaginatedRBACContentGuardResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedRemoteResponseList instantiates a new PaginatedRemoteResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedRemoteResponseListWithDefaults instantiates a new PaginatedRemoteResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedRepositoryResponseList instantiates a new PaginatedRepositoryResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedRepositoryResponseListWithDefaults instantiates a new PaginatedRepositoryResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedRepositoryVersionResponseList instantiates a new PaginatedRepositoryVersionResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedRepositoryVersionResponseListWithDefaults instantiates a new PaginatedRepositoryVersionResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedRoleResponseList instantiates a new PaginatedRoleResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedRoleResponseListWithDefaults instantiates a new PaginatedRoleResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedrpmDistributionTreeResponseList instantiates a new PaginatedrpmDistributionTreeResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedrpmDistributionTreeResponseListWithDefaults instantiates a new PaginatedrpmDistributionTreeResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedrpmModulemdDefaultsResponseList instantiates a new PaginatedrpmModulemdDefaultsResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedrpmModulemdDefaultsResponseListWithDefaults instantiates a new PaginatedrpmModulemdDefaultsResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedrpmModulemdObsoleteResponseList instantiates a new PaginatedrpmModulemdObsoleteResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedrpmModulemdObsoleteResponseListWithDefaults instantiates a new PaginatedrpmModulemdObsoleteResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedrpmModulemdResponseList instantiates a new PaginatedrpmModulemdResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedrpmModulemdResponseListWithDefaults instantiates a new PaginatedrpmModulemdResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedrpmPackageCategoryResponseList instantiates a new PaginatedrpmPackageCategoryResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedrpmPackageCategoryResponseListWithDefaults instantiates a new PaginatedrpmPackageCategoryResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedrpmPackageEnvironmentResponseList instantiates a new PaginatedrpmPackageEnvironmentResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedrpmPackageEnvironmentResponseListWithDefaults instantiates a new PaginatedrpmPackageEnvironmentResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedrpmPackageGroupResponseList instantiates a new PaginatedrpmPackageGroupResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedrpmPackageGroupResponseListWithDefaults instantiates a new PaginatedrpmPackageGroupResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedrpmPackageLangpacksResponseList instantiates a new PaginatedrpmPackageLangpacksResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedrpmPackageLangpacksResponseListWithDefaults instantiates a new PaginatedrpmPackageLangpacksResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedrpmPackageResponseList instantiates a new PaginatedrpmPackageResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedrpmPackageResponseListWithDefaults instantiates a new PaginatedrpmPackageResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedrpmRepoMetadataFileResponseList instantiates a new PaginatedrpmRepoMetadataFileResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedrpmRepoMetadataFileResponseListWithDefaults instantiates a new PaginatedrpmRepoMetadataFileResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedrpmRpmAlternateContentSourceResponseList instantiates a new PaginatedrpmRpmAlternateContentSourceResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedrpmRpmAlternateContentSourceResponseListWithDefaults instantiates a new PaginatedrpmRpmAlternateContentSourceResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedrpmRpmDistributionResponseList instantiates a new PaginatedrpmRpmDistributionResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedrpmRpmDistributionResponseListWithDefaults instantiates a new PaginatedrpmRpmDistributionResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedrpmRpmPublicationResponseList instantiates a new PaginatedrpmRpmPublicationResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedrpmRpmPublicationResponseListWithDefaults instantiates a new PaginatedrpmRpmPublicationResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedrpmRpmRemoteResponseList instantiates a new PaginatedrpmRpmRemoteResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedrpmRpmRemoteResponseListWithDefaults instantiates a new PaginatedrpmRpmRemoteResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedrpmRpmRepositoryResponseList instantiates a new PaginatedrpmRpmRepositoryResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedrpmRpmRepositoryResponseListWithDefaults instantiates a new PaginatedrpmRpmRepositoryResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedrpmUlnRemoteResponseList instantiates a new PaginatedrpmUlnRemoteResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedrpmUlnRemoteResponseListWithDefaults instantiates a new PaginatedrpmUlnRemoteResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedrpmUpdateRecordResponseList instantiates a new PaginatedrpmUpdateRecordResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedrpmUpdateRecordResponseListWithDefaults instantiates a new PaginatedrpmUpdateRecordResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedSigningServiceResponseList instantiates a new PaginatedSigningServiceResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedSigningServiceResponseListWithDefaults instantiates a new PaginatedSigningServiceResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedTagResponseList instantiates a new PaginatedTagResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedTagResponseListWithDefaults instantiates a new PaginatedTagResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedTaskGroupResponseList instantiates a new PaginatedTaskGroupResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedTaskGroupResponseListWithDefaults instantiates a new PaginatedTaskGroupResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedTaskResponseList instantiates a new PaginatedTaskResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedTaskResponseListWithDefaults instantiates a new PaginatedTaskResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedTaskScheduleResponseList instantiates a new PaginatedTaskScheduleResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedTaskScheduleResponseListWithDefaults instantiates a new PaginatedTaskScheduleResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedUploadResponseList instantiates a new PaginatedUploadResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedUploadResponseListWithDefaults instantiates a new PaginatedUploadResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedUpstreamPulpResponseList instantiates a new PaginatedUpstreamPulpResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedUpstreamPulpResponseListWithDefaults instantiates a new PaginatedUpstreamPulpResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedUserResponseList instantiates a new PaginatedUserResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedUserResponseListWithDefaults instantiates a new PaginatedUserResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedUserRoleResponseList instantiates a new PaginatedUserRoleResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedUserRoleResponseListWithDefaults instantiates a new PaginatedUserRoleResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedWorkerResponseList instantiates a new PaginatedWorkerResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedWorkerResponseListWithDefaults instantiates a new PaginatedWorkerResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPatchedAccessPolicy instantiates a new PatchedAccessPolicy object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPatchedAccessPolicyWithDefaults instantiates a new PatchedAccessPolicy object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPatchedansibleAnsibleDistribution instantiates a new PatchedansibleAnsibleDistribution object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPatchedansibleAnsibleDistributionWithDefaults instantiates a new PatchedansibleAnsibleDistribution object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPatchedansibleAnsibleNamespaceMetadata instantiates a new PatchedansibleAnsibleNamespaceMetadata object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPatchedansibleAnsibleNamespaceMetadataWithDefaults instantiates a new PatchedansibleAnsibleNamespaceMetadata object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPatchedansibleAnsibleRepository instantiates a new PatchedansibleAnsibleRepository object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPatchedansibleAnsibleRepositoryWithDefaults instantiates a new PatchedansibleAnsibleRepository object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPatchedansibleCollectionRemote instantiates a new PatchedansibleCollectionRemote object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPatchedansibleCollectionRemoteWithDefaults instantiates a new PatchedansibleCollectionRemote object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPatchedansibleGitRemote instantiates a new PatchedansibleGitRemote object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPatchedansibleGitRemoteWithDefaults instantiates a new PatchedansibleGitRemote object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPatchedansibleRoleRemote instantiates a new PatchedansibleRoleRemote object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPatchedansibleRoleRemoteWithDefaults instantiates a new PatchedansibleRoleRemote object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPatchedcertguardRHSMCertGuard instantiates a new PatchedcertguardRHSMCertGuard object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPatchedcertguardRHSMCertGuardWithDefaults instantiates a new PatchedcertguardRHSMCertGuard object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPatchedcertguardX509CertGuard instantiates a new PatchedcertguardX509CertGuard object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPatchedcertguardX509CertGuardWithDefaults instantiates a new PatchedcertguardX509CertGuard object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPatchedCollection instantiates a new PatchedCollection object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPatchedCollectionWithDefaults instantiates a new PatchedCollection object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPatchedcontainerContainerDistribution instantiates a new PatchedcontainerContainerDistribution object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPatchedcontainerContainerDistributionWithDefaults instantiates a new PatchedcontainerContainerDistribution object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPatchedcontainerContainerPushRepository instantiates a new PatchedcontainerContainerPushRepository object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPatchedcontainerContainerPushRepositoryWithDefaults instantiates a new PatchedcontainerContainerPushRepository object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPatchedcontainerContainerRemote instantiates a new PatchedcontainerContainerRemote object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPatchedcontainerContainerRemoteWithDefaults instantiates a new PatchedcontainerContainerRemote object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPatchedcontainerContainerRepository instantiates a new PatchedcontainerContainerRepository object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPatchedcontainerContainerRepositoryWithDefaults instantiates a new PatchedcontainerContainerRepository object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPatchedContentRedirectContentGuard instantiates a new PatchedContentRedirectContentGuard object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPatchedContentRedirectContentGuardWithDefaults instantiates a new PatchedContentRedirectContentGuard object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPatcheddebAptDistribution instantiates a new PatcheddebAptDistribution object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPatcheddebAptDistributionWithDefaults instantiates a new PatcheddebAptDistribution object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPatcheddebAptRemote instantiates a new PatcheddebAptRemote object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPatcheddebAptRemoteWithDefaults instantiates a new PatcheddebAptRemote object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPatcheddebAptRepository instantiates a new PatcheddebAptRepository object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPatcheddebAptRepositoryWithDefaults instantiates a new PatcheddebAptRepository object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPatchedDomain instantiates a new PatchedDomain object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPatchedDomainWithDefaults instantiates a new PatchedDomain object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPatchedfileFileAlternateContentSource instantiates a new PatchedfileFileAlternateContentSource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPatchedfileFileAlternateContentSourceWithDefaults instantiates a new PatchedfileFileAlternateContentSource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPatchedfileFileDistribution instantiates a new PatchedfileFileDistribution object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPatchedfileFileDistributionWithDefaults instantiates a new PatchedfileFileDistribution object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPatchedfileFileRemote instantiates a new PatchedfileFileRemote object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPatchedfileFileRemoteWithDefaults instantiates a new PatchedfileFileRemote object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPatchedfileFileRepository instantiates a new PatchedfileFileRepository object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPatchedfileFileRepositoryWithDefaults instantiates a new PatchedfileFileRepository object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPatchedFilesystemExporter instantiates a new PatchedFilesystemExporter object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPatchedFilesystemExporterWithDefaults instantiates a new PatchedFilesystemExporter object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPatchedgemGemDistribution instantiates a new PatchedgemGemDistribution object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPatchedgemGemDistributionWithDefaults instantiates a new PatchedgemGemDistribution object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPatchedgemGemRemote instantiates a new PatchedgemGemRemote object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPatchedgemGemRemoteWithDefaults instantiates a new PatchedgemGemRemote object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPatchedgemGemRepository instantiates a new PatchedgemGemRepository object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPatchedgemGemRepositoryWithDefaults instantiates a new PatchedgemGemRepository object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPatchedGroup instantiates a new PatchedGroup object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPatchedGroupWithDefaults instantiates a new PatchedGroup object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPatchedmavenMavenDistribution instantiates a new PatchedmavenMavenDistribution object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPatchedmavenMavenDistributionWithDefaults instantiates a new PatchedmavenMavenDistribution object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPatchedmavenMavenRemote instantiates a new PatchedmavenMavenRemote object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPatchedmavenMavenRemoteWithDefaults instantiates a new PatchedmavenMavenRemote object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPatchedmavenMavenRepository instantiates a new PatchedmavenMavenRepository object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPatchedmavenMavenRepositoryWithDefaults instantiates a new PatchedmavenMavenRepository object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPatchedostreeOstreeDistribution instantiates a new PatchedostreeOstreeDistribution object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPatchedostreeOstreeDistributionWithDefaults instantiates a new PatchedostreeOstreeDistribution object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPatchedostreeOstreeRemote instantiates a new PatchedostreeOstreeRemote object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPatchedostreeOstreeRemoteWithDefaults instantiates a new PatchedostreeOstreeRemote object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPatchedostreeOstreeRepository instantiates a new PatchedostreeOstreeRepository object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPatchedostreeOstreeRepositoryWithDefaults instantiates a new PatchedostreeOstreeRepository object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPatchedPulpExporter instantiates a new PatchedPulpExporter object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPatchedPulpExporterWithDefaults instantiates a new PatchedPulpExporter object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPatchedPulpImporter instantiates a new PatchedPulpImporter object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPatchedPulpImporterWithDefaults instantiates a new PatchedPulpImporter object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPatchedpythonPythonDistribution instantiates a new PatchedpythonPythonDistribution object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPatchedpythonPythonDistributionWithDefaults instantiates a new PatchedpythonPythonDistribution object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPatchedpythonPythonRemote instantiates a new PatchedpythonPythonRemote object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPatchedpythonPythonRemoteWithDefaults instantiates a new PatchedpythonPythonRemote object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPatchedpythonPythonRepository instantiates a new PatchedpythonPythonRepository object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPatchedpythonPythonRepositoryWithDefaults instantiates a new PatchedpythonPythonRepository object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPatchedRBACContentGuard instantiates a new PatchedRBACContentGuard object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPatchedRBACContentGuardWithDefaults instantiates a new PatchedRBACContentGuard object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPatchedRole instantiates a new PatchedRole object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPatchedRoleWithDefaults instantiates a new PatchedRole object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPatchedrpmRpmAlternateContentSource instantiates a new PatchedrpmRpmAlternateContentSource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPatchedrpmRpmAlternateContentSourceWithDefaults instantiates a new PatchedrpmRpmAlternateContentSource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPatchedrpmRpmDistribution instantiates a new PatchedrpmRpmDistribution object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPatchedrpmRpmDistributionWithDefaults instantiates a new PatchedrpmRpmDistribution object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPatchedrpmRpmRemote instantiates a new PatchedrpmRpmRemote object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPatchedrpmRpmRemoteWithDefaults instantiates a new PatchedrpmRpmRemote object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPatchedrpmRpmRepository instantiates a new PatchedrpmRpmRepository object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPatchedrpmRpmRepositoryWithDefaults instantiates a new PatchedrpmRpmRepository object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPatchedrpmUlnRemote instantiates a new PatchedrpmUlnRemote object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPatchedrpmUlnRemoteWithDefaults instantiates a new PatchedrpmUlnRemote object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPatchedTaskCancel instantiates a new PatchedTaskCancel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPatchedTaskCancelWithDefaults instantiates a new PatchedTaskCancel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPatchedUpstreamPulp instantiates a new PatchedUpstreamPulp object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPatchedUpstreamPulpWithDefaults instantiates a new PatchedUpstreamPulp object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPatchedUser instantiates a new PatchedUser object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPatchedUserWithDefaults instantiates a new PatchedUser object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPolicy462EnumFromValue returns a pointer to a valid Policy462Enum for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewPolicy762EnumFromValue returns a pointer to a valid Policy762Enum for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewPolicyDb6EnumFromValue returns a pointer to a valid PolicyDb6Enum for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewProgressReportResponse instantiates a new ProgressReportResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewProgressReportResponseWithDefaults instantiates a new ProgressReportResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPublicationResponse instantiates a new PublicationResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPublicationResponseWithDefaults instantiates a new PublicationResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPulpExport instantiates a new PulpExport object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPulpExporter instantiates a new PulpExporter object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPulpExporterResponse instantiates a new PulpExporterResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPulpExporterResponseWithDefaults instantiates a new PulpExporterResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPulpExporterWithDefaults instantiates a new PulpExporter object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPulpExportResponse instantiates a new PulpExportResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPulpExportResponseWithDefaults instantiates a new PulpExportResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPulpExportWithDefaults instantiates a new PulpExport object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPulpImport instantiates a new PulpImport object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPulpImportCheck instantiates a new PulpImportCheck object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPulpImportCheckResponse instantiates a new PulpImportCheckResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPulpImportCheckResponseWithDefaults instantiates a new PulpImportCheckResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPulpImportCheckWithDefaults instantiates a new PulpImportCheck object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPulpImporter instantiates a new PulpImporter object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPulpImporterResponse instantiates a new PulpImporterResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPulpImporterResponseWithDefaults instantiates a new PulpImporterResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPulpImporterWithDefaults instantiates a new PulpImporter object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPulpImportWithDefaults instantiates a new PulpImport object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPurge instantiates a new Purge object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPurgeWithDefaults instantiates a new Purge object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPythonBanderRemote instantiates a new PythonBanderRemote object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPythonBanderRemoteWithDefaults instantiates a new PythonBanderRemote object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPythonPythonDistribution instantiates a new PythonPythonDistribution object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPythonPythonDistributionResponse instantiates a new PythonPythonDistributionResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPythonPythonDistributionResponseWithDefaults instantiates a new PythonPythonDistributionResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPythonPythonDistributionWithDefaults instantiates a new PythonPythonDistribution object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPythonPythonPackageContent instantiates a new PythonPythonPackageContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPythonPythonPackageContentResponse instantiates a new PythonPythonPackageContentResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPythonPythonPackageContentResponseWithDefaults instantiates a new PythonPythonPackageContentResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPythonPythonPackageContentWithDefaults instantiates a new PythonPythonPackageContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPythonPythonPublication instantiates a new PythonPythonPublication object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPythonPythonPublicationResponse instantiates a new PythonPythonPublicationResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPythonPythonPublicationResponseWithDefaults instantiates a new PythonPythonPublicationResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPythonPythonPublicationWithDefaults instantiates a new PythonPythonPublication object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPythonPythonRemote instantiates a new PythonPythonRemote object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPythonPythonRemoteResponse instantiates a new PythonPythonRemoteResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPythonPythonRemoteResponseWithDefaults instantiates a new PythonPythonRemoteResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPythonPythonRemoteWithDefaults instantiates a new PythonPythonRemote object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPythonPythonRepository instantiates a new PythonPythonRepository object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPythonPythonRepositoryResponse instantiates a new PythonPythonRepositoryResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPythonPythonRepositoryResponseWithDefaults instantiates a new PythonPythonRepositoryResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPythonPythonRepositoryWithDefaults instantiates a new PythonPythonRepository object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRBACContentGuard instantiates a new RBACContentGuard object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRBACContentGuardResponse instantiates a new RBACContentGuardResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRBACContentGuardResponseWithDefaults instantiates a new RBACContentGuardResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRBACContentGuardWithDefaults instantiates a new RBACContentGuard object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReclaimSpace instantiates a new ReclaimSpace object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReclaimSpaceWithDefaults instantiates a new ReclaimSpace object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRecursiveManage instantiates a new RecursiveManage object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRecursiveManageWithDefaults instantiates a new RecursiveManage object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRedisConnectionResponse instantiates a new RedisConnectionResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRedisConnectionResponseWithDefaults instantiates a new RedisConnectionResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRemoteResponse instantiates a new RemoteResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRemoteResponseHiddenFieldsInner instantiates a new RemoteResponseHiddenFieldsInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRemoteResponseHiddenFieldsInnerWithDefaults instantiates a new RemoteResponseHiddenFieldsInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRemoteResponseWithDefaults instantiates a new RemoteResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRemoveImage instantiates a new RemoveImage object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRemoveImageWithDefaults instantiates a new RemoveImage object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRemoveSignatures instantiates a new RemoveSignatures object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRemoveSignaturesResponse instantiates a new RemoveSignaturesResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRemoveSignaturesResponseWithDefaults instantiates a new RemoveSignaturesResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRemoveSignaturesWithDefaults instantiates a new RemoveSignatures object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRepair instantiates a new Repair object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRepairWithDefaults instantiates a new Repair object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRepoMetadataResponse instantiates a new RepoMetadataResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRepoMetadataResponseWithDefaults instantiates a new RepoMetadataResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRepository instantiates a new Repository object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRepositoryAddCachedContent instantiates a new RepositoryAddCachedContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRepositoryAddCachedContentWithDefaults instantiates a new RepositoryAddCachedContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRepositoryAddRemoveContent instantiates a new RepositoryAddRemoveContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRepositoryAddRemoveContentWithDefaults instantiates a new RepositoryAddRemoveContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRepositoryResponse instantiates a new RepositoryResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRepositoryResponseWithDefaults instantiates a new RepositoryResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRepositorySign instantiates a new RepositorySign object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRepositorySignWithDefaults instantiates a new RepositorySign object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRepositorySyncURL instantiates a new RepositorySyncURL object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRepositorySyncURLWithDefaults instantiates a new RepositorySyncURL object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRepositoryVersionResponse instantiates a new RepositoryVersionResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRepositoryVersionResponseContentSummary instantiates a new RepositoryVersionResponseContentSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRepositoryVersionResponseContentSummaryWithDefaults instantiates a new RepositoryVersionResponseContentSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRepositoryVersionResponseWithDefaults instantiates a new RepositoryVersionResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRepositoryWithDefaults instantiates a new Repository object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRole instantiates a new Role object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRoleResponse instantiates a new RoleResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRoleResponseWithDefaults instantiates a new RoleResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRoleWithDefaults instantiates a new Role object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRpmDistributionTreeResponse instantiates a new RpmDistributionTreeResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRpmDistributionTreeResponseWithDefaults instantiates a new RpmDistributionTreeResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRpmModulemd instantiates a new RpmModulemd object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRpmModulemdDefaults instantiates a new RpmModulemdDefaults object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRpmModulemdDefaultsResponse instantiates a new RpmModulemdDefaultsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRpmModulemdDefaultsResponseWithDefaults instantiates a new RpmModulemdDefaultsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRpmModulemdDefaultsWithDefaults instantiates a new RpmModulemdDefaults object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRpmModulemdObsolete instantiates a new RpmModulemdObsolete object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRpmModulemdObsoleteResponse instantiates a new RpmModulemdObsoleteResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRpmModulemdObsoleteResponseWithDefaults instantiates a new RpmModulemdObsoleteResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRpmModulemdObsoleteWithDefaults instantiates a new RpmModulemdObsolete object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRpmModulemdResponse instantiates a new RpmModulemdResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRpmModulemdResponseWithDefaults instantiates a new RpmModulemdResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRpmModulemdWithDefaults instantiates a new RpmModulemd object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRpmPackage instantiates a new RpmPackage object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRpmPackageCategoryResponse instantiates a new RpmPackageCategoryResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRpmPackageCategoryResponseWithDefaults instantiates a new RpmPackageCategoryResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRpmPackageEnvironmentResponse instantiates a new RpmPackageEnvironmentResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRpmPackageEnvironmentResponseWithDefaults instantiates a new RpmPackageEnvironmentResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRpmPackageGroupResponse instantiates a new RpmPackageGroupResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRpmPackageGroupResponseWithDefaults instantiates a new RpmPackageGroupResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRpmPackageLangpacksResponse instantiates a new RpmPackageLangpacksResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRpmPackageLangpacksResponseWithDefaults instantiates a new RpmPackageLangpacksResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRpmPackageResponse instantiates a new RpmPackageResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRpmPackageResponseWithDefaults instantiates a new RpmPackageResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRpmPackageWithDefaults instantiates a new RpmPackage object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRpmRepoMetadataFileResponse instantiates a new RpmRepoMetadataFileResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRpmRepoMetadataFileResponseWithDefaults instantiates a new RpmRepoMetadataFileResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRpmRepositorySyncURL instantiates a new RpmRepositorySyncURL object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRpmRepositorySyncURLWithDefaults instantiates a new RpmRepositorySyncURL object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRpmRpmAlternateContentSource instantiates a new RpmRpmAlternateContentSource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRpmRpmAlternateContentSourceResponse instantiates a new RpmRpmAlternateContentSourceResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRpmRpmAlternateContentSourceResponseWithDefaults instantiates a new RpmRpmAlternateContentSourceResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRpmRpmAlternateContentSourceWithDefaults instantiates a new RpmRpmAlternateContentSource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRpmRpmDistribution instantiates a new RpmRpmDistribution object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRpmRpmDistributionResponse instantiates a new RpmRpmDistributionResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRpmRpmDistributionResponseWithDefaults instantiates a new RpmRpmDistributionResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRpmRpmDistributionWithDefaults instantiates a new RpmRpmDistribution object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRpmRpmPublication instantiates a new RpmRpmPublication object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRpmRpmPublicationResponse instantiates a new RpmRpmPublicationResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRpmRpmPublicationResponseWithDefaults instantiates a new RpmRpmPublicationResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRpmRpmPublicationWithDefaults instantiates a new RpmRpmPublication object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRpmRpmRemote instantiates a new RpmRpmRemote object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRpmRpmRemoteResponse instantiates a new RpmRpmRemoteResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRpmRpmRemoteResponseWithDefaults instantiates a new RpmRpmRemoteResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRpmRpmRemoteWithDefaults instantiates a new RpmRpmRemote object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRpmRpmRepository instantiates a new RpmRpmRepository object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRpmRpmRepositoryResponse instantiates a new RpmRpmRepositoryResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRpmRpmRepositoryResponseWithDefaults instantiates a new RpmRpmRepositoryResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRpmRpmRepositoryWithDefaults instantiates a new RpmRpmRepository object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRpmUlnRemote instantiates a new RpmUlnRemote object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRpmUlnRemoteResponse instantiates a new RpmUlnRemoteResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRpmUlnRemoteResponseWithDefaults instantiates a new RpmUlnRemoteResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRpmUlnRemoteWithDefaults instantiates a new RpmUlnRemote object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRpmUpdateCollection instantiates a new RpmUpdateCollection object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRpmUpdateCollectionResponse instantiates a new RpmUpdateCollectionResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRpmUpdateCollectionResponseWithDefaults instantiates a new RpmUpdateCollectionResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRpmUpdateCollectionWithDefaults instantiates a new RpmUpdateCollection object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRpmUpdateRecord instantiates a new RpmUpdateRecord object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRpmUpdateRecordResponse instantiates a new RpmUpdateRecordResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRpmUpdateRecordResponseWithDefaults instantiates a new RpmUpdateRecordResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRpmUpdateRecordWithDefaults instantiates a new RpmUpdateRecord object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSigningServiceResponse instantiates a new SigningServiceResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSigningServiceResponseWithDefaults instantiates a new SigningServiceResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSkipTypesEnumFromValue returns a pointer to a valid SkipTypesEnum for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewStatesEnumFromValue returns a pointer to a valid StatesEnum for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewStatusResponse instantiates a new StatusResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStatusResponseWithDefaults instantiates a new StatusResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStorageClassEnumFromValue returns a pointer to a valid StorageClassEnum for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewStorageResponse instantiates a new StorageResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStorageResponseWithDefaults instantiates a new StorageResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSummaryResponse instantiates a new SummaryResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSummaryResponseWithDefaults instantiates a new SummaryResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSyncPolicyEnumFromValue returns a pointer to a valid SyncPolicyEnum for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewTagCopy instantiates a new TagCopy object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTagCopyWithDefaults instantiates a new TagCopy object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTagImage instantiates a new TagImage object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTagImageWithDefaults instantiates a new TagImage object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTagResponse instantiates a new TagResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTagResponseWithDefaults instantiates a new TagResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTask instantiates a new Task object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTaskGroupOperationResponse instantiates a new TaskGroupOperationResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTaskGroupOperationResponseWithDefaults instantiates a new TaskGroupOperationResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTaskGroupResponse instantiates a new TaskGroupResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTaskGroupResponseWithDefaults instantiates a new TaskGroupResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTaskResponse instantiates a new TaskResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTaskResponseWithDefaults instantiates a new TaskResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTaskScheduleResponse instantiates a new TaskScheduleResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTaskScheduleResponseWithDefaults instantiates a new TaskScheduleResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTaskWithDefaults instantiates a new Task object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUnpaginatedCollectionVersionResponse instantiates a new UnpaginatedCollectionVersionResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUnpaginatedCollectionVersionResponseWithDefaults instantiates a new UnpaginatedCollectionVersionResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUnTagImage instantiates a new UnTagImage object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUnTagImageWithDefaults instantiates a new UnTagImage object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpload instantiates a new Upload object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUploadChunk instantiates a new UploadChunk object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUploadChunkResponse instantiates a new UploadChunkResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUploadChunkResponseWithDefaults instantiates a new UploadChunkResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUploadChunkWithDefaults instantiates a new UploadChunk object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUploadCommit instantiates a new UploadCommit object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUploadCommitWithDefaults instantiates a new UploadCommit object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUploadDetailResponse instantiates a new UploadDetailResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUploadDetailResponseWithDefaults instantiates a new UploadDetailResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUploadResponse instantiates a new UploadResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUploadResponseWithDefaults instantiates a new UploadResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUploadWithDefaults instantiates a new Upload object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpstreamPulp instantiates a new UpstreamPulp object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpstreamPulpResponse instantiates a new UpstreamPulpResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpstreamPulpResponseWithDefaults instantiates a new UpstreamPulpResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpstreamPulpWithDefaults instantiates a new UpstreamPulp object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUser instantiates a new User object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUserGroup instantiates a new UserGroup object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUserGroupResponse instantiates a new UserGroupResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUserGroupResponseWithDefaults instantiates a new UserGroupResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUserGroupWithDefaults instantiates a new UserGroup object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUserResponse instantiates a new UserResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUserResponseWithDefaults instantiates a new UserResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUserRole instantiates a new UserRole object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUserRoleResponse instantiates a new UserRoleResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUserRoleResponseWithDefaults instantiates a new UserRoleResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUserRoleWithDefaults instantiates a new UserRole object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUserWithDefaults instantiates a new User object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewVariantResponse instantiates a new VariantResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewVariantResponseWithDefaults instantiates a new VariantResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewVersionResponse instantiates a new VersionResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewVersionResponseWithDefaults instantiates a new VersionResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewWorkerResponse instantiates a new WorkerResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewWorkerResponseWithDefaults instantiates a new WorkerResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
PtrBool is a helper routine that returns a pointer to given boolean value.
PtrFloat32 is a helper routine that returns a pointer to given float value.
PtrFloat64 is a helper routine that returns a pointer to given float value.
PtrInt is a helper routine that returns a pointer to given integer value.
PtrInt32 is a helper routine that returns a pointer to given integer value.
PtrInt64 is a helper routine that returns a pointer to given integer value.
PtrString is a helper routine that returns a pointer to given string value.
PtrTime is helper routine that returns a pointer to given Time value.

# Constants

List of ExcludePlatformsEnum.
List of ExcludePlatformsEnum.
List of ExcludePlatformsEnum.
List of ExcludePlatformsEnum.
List of MediaTypesEnum.
List of MediaTypesEnum.
List of MediaTypesEnum.
List of MediaTypesEnum.
List of MediaTypesEnum.
List of MetadataChecksumTypeEnum.
List of MetadataChecksumTypeEnum.
List of MetadataChecksumTypeEnum.
List of MetadataChecksumTypeEnum.
List of MetadataChecksumTypeEnum.
List of MetadataChecksumTypeEnum.
List of MetadataChecksumTypeEnum.
List of MethodEnum.
List of MethodEnum.
List of MethodEnum.
List of PackageChecksumTypeEnum.
List of PackageChecksumTypeEnum.
List of PackageChecksumTypeEnum.
List of PackageChecksumTypeEnum.
List of PackageChecksumTypeEnum.
List of PackageChecksumTypeEnum.
List of PackageChecksumTypeEnum.
List of PackageTypesEnum.
List of PackageTypesEnum.
List of PackageTypesEnum.
List of PackageTypesEnum.
List of PackageTypesEnum.
List of PackageTypesEnum.
List of PackageTypesEnum.
List of PackageTypesEnum.
List of Policy462Enum.
List of Policy462Enum.
List of Policy762Enum.
List of Policy762Enum.
List of Policy762Enum.
List of PolicyDb6Enum.
List of PolicyDb6Enum.
List of SkipTypesEnum.
List of SkipTypesEnum.
List of StatesEnum.
List of StatesEnum.
List of StatesEnum.
List of StatesEnum.
List of StorageClassEnum.
List of StorageClassEnum.
List of StorageClassEnum.
List of SyncPolicyEnum.
List of SyncPolicyEnum.
List of SyncPolicyEnum.

# Variables

All allowed values of ExcludePlatformsEnum enum.
All allowed values of MediaTypesEnum enum.
All allowed values of MetadataChecksumTypeEnum enum.
All allowed values of MethodEnum enum.
All allowed values of PackageChecksumTypeEnum enum.
All allowed values of PackageTypesEnum enum.
All allowed values of Policy462Enum enum.
All allowed values of Policy762Enum enum.
All allowed values of PolicyDb6Enum enum.
All allowed values of SkipTypesEnum enum.
All allowed values of StatesEnum enum.
All allowed values of StorageClassEnum enum.
All allowed values of SyncPolicyEnum enum.
ContextAPIKeys takes a string apikey as authentication for the request.
ContextBasicAuth takes BasicAuth as authentication for the request.
ContextOperationServerIndices uses a server configuration from the index mapping.
ContextOperationServerVariables overrides a server configuration variables using operation specific values.
ContextServerIndex uses a server configuration from the index.
ContextServerVariables overrides a server configuration variables.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
AccessPolicy Serializer for AccessPolicy.
AccessPolicyResponse Serializer for AccessPolicy.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
AddonResponse Addon serializer.
AnsibleAnsibleDistribution Serializer for Ansible Distributions.
AnsibleAnsibleDistributionResponse Serializer for Ansible Distributions.
AnsibleAnsibleNamespaceMetadata A serializer for Namespaces.
AnsibleAnsibleNamespaceMetadataResponse A serializer for Namespaces.
AnsibleAnsibleRepository Serializer for Ansible Repositories.
AnsibleAnsibleRepositoryResponse Serializer for Ansible Repositories.
AnsibleCollection A serializer for Ansible Collections.
AnsibleCollectionRemote A serializer for Collection Remotes.
AnsibleCollectionRemoteResponse A serializer for Collection Remotes.
AnsibleCollectionResponse A serializer for Ansible Collections.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
AnsibleCollectionVersion A serializer for CollectionVersion Content.
AnsibleCollectionVersionMark A serializer for mark models.
AnsibleCollectionVersionMarkResponse A serializer for mark models.
AnsibleCollectionVersionResponse A serializer for CollectionVersion Content.
AnsibleCollectionVersionSignature A serializer for signature models.
AnsibleCollectionVersionSignatureResponse A serializer for signature models.
No description provided by the author
AnsibleGitRemote A serializer for Git Collection Remotes.
AnsibleGitRemoteResponse A serializer for Git Collection Remotes.
AnsibleRepositoryMark A serializer for the mark action.
AnsibleRepositoryRebuild Serializer for Ansible Repository Rebuild.
AnsibleRepositorySignature A serializer for the signing action.
AnsibleRepositorySyncURL Serializer for Ansible Repository Sync URL.
AnsibleRole A serializer for Role versions.
AnsibleRoleRemote A serializer for Ansible Remotes.
AnsibleRoleRemoteResponse A serializer for Ansible Remotes.
AnsibleRoleResponse A serializer for Role versions.
AnsibleTagResponse A serializer for nesting in the CollectionVersion model.
APIClient manages communication with the Pulp 3 API API vv3 In most cases there should be only one, shared, APIClient.
No description provided by the author
No description provided by the author
APIKey provides API key based authentication to a request passed via context using ContextAPIKey.
APIResponse stores the API response returned by the server.
No description provided by the author
AptRepositorySyncURL A Serializer for AptRepository Sync.
Artifact Base serializer for use with :class:`pulpcore.app.models.Model` This ensures that all Serializers provide values for the 'pulp_href` field.
ArtifactDistributionResponse A serializer for ArtifactDistribution.
ArtifactRefResponse A serializer for an Artifact reference.
ArtifactResponse Base serializer for use with :class:`pulpcore.app.models.Model` This ensures that all Serializers provide values for the 'pulp_href` field.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
AsyncOperationResponse Serializer for asynchronous operations.
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth.
CertguardRHSMCertGuard RHSM Content Guard Serializer.
CertguardRHSMCertGuardResponse RHSM Content Guard Serializer.
CertguardX509CertGuard X.509 Content Guard Serializer.
CertguardX509CertGuardResponse X.509 Content Guard Serializer.
ChecksumResponse Checksum serializer.
ClientConfigurationResponse Configuration settings for the ansible-galaxy client.
No description provided by the author
CollectionImportDetailResponse A serializer for a CollectionImport detail view.
CollectionMetadataResponse A serializer for a CollectionVersion metadata.
CollectionNamespaceResponse A serializer for a Collection Version namespace field.
CollectionOneShot A serializer for the Collection One Shot Upload API.
CollectionRefResponse A serializer for a Collection reference.
CollectionResponse A serializer for a Collection.
CollectionSummaryResponse Collection Version serializer without docs blob.
CollectionVersionCopyMove Copy or move collections from a source repository into one or more destinations.
CollectionVersionDocsResponse A serializer to display the docs_blob of a CollectionVersion.
CollectionVersionListResponse A serializer for a CollectionVersion list item.
CollectionVersionResponse A serializer for a CollectionVersion.
CollectionVersionSearchList Cross-repo search results.
CollectionVersionSearchListResponse Cross-repo search results.
CollectionVersionSignatureResponse A serializer for the signatures on a Collection Version.
CompsXml A serializer for comps.xml Upload API.
Configuration stores the configuration of the API client.
ContainerBlobResponse Serializer for Blobs.
ContainerContainerDistribution A serializer for ContainerDistribution.
ContainerContainerDistributionResponse A serializer for ContainerDistribution.
ContainerContainerNamespace Serializer for ContainerNamespaces.
ContainerContainerNamespaceResponse Serializer for ContainerNamespaces.
ContainerContainerPushRepository Serializer for Container Push Repositories.
ContainerContainerPushRepositoryResponse Serializer for Container Push Repositories.
ContainerContainerRemote A Serializer for ContainerRemote.
ContainerContainerRemoteResponse A Serializer for ContainerRemote.
ContainerContainerRepository Serializer for Container Repositories.
ContainerContainerRepositoryResponse Serializer for Container Repositories.
ContainerManifestResponse Serializer for Manifests.
ContainerManifestSignatureResponse Serializer for image manifest signatures.
ContainerRepositorySyncURL Serializer for Container Sync.
ContainerTagResponse Serializer for Tags.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ContentAppStatusResponse Base serializer for use with :class:`pulpcore.app.models.Model` This ensures that all Serializers provide values for the 'pulp_href` field.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ContentGuardResponse Base serializer for use with :class:`pulpcore.app.models.Model` This ensures that all Serializers provide values for the 'pulp_href` field.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ContentRedirectContentGuard A serializer for ContentRedirectContentGuard.
ContentRedirectContentGuardResponse A serializer for ContentRedirectContentGuard.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ContentSettingsResponse Serializer for information about content-app-settings for the pulp instance.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ContentSummaryResponse Serializer for the RepositoryVersion content summary.
No description provided by the author
No description provided by the author
Copy A serializer for Content Copy API.
DatabaseConnectionResponse Serializer for the database connection information.
DebAptDistribution Serializer for AptDistributions.
DebAptDistributionResponse Serializer for AptDistributions.
DebAptPublication A Serializer for AptPublication.
DebAptPublicationResponse A Serializer for AptPublication.
DebAptRemote A Serializer for AptRemote.
DebAptRemoteResponse A Serializer for AptRemote.
DebAptRepository A Serializer for AptRepository.
DebAptRepositoryResponse A Serializer for AptRepository.
No description provided by the author
DebGenericContent A serializer for GenericContent.
DebGenericContentResponse A serializer for GenericContent.
DebInstallerFileIndex A serializer for InstallerFileIndex.
DebInstallerFileIndexResponse A serializer for InstallerFileIndex.
DebInstallerPackage A Serializer for InstallerPackage.
DebInstallerPackageResponse A Serializer for InstallerPackage.
DebPackage A Serializer for Package.
DebPackageIndex A serializer for PackageIndex.
DebPackageIndexResponse A serializer for PackageIndex.
DebPackageReleaseComponent A Serializer for PackageReleaseComponent.
DebPackageReleaseComponentResponse A Serializer for PackageReleaseComponent.
DebPackageResponse A Serializer for Package.
DebRelease A Serializer for Release.
DebReleaseArchitecture A Serializer for ReleaseArchitecture.
DebReleaseArchitectureResponse A Serializer for ReleaseArchitecture.
DebReleaseComponent A Serializer for ReleaseComponent.
DebReleaseComponentResponse A Serializer for ReleaseComponent.
DebReleaseFile A serializer for ReleaseFile.
DebReleaseFileResponse A serializer for ReleaseFile.
DebReleaseResponse A Serializer for Release.
DebVerbatimPublication A Serializer for VerbatimPublication.
DebVerbatimPublicationResponse A Serializer for VerbatimPublication.
DistributionResponse The Serializer for the Distribution model.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Domain Serializer for Domain.
DomainResponse Serializer for Domain.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
EvaluationResponse Results from evaluating a proposed parameter to a PulpImport call.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
FileFileAlternateContentSource Serializer for File alternate content source.
FileFileAlternateContentSourceResponse Serializer for File alternate content source.
FileFileContent Serializer for File Content.
FileFileContentResponse Serializer for File Content.
FileFileDistribution Serializer for File Distributions.
FileFileDistributionResponse Serializer for File Distributions.
FileFilePublication Serializer for File Publications.
FileFilePublicationResponse Serializer for File Publications.
FileFileRemote Serializer for File Remotes.
FileFileRemoteResponse Serializer for File Remotes.
FileFileRepository Serializer for File Repositories.
FileFileRepositoryResponse Serializer for File Repositories.
FilesystemExport Serializer for FilesystemExports.
FilesystemExporter Serializer for FilesystemExporters.
FilesystemExporterResponse Serializer for FilesystemExporters.
FilesystemExportResponse Serializer for FilesystemExports.
GalaxyCollection A serializer for a Collection.
GalaxyCollectionResponse A serializer for a Collection.
GalaxyCollectionVersionResponse A serializer for a CollectionVersion.
No description provided by the author
GalaxyRoleResponse A serializer for Galaxy's representation of Roles.
GalaxyRoleVersionResponse A serializer for Galaxy's representation of Role versions.
GemGemContent A Serializer for GemContent.
GemGemContentResponse A Serializer for GemContent.
GemGemDistribution A Serializer for GemDistribution.
GemGemDistributionResponse A Serializer for GemDistribution.
GemGemPublication A Serializer for GemPublication.
GemGemPublicationResponse A Serializer for GemPublication.
GemGemRemote A Serializer for GemRemote.
GemGemRemoteResponse A Serializer for GemRemote.
GemGemRepository A Serializer for GemRepository.
GemGemRepositoryResponse A Serializer for GemRepository.
GenericOpenAPIError Provides access to the body, error and model on returned errors.
Group Serializer for Group.
GroupProgressReportResponse Base serializer for use with :class:`pulpcore.app.models.Model` This ensures that all Serializers provide values for the 'pulp_href` field.
GroupResponse Serializer for Group.
GroupRole Serializer for GroupRole.
GroupRoleResponse Serializer for GroupRole.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
GroupUser Serializer for Users that belong to a Group.
GroupUserResponse Serializer for Users that belong to a Group.
ImageResponse Image serializer.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ImportResponse Serializer for Imports.
ManifestCopy Serializer for copying manifests from a source repository to a destination repository.
MavenMavenArtifact A Serializer for MavenArtifact.
MavenMavenArtifactResponse A Serializer for MavenArtifact.
MavenMavenDistribution Serializer for Maven Distributions.
MavenMavenDistributionResponse Serializer for Maven Distributions.
MavenMavenRemote A Serializer for MavenRemote.
MavenMavenRemoteResponse A Serializer for MavenRemote.
MavenMavenRepository Serializer for Maven Repositories.
MavenMavenRepositoryResponse Serializer for Maven Repositories.
MinimalTaskResponse Base serializer for use with :class:`pulpcore.app.models.Model` This ensures that all Serializers provide values for the 'pulp_href` field.
MultipleArtifactContentResponse Base serializer for use with :class:`pulpcore.app.models.Model` This ensures that all Serializers provide values for the 'pulp_href` field.
MyPermissionsResponse struct for MyPermissionsResponse.
NamespaceLink Provides backwards compatible interface for links with the legacy GalaxyNG API.
NamespaceLinkResponse Provides backwards compatible interface for links with the legacy GalaxyNG API.
NestedRole Serializer to add/remove object roles to/from users/groups.
NestedRoleResponse Serializer to add/remove object roles to/from users/groups.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ObjectRolesResponse struct for ObjectRolesResponse.
OCIBuildImage Serializer for building an OCI container image from a Containerfile.
No description provided by the author
OrphansCleanup struct for OrphansCleanup.
No description provided by the author
OstreeImportAll A Serializer class for importing all refs and commits to a repository.
OstreeImportCommitsToRef A Serializer class for appending child commits to a repository.
OstreeOstreeCommitResponse A Serializer class for OSTree commits.
OstreeOstreeConfigResponse A Serializer class for OSTree repository configuration files.
OstreeOstreeContentResponse A Serializer class for uncategorized content units (e.g., static deltas).
OstreeOstreeDistribution A Serializer class for an OSTree distribution.
OstreeOstreeDistributionResponse A Serializer class for an OSTree distribution.
OstreeOstreeObjectResponse A Serializer class for OSTree objects (e.g., dirtree, dirmeta, file).
OstreeOstreeRefResponse A Serializer class for OSTree head commits.
OstreeOstreeRemote A Serializer class for a remote OSTree repository.
OstreeOstreeRemoteResponse A Serializer class for a remote OSTree repository.
OstreeOstreeRepository A Serializer class for an OSTree repository.
OstreeOstreeRepositoryResponse A Serializer class for an OSTree repository.
OstreeOstreeSummaryResponse A Serializer class for an OSTree summary file.
PackageMetadataResponse A Serializer for a package's metadata.
PackageUpload A Serializer for Python packages being uploaded to the index.
PackageUploadTaskResponse A Serializer for responding to a package upload task.
PaginatedAccessPolicyResponseList struct for PaginatedAccessPolicyResponseList.
PaginatedansibleAnsibleDistributionResponseList struct for PaginatedansibleAnsibleDistributionResponseList.
PaginatedansibleAnsibleNamespaceMetadataResponseList struct for PaginatedansibleAnsibleNamespaceMetadataResponseList.
PaginatedansibleAnsibleRepositoryResponseList struct for PaginatedansibleAnsibleRepositoryResponseList.
PaginatedansibleCollectionRemoteResponseList struct for PaginatedansibleCollectionRemoteResponseList.
PaginatedansibleCollectionResponseList struct for PaginatedansibleCollectionResponseList.
PaginatedansibleCollectionVersionMarkResponseList struct for PaginatedansibleCollectionVersionMarkResponseList.
PaginatedansibleCollectionVersionResponseList struct for PaginatedansibleCollectionVersionResponseList.
PaginatedansibleCollectionVersionSignatureResponseList struct for PaginatedansibleCollectionVersionSignatureResponseList.
PaginatedansibleGitRemoteResponseList struct for PaginatedansibleGitRemoteResponseList.
PaginatedansibleRoleRemoteResponseList struct for PaginatedansibleRoleRemoteResponseList.
PaginatedansibleRoleResponseList struct for PaginatedansibleRoleResponseList.
PaginatedArtifactDistributionResponseList struct for PaginatedArtifactDistributionResponseList.
PaginatedArtifactResponseList struct for PaginatedArtifactResponseList.
PaginatedcertguardRHSMCertGuardResponseList struct for PaginatedcertguardRHSMCertGuardResponseList.
PaginatedcertguardX509CertGuardResponseList struct for PaginatedcertguardX509CertGuardResponseList.
PaginatedCollectionResponseList struct for PaginatedCollectionResponseList.
PaginatedCollectionResponseListLinks struct for PaginatedCollectionResponseListLinks.
PaginatedCollectionResponseListMeta struct for PaginatedCollectionResponseListMeta.
PaginatedCollectionVersionListResponseList struct for PaginatedCollectionVersionListResponseList.
PaginatedCollectionVersionSearchListResponseList struct for PaginatedCollectionVersionSearchListResponseList.
PaginatedcontainerBlobResponseList struct for PaginatedcontainerBlobResponseList.
PaginatedcontainerContainerDistributionResponseList struct for PaginatedcontainerContainerDistributionResponseList.
PaginatedcontainerContainerNamespaceResponseList struct for PaginatedcontainerContainerNamespaceResponseList.
PaginatedcontainerContainerPushRepositoryResponseList struct for PaginatedcontainerContainerPushRepositoryResponseList.
PaginatedcontainerContainerRemoteResponseList struct for PaginatedcontainerContainerRemoteResponseList.
PaginatedcontainerContainerRepositoryResponseList struct for PaginatedcontainerContainerRepositoryResponseList.
PaginatedcontainerManifestResponseList struct for PaginatedcontainerManifestResponseList.
PaginatedcontainerManifestSignatureResponseList struct for PaginatedcontainerManifestSignatureResponseList.
PaginatedcontainerTagResponseList struct for PaginatedcontainerTagResponseList.
PaginatedContentGuardResponseList struct for PaginatedContentGuardResponseList.
PaginatedContentRedirectContentGuardResponseList struct for PaginatedContentRedirectContentGuardResponseList.
PaginateddebAptDistributionResponseList struct for PaginateddebAptDistributionResponseList.
PaginateddebAptPublicationResponseList struct for PaginateddebAptPublicationResponseList.
PaginateddebAptRemoteResponseList struct for PaginateddebAptRemoteResponseList.
PaginateddebAptRepositoryResponseList struct for PaginateddebAptRepositoryResponseList.
PaginateddebGenericContentResponseList struct for PaginateddebGenericContentResponseList.
PaginateddebInstallerFileIndexResponseList struct for PaginateddebInstallerFileIndexResponseList.
PaginateddebInstallerPackageResponseList struct for PaginateddebInstallerPackageResponseList.
PaginateddebPackageIndexResponseList struct for PaginateddebPackageIndexResponseList.
PaginateddebPackageReleaseComponentResponseList struct for PaginateddebPackageReleaseComponentResponseList.
PaginateddebPackageResponseList struct for PaginateddebPackageResponseList.
PaginateddebReleaseArchitectureResponseList struct for PaginateddebReleaseArchitectureResponseList.
PaginateddebReleaseComponentResponseList struct for PaginateddebReleaseComponentResponseList.
PaginateddebReleaseFileResponseList struct for PaginateddebReleaseFileResponseList.
PaginateddebReleaseResponseList struct for PaginateddebReleaseResponseList.
PaginateddebVerbatimPublicationResponseList struct for PaginateddebVerbatimPublicationResponseList.
PaginatedDistributionResponseList struct for PaginatedDistributionResponseList.
PaginatedDomainResponseList struct for PaginatedDomainResponseList.
PaginatedfileFileAlternateContentSourceResponseList struct for PaginatedfileFileAlternateContentSourceResponseList.
PaginatedfileFileContentResponseList struct for PaginatedfileFileContentResponseList.
PaginatedfileFileDistributionResponseList struct for PaginatedfileFileDistributionResponseList.
PaginatedfileFilePublicationResponseList struct for PaginatedfileFilePublicationResponseList.
PaginatedfileFileRemoteResponseList struct for PaginatedfileFileRemoteResponseList.
PaginatedfileFileRepositoryResponseList struct for PaginatedfileFileRepositoryResponseList.
PaginatedFilesystemExporterResponseList struct for PaginatedFilesystemExporterResponseList.
PaginatedFilesystemExportResponseList struct for PaginatedFilesystemExportResponseList.
PaginatedGalaxyCollectionResponseList struct for PaginatedGalaxyCollectionResponseList.
PaginatedGalaxyCollectionVersionResponseList struct for PaginatedGalaxyCollectionVersionResponseList.
PaginatedGalaxyRoleResponseList struct for PaginatedGalaxyRoleResponseList.
PaginatedGalaxyRoleVersionResponseList struct for PaginatedGalaxyRoleVersionResponseList.
PaginatedgemGemContentResponseList struct for PaginatedgemGemContentResponseList.
PaginatedgemGemDistributionResponseList struct for PaginatedgemGemDistributionResponseList.
PaginatedgemGemPublicationResponseList struct for PaginatedgemGemPublicationResponseList.
PaginatedgemGemRemoteResponseList struct for PaginatedgemGemRemoteResponseList.
PaginatedgemGemRepositoryResponseList struct for PaginatedgemGemRepositoryResponseList.
PaginatedGroupResponseList struct for PaginatedGroupResponseList.
PaginatedGroupRoleResponseList struct for PaginatedGroupRoleResponseList.
PaginatedGroupUserResponseList struct for PaginatedGroupUserResponseList.
PaginatedImportResponseList struct for PaginatedImportResponseList.
PaginatedmavenMavenArtifactResponseList struct for PaginatedmavenMavenArtifactResponseList.
PaginatedmavenMavenDistributionResponseList struct for PaginatedmavenMavenDistributionResponseList.
PaginatedmavenMavenRemoteResponseList struct for PaginatedmavenMavenRemoteResponseList.
PaginatedmavenMavenRepositoryResponseList struct for PaginatedmavenMavenRepositoryResponseList.
PaginatedMultipleArtifactContentResponseList struct for PaginatedMultipleArtifactContentResponseList.
PaginatedostreeOstreeCommitResponseList struct for PaginatedostreeOstreeCommitResponseList.
PaginatedostreeOstreeConfigResponseList struct for PaginatedostreeOstreeConfigResponseList.
PaginatedostreeOstreeContentResponseList struct for PaginatedostreeOstreeContentResponseList.
PaginatedostreeOstreeDistributionResponseList struct for PaginatedostreeOstreeDistributionResponseList.
PaginatedostreeOstreeObjectResponseList struct for PaginatedostreeOstreeObjectResponseList.
PaginatedostreeOstreeRefResponseList struct for PaginatedostreeOstreeRefResponseList.
PaginatedostreeOstreeRemoteResponseList struct for PaginatedostreeOstreeRemoteResponseList.
PaginatedostreeOstreeRepositoryResponseList struct for PaginatedostreeOstreeRepositoryResponseList.
PaginatedostreeOstreeSummaryResponseList struct for PaginatedostreeOstreeSummaryResponseList.
PaginatedPublicationResponseList struct for PaginatedPublicationResponseList.
PaginatedPulpExporterResponseList struct for PaginatedPulpExporterResponseList.
PaginatedPulpExportResponseList struct for PaginatedPulpExportResponseList.
PaginatedPulpImporterResponseList struct for PaginatedPulpImporterResponseList.
PaginatedpythonPythonDistributionResponseList struct for PaginatedpythonPythonDistributionResponseList.
PaginatedpythonPythonPackageContentResponseList struct for PaginatedpythonPythonPackageContentResponseList.
PaginatedpythonPythonPublicationResponseList struct for PaginatedpythonPythonPublicationResponseList.
PaginatedpythonPythonRemoteResponseList struct for PaginatedpythonPythonRemoteResponseList.
PaginatedpythonPythonRepositoryResponseList struct for PaginatedpythonPythonRepositoryResponseList.
PaginatedRBACContentGuardResponseList struct for PaginatedRBACContentGuardResponseList.
PaginatedRemoteResponseList struct for PaginatedRemoteResponseList.
PaginatedRepositoryResponseList struct for PaginatedRepositoryResponseList.
PaginatedRepositoryVersionResponseList struct for PaginatedRepositoryVersionResponseList.
PaginatedRoleResponseList struct for PaginatedRoleResponseList.
PaginatedrpmDistributionTreeResponseList struct for PaginatedrpmDistributionTreeResponseList.
PaginatedrpmModulemdDefaultsResponseList struct for PaginatedrpmModulemdDefaultsResponseList.
PaginatedrpmModulemdObsoleteResponseList struct for PaginatedrpmModulemdObsoleteResponseList.
PaginatedrpmModulemdResponseList struct for PaginatedrpmModulemdResponseList.
PaginatedrpmPackageCategoryResponseList struct for PaginatedrpmPackageCategoryResponseList.
PaginatedrpmPackageEnvironmentResponseList struct for PaginatedrpmPackageEnvironmentResponseList.
PaginatedrpmPackageGroupResponseList struct for PaginatedrpmPackageGroupResponseList.
PaginatedrpmPackageLangpacksResponseList struct for PaginatedrpmPackageLangpacksResponseList.
PaginatedrpmPackageResponseList struct for PaginatedrpmPackageResponseList.
PaginatedrpmRepoMetadataFileResponseList struct for PaginatedrpmRepoMetadataFileResponseList.
PaginatedrpmRpmAlternateContentSourceResponseList struct for PaginatedrpmRpmAlternateContentSourceResponseList.
PaginatedrpmRpmDistributionResponseList struct for PaginatedrpmRpmDistributionResponseList.
PaginatedrpmRpmPublicationResponseList struct for PaginatedrpmRpmPublicationResponseList.
PaginatedrpmRpmRemoteResponseList struct for PaginatedrpmRpmRemoteResponseList.
PaginatedrpmRpmRepositoryResponseList struct for PaginatedrpmRpmRepositoryResponseList.
PaginatedrpmUlnRemoteResponseList struct for PaginatedrpmUlnRemoteResponseList.
PaginatedrpmUpdateRecordResponseList struct for PaginatedrpmUpdateRecordResponseList.
PaginatedSigningServiceResponseList struct for PaginatedSigningServiceResponseList.
PaginatedTagResponseList struct for PaginatedTagResponseList.
PaginatedTaskGroupResponseList struct for PaginatedTaskGroupResponseList.
PaginatedTaskResponseList struct for PaginatedTaskResponseList.
PaginatedTaskScheduleResponseList struct for PaginatedTaskScheduleResponseList.
PaginatedUploadResponseList struct for PaginatedUploadResponseList.
PaginatedUpstreamPulpResponseList struct for PaginatedUpstreamPulpResponseList.
PaginatedUserResponseList struct for PaginatedUserResponseList.
PaginatedUserRoleResponseList struct for PaginatedUserRoleResponseList.
PaginatedWorkerResponseList struct for PaginatedWorkerResponseList.
PatchedAccessPolicy Serializer for AccessPolicy.
PatchedansibleAnsibleDistribution Serializer for Ansible Distributions.
PatchedansibleAnsibleNamespaceMetadata A serializer for Namespaces.
PatchedansibleAnsibleRepository Serializer for Ansible Repositories.
PatchedansibleCollectionRemote A serializer for Collection Remotes.
PatchedansibleGitRemote A serializer for Git Collection Remotes.
PatchedansibleRoleRemote A serializer for Ansible Remotes.
PatchedcertguardRHSMCertGuard RHSM Content Guard Serializer.
PatchedcertguardX509CertGuard X.509 Content Guard Serializer.
PatchedCollection A serializer for a Collection.
PatchedcontainerContainerDistribution A serializer for ContainerDistribution.
PatchedcontainerContainerPushRepository Serializer for Container Push Repositories.
PatchedcontainerContainerRemote A Serializer for ContainerRemote.
PatchedcontainerContainerRepository Serializer for Container Repositories.
PatchedContentRedirectContentGuard A serializer for ContentRedirectContentGuard.
PatcheddebAptDistribution Serializer for AptDistributions.
PatcheddebAptRemote A Serializer for AptRemote.
PatcheddebAptRepository A Serializer for AptRepository.
PatchedDomain Serializer for Domain.
PatchedfileFileAlternateContentSource Serializer for File alternate content source.
PatchedfileFileDistribution Serializer for File Distributions.
PatchedfileFileRemote Serializer for File Remotes.
PatchedfileFileRepository Serializer for File Repositories.
PatchedFilesystemExporter Serializer for FilesystemExporters.
PatchedgemGemDistribution A Serializer for GemDistribution.
PatchedgemGemRemote A Serializer for GemRemote.
PatchedgemGemRepository A Serializer for GemRepository.
PatchedGroup Serializer for Group.
PatchedmavenMavenDistribution Serializer for Maven Distributions.
PatchedmavenMavenRemote A Serializer for MavenRemote.
PatchedmavenMavenRepository Serializer for Maven Repositories.
PatchedostreeOstreeDistribution A Serializer class for an OSTree distribution.
PatchedostreeOstreeRemote A Serializer class for a remote OSTree repository.
PatchedostreeOstreeRepository A Serializer class for an OSTree repository.
PatchedPulpExporter Serializer for pulp exporters.
PatchedPulpImporter Serializer for PulpImporters.
PatchedpythonPythonDistribution Serializer for Pulp distributions for the Python type.
PatchedpythonPythonRemote A Serializer for PythonRemote.
PatchedpythonPythonRepository Serializer for Python Repositories.
PatchedRBACContentGuard Base serializer for use with :class:`pulpcore.app.models.Model` This ensures that all Serializers provide values for the 'pulp_href` field.
PatchedRole Serializer for Role.
PatchedrpmRpmAlternateContentSource Serializer for RPM alternate content source.
PatchedrpmRpmDistribution Serializer for RPM Distributions.
PatchedrpmRpmRemote A Serializer for RpmRemote.
PatchedrpmRpmRepository Serializer for Rpm Repositories.
PatchedrpmUlnRemote A Serializer for UlnRemote.
PatchedTaskCancel Base serializer for use with :class:`pulpcore.app.models.Model` This ensures that all Serializers provide values for the 'pulp_href` field.
PatchedUpstreamPulp Serializer for a Server.
PatchedUser Serializer for User.
ProgressReportResponse Base serializer for use with :class:`pulpcore.app.models.Model` This ensures that all Serializers provide values for the 'pulp_href` field.
PublicationResponse Base serializer for use with :class:`pulpcore.app.models.Model` This ensures that all Serializers provide values for the 'pulp_href` field.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
PulpExport Serializer for PulpExports.
PulpExporter Serializer for pulp exporters.
PulpExporterResponse Serializer for pulp exporters.
PulpExportResponse Serializer for PulpExports.
PulpImport Serializer for call to import into Pulp.
PulpImportCheck Check validity of provided import-options.
PulpImportCheckResponse Return the response to a PulpImport import-check call.
PulpImporter Serializer for PulpImporters.
PulpImporterResponse Serializer for PulpImporters.
No description provided by the author
No description provided by the author
Purge struct for Purge.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
PythonBanderRemote A Serializer for the initial step of creating a Python Remote from a Bandersnatch config file.
PythonPythonDistribution Serializer for Pulp distributions for the Python type.
PythonPythonDistributionResponse Serializer for Pulp distributions for the Python type.
PythonPythonPackageContent A Serializer for PythonPackageContent.
PythonPythonPackageContentResponse A Serializer for PythonPackageContent.
PythonPythonPublication A Serializer for PythonPublication.
PythonPythonPublicationResponse A Serializer for PythonPublication.
PythonPythonRemote A Serializer for PythonRemote.
PythonPythonRemoteResponse A Serializer for PythonRemote.
PythonPythonRepository Serializer for Python Repositories.
PythonPythonRepositoryResponse Serializer for Python Repositories.
RBACContentGuard Base serializer for use with :class:`pulpcore.app.models.Model` This ensures that all Serializers provide values for the 'pulp_href` field.
RBACContentGuardResponse Base serializer for use with :class:`pulpcore.app.models.Model` This ensures that all Serializers provide values for the 'pulp_href` field.
ReclaimSpace Serializer for reclaim disk space operation.
RecursiveManage Serializer for adding and removing content to/from a Container repository.
RedisConnectionResponse Serializer for information about the Redis connection.
RemoteResponse Every remote defined by a plugin should have a Remote serializer that inherits from this class.
RemoteResponseHiddenFieldsInner struct for RemoteResponseHiddenFieldsInner.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
RemoveImage A serializer for parsing and validating data associated with the image removal.
RemoveSignatures A serializer for parsing and validating data associated with the signatures removal.
RemoveSignaturesResponse A serializer for parsing and validating data associated with the signatures removal.
Repair struct for Repair.
No description provided by the author
RepoMetadataResponse A serializer to display RepositoryVersion metadata.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Repository Base serializer for use with :class:`pulpcore.app.models.Model` This ensures that all Serializers provide values for the 'pulp_href` field.
RepositoryAddCachedContent A mixin for validating unknown serializers' fields.
RepositoryAddRemoveContent Base serializer for use with :class:`pulpcore.app.models.Model` This ensures that all Serializers provide values for the 'pulp_href` field.
RepositoryResponse Base serializer for use with :class:`pulpcore.app.models.Model` This ensures that all Serializers provide values for the 'pulp_href` field.
RepositorySign Serializer for container images signing.
RepositorySyncURL A mixin for validating unknown serializers' fields.
RepositoryVersionResponse Base serializer for use with :class:`pulpcore.app.models.Model` This ensures that all Serializers provide values for the 'pulp_href` field.
RepositoryVersionResponseContentSummary Various count summaries of the content in the version and the HREF to view them.
No description provided by the author
Role Serializer for Role.
RoleResponse Serializer for Role.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
RpmDistributionTreeResponse DistributionTree serializer.
RpmModulemd Modulemd serializer.
RpmModulemdDefaults ModulemdDefaults serializer.
RpmModulemdDefaultsResponse ModulemdDefaults serializer.
RpmModulemdObsolete ModulemdObsolete serializer.
RpmModulemdObsoleteResponse ModulemdObsolete serializer.
RpmModulemdResponse Modulemd serializer.
RpmPackage A Serializer for Package.
RpmPackageCategoryResponse PackageCategory serializer.
RpmPackageEnvironmentResponse PackageEnvironment serializer.
RpmPackageGroupResponse PackageGroup serializer.
RpmPackageLangpacksResponse PackageLangpacks serializer.
RpmPackageResponse A Serializer for Package.
RpmRepoMetadataFileResponse RepoMetadataFile serializer.
RpmRepositorySyncURL Serializer for RPM Sync.
RpmRpmAlternateContentSource Serializer for RPM alternate content source.
RpmRpmAlternateContentSourceResponse Serializer for RPM alternate content source.
RpmRpmDistribution Serializer for RPM Distributions.
RpmRpmDistributionResponse Serializer for RPM Distributions.
RpmRpmPublication A Serializer for RpmPublication.
RpmRpmPublicationResponse A Serializer for RpmPublication.
RpmRpmRemote A Serializer for RpmRemote.
RpmRpmRemoteResponse A Serializer for RpmRemote.
RpmRpmRepository Serializer for Rpm Repositories.
RpmRpmRepositoryResponse Serializer for Rpm Repositories.
RpmUlnRemote A Serializer for UlnRemote.
RpmUlnRemoteResponse A Serializer for UlnRemote.
RpmUpdateCollection A Serializer for UpdateCollection.
RpmUpdateCollectionResponse A Serializer for UpdateCollection.
RpmUpdateRecord A Serializer for UpdateRecord.
RpmUpdateRecordResponse A Serializer for UpdateRecord.
ServerConfiguration stores the information about a server.
ServerVariable stores the information about a server variable.
SigningServiceResponse A serializer for the model declaring a signing service.
No description provided by the author
No description provided by the author
No description provided by the author
StatusResponse Serializer for the status information of the app.
StorageResponse Serializer for information about the storage system.
SummaryResponse A Serializer for summary information of an index.
TagCopy Serializer for copying tags from a source repository to a destination repository.
TagImage A serializer for parsing and validating data associated with a manifest tagging.
TagResponse A serializer for the Tag model.
Task Base serializer for use with :class:`pulpcore.app.models.Model` This ensures that all Serializers provide values for the 'pulp_href` field.
TaskGroupOperationResponse Serializer for asynchronous operations that return a task group.
TaskGroupResponse Base serializer for use with :class:`pulpcore.app.models.Model` This ensures that all Serializers provide values for the 'pulp_href` field.
No description provided by the author
No description provided by the author
TaskResponse Base serializer for use with :class:`pulpcore.app.models.Model` This ensures that all Serializers provide values for the 'pulp_href` field.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
TaskScheduleResponse Base serializer for use with :class:`pulpcore.app.models.Model` This ensures that all Serializers provide values for the 'pulp_href` field.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
UnpaginatedCollectionVersionResponse A serializer for unpaginated CollectionVersion.
UnTagImage A serializer for parsing and validating data associated with a manifest untagging.
Upload Serializer for chunked uploads.
UploadChunk A mixin for validating unknown serializers' fields.
UploadChunkResponse A mixin for validating unknown serializers' fields.
UploadCommit A mixin for validating unknown serializers' fields.
UploadDetailResponse Serializer for chunked uploads.
UploadResponse Serializer for chunked uploads.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
UpstreamPulp Serializer for a Server.
UpstreamPulpResponse Serializer for a Server.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
User Serializer for User.
UserGroup Serializer for Groups that belong to an User.
UserGroupResponse Serializer for Groups that belong to an User.
UserResponse Serializer for User.
UserRole Serializer for UserRole.
UserRoleResponse Serializer for UserRole.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
VariantResponse Variant serializer.
VersionResponse Serializer for the version information of Pulp components.
No description provided by the author
No description provided by the author
WorkerResponse Base serializer for use with :class:`pulpcore.app.models.Model` This ensures that all Serializers provide values for the 'pulp_href` field.
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author

# Type aliases

AccessPoliciesAPIService AccessPoliciesAPI service.
AcsFileAPIService AcsFileAPI service.
AcsRpmAPIService AcsRpmAPI service.
AnsibleCollectionsAPIService AnsibleCollectionsAPI service.
AnsibleCopyAPIService AnsibleCopyAPI service.
ApiCollectionsAPIService ApiCollectionsAPI service.
ApiRolesAPIService ApiRolesAPI service.
ArtifactsAPIService ArtifactsAPI service.
CollectionImportAPIService CollectionImportAPI service.
ContentAdvisoriesAPIService ContentAdvisoriesAPI service.
ContentAPIService ContentAPI service.
ContentArtifactAPIService ContentArtifactAPI service.
ContentBlobsAPIService ContentBlobsAPI service.
ContentCollectionDeprecationsAPIService ContentCollectionDeprecationsAPI service.
ContentCollectionMarksAPIService ContentCollectionMarksAPI service.
ContentCollectionSignaturesAPIService ContentCollectionSignaturesAPI service.
ContentCollectionVersionsAPIService ContentCollectionVersionsAPI service.
ContentCommitsAPIService ContentCommitsAPI service.
ContentConfigsAPIService ContentConfigsAPI service.
ContentContentAPIService ContentContentAPI service.
ContentDistributionTreesAPIService ContentDistributionTreesAPI service.
ContentFilesAPIService ContentFilesAPI service.
ContentGemAPIService ContentGemAPI service.
ContentGenericContentsAPIService ContentGenericContentsAPI service.
ContentguardsAPIService ContentguardsAPI service.
ContentguardsContentRedirectAPIService ContentguardsContentRedirectAPI service.
ContentguardsRbacAPIService ContentguardsRbacAPI service.
ContentguardsRhsmAPIService ContentguardsRhsmAPI service.
ContentguardsX509APIService ContentguardsX509API service.
ContentInstallerFileIndicesAPIService ContentInstallerFileIndicesAPI service.
ContentInstallerPackagesAPIService ContentInstallerPackagesAPI service.
ContentManifestsAPIService ContentManifestsAPI service.
ContentModulemdDefaultsAPIService ContentModulemdDefaultsAPI service.
ContentModulemdObsoletesAPIService ContentModulemdObsoletesAPI service.
ContentModulemdsAPIService ContentModulemdsAPI service.
ContentNamespacesAPIService ContentNamespacesAPI service.
ContentObjectsAPIService ContentObjectsAPI service.
ContentPackagecategoriesAPIService ContentPackagecategoriesAPI service.
ContentPackageenvironmentsAPIService ContentPackageenvironmentsAPI service.
ContentPackagegroupsAPIService ContentPackagegroupsAPI service.
ContentPackageIndicesAPIService ContentPackageIndicesAPI service.
ContentPackagelangpacksAPIService ContentPackagelangpacksAPI service.
ContentPackageReleaseComponentsAPIService ContentPackageReleaseComponentsAPI service.
ContentPackagesAPIService ContentPackagesAPI service.
ContentRefsAPIService ContentRefsAPI service.
ContentReleaseArchitecturesAPIService ContentReleaseArchitecturesAPI service.
ContentReleaseComponentsAPIService ContentReleaseComponentsAPI service.
ContentReleaseFilesAPIService ContentReleaseFilesAPI service.
ContentReleasesAPIService ContentReleasesAPI service.
ContentRepoMetadataFilesAPIService ContentRepoMetadataFilesAPI service.
ContentRolesAPIService ContentRolesAPI service.
ContentSignaturesAPIService ContentSignaturesAPI service.
ContentSummariesAPIService ContentSummariesAPI service.
ContentTagsAPIService ContentTagsAPI service.
DebCopyAPIService DebCopyAPI service.
DistributionsAnsibleAPIService DistributionsAnsibleAPI service.
DistributionsAPIService DistributionsAPI service.
DistributionsAptAPIService DistributionsAptAPI service.
DistributionsArtifactsAPIService DistributionsArtifactsAPI service.
DistributionsContainerAPIService DistributionsContainerAPI service.
DistributionsFileAPIService DistributionsFileAPI service.
DistributionsGemAPIService DistributionsGemAPI service.
DistributionsMavenAPIService DistributionsMavenAPI service.
DistributionsOstreeAPIService DistributionsOstreeAPI service.
DistributionsPypiAPIService DistributionsPypiAPI service.
DistributionsRpmAPIService DistributionsRpmAPI service.
DocsApiJsonAPIService DocsApiJsonAPI service.
DocsApiYamlAPIService DocsApiYamlAPI service.
DomainsAPIService DomainsAPI service.
ExcludePlatformsEnum * `windows` - windows * `macos` - macos * `freebsd` - freebsd * `linux` - linux.
ExportersFilesystemAPIService ExportersFilesystemAPI service.
ExportersFilesystemExportsAPIService ExportersFilesystemExportsAPI service.
ExportersPulpAPIService ExportersPulpAPI service.
ExportersPulpExportsAPIService ExportersPulpExportsAPI service.
GalaxyDetailAPIService GalaxyDetailAPI service.
GroupsAPIService GroupsAPI service.
GroupsRolesAPIService GroupsRolesAPI service.
GroupsUsersAPIService GroupsUsersAPI service.
ImportersPulpAPIService ImportersPulpAPI service.
ImportersPulpImportCheckAPIService ImportersPulpImportCheckAPI service.
ImportersPulpImportsAPIService ImportersPulpImportsAPI service.
MediaTypesEnum * `application/vnd.docker.distribution.manifest.v1+json` - application/vnd.docker.distribution.manifest.v1+json * `application/vnd.docker.distribution.manifest.v2+json` - application/vnd.docker.distribution.manifest.v2+json * `application/vnd.docker.distribution.manifest.list.v2+json` - application/vnd.docker.distribution.manifest.list.v2+json * `application/vnd.oci.image.manifest.v1+json` - application/vnd.oci.image.manifest.v1+json * `application/vnd.oci.image.index.v1+json` - application/vnd.oci.image.index.v1+json.
MetadataChecksumTypeEnum * `unknown` - unknown * `md5` - md5 * `sha1` - sha1 * `sha224` - sha224 * `sha256` - sha256 * `sha384` - sha384 * `sha512` - sha512.
MethodEnum * `write` - Export by writing * `hardlink` - Export by hardlinking * `symlink` - Export by symlinking.
OrphansAPIService OrphansAPI service.
OrphansCleanupAPIService OrphansCleanupAPI service.
PackageChecksumTypeEnum * `unknown` - unknown * `md5` - md5 * `sha1` - sha1 * `sha224` - sha224 * `sha256` - sha256 * `sha384` - sha384 * `sha512` - sha512.
PackageTypesEnum * `bdist_dmg` - bdist_dmg * `bdist_dumb` - bdist_dumb * `bdist_egg` - bdist_egg * `bdist_msi` - bdist_msi * `bdist_rpm` - bdist_rpm * `bdist_wheel` - bdist_wheel * `bdist_wininst` - bdist_wininst * `sdist` - sdist.
Policy462Enum * `immediate` - immediate * `on_demand` - on_demand.
Policy762Enum * `immediate` - When syncing, download all metadata and content now.
PolicyDb6Enum * `immediate` - immediate * `When syncing, download all metadata and content now.` - When syncing, download all metadata and content now.
PublicationsAPIService PublicationsAPI service.
PublicationsAptAPIService PublicationsAptAPI service.
PublicationsFileAPIService PublicationsFileAPI service.
PublicationsGemAPIService PublicationsGemAPI service.
PublicationsPypiAPIService PublicationsPypiAPI service.
PublicationsRpmAPIService PublicationsRpmAPI service.
PublicationsVerbatimAPIService PublicationsVerbatimAPI service.
PulpAnsibleApiAPIService PulpAnsibleApiAPI service.
PulpAnsibleApiV2CollectionsVersionsAPIService PulpAnsibleApiV2CollectionsVersionsAPI service.
PulpAnsibleApiV3APIService PulpAnsibleApiV3API service.
PulpAnsibleApiV3ArtifactsCollectionsAPIService PulpAnsibleApiV3ArtifactsCollectionsAPI service.
PulpAnsibleApiV3CollectionsAllAPIService PulpAnsibleApiV3CollectionsAllAPI service.
PulpAnsibleApiV3CollectionsAPIService PulpAnsibleApiV3CollectionsAPI service.
PulpAnsibleApiV3CollectionsVersionsAPIService PulpAnsibleApiV3CollectionsVersionsAPI service.
PulpAnsibleApiV3CollectionsVersionsDocsBlobAPIService PulpAnsibleApiV3CollectionsVersionsDocsBlobAPI service.
PulpAnsibleApiV3CollectionVersionsAllAPIService PulpAnsibleApiV3CollectionVersionsAllAPI service.
PulpAnsibleApiV3NamespacesAPIService PulpAnsibleApiV3NamespacesAPI service.
PulpAnsibleApiV3PluginAnsibleClientConfigurationAPIService PulpAnsibleApiV3PluginAnsibleClientConfigurationAPI service.
PulpAnsibleApiV3PluginAnsibleContentCollectionsAllCollectionsAPIService PulpAnsibleApiV3PluginAnsibleContentCollectionsAllCollectionsAPI service.
PulpAnsibleApiV3PluginAnsibleContentCollectionsAllVersionsAPIService PulpAnsibleApiV3PluginAnsibleContentCollectionsAllVersionsAPI service.
PulpAnsibleApiV3PluginAnsibleContentCollectionsAPIService PulpAnsibleApiV3PluginAnsibleContentCollectionsAPI service.
PulpAnsibleApiV3PluginAnsibleContentCollectionsArtifactsAPIService PulpAnsibleApiV3PluginAnsibleContentCollectionsArtifactsAPI service.
PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexAPIService PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexAPI service.
PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsAPIService PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsAPI service.
PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsDocsBlobAPIService PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsDocsBlobAPI service.
PulpAnsibleApiV3PluginAnsibleContentNamespacesAPIService PulpAnsibleApiV3PluginAnsibleContentNamespacesAPI service.
PulpAnsibleApiV3PluginAnsibleSearchCollectionVersionsAPIService PulpAnsibleApiV3PluginAnsibleSearchCollectionVersionsAPI service.
PulpAnsibleArtifactsCollectionsV3APIService PulpAnsibleArtifactsCollectionsV3API service.
PulpAnsibleDefaultApiAPIService PulpAnsibleDefaultApiAPI service.
PulpAnsibleDefaultApiV3APIService PulpAnsibleDefaultApiV3API service.
PulpAnsibleDefaultApiV3ArtifactsCollectionsAPIService PulpAnsibleDefaultApiV3ArtifactsCollectionsAPI service.
PulpAnsibleDefaultApiV3CollectionsAllAPIService PulpAnsibleDefaultApiV3CollectionsAllAPI service.
PulpAnsibleDefaultApiV3CollectionsAPIService PulpAnsibleDefaultApiV3CollectionsAPI service.
PulpAnsibleDefaultApiV3CollectionsVersionsAPIService PulpAnsibleDefaultApiV3CollectionsVersionsAPI service.
PulpAnsibleDefaultApiV3CollectionsVersionsDocsBlobAPIService PulpAnsibleDefaultApiV3CollectionsVersionsDocsBlobAPI service.
PulpAnsibleDefaultApiV3CollectionVersionsAllAPIService PulpAnsibleDefaultApiV3CollectionVersionsAllAPI service.
PulpAnsibleDefaultApiV3NamespacesAPIService PulpAnsibleDefaultApiV3NamespacesAPI service.
PulpAnsibleDefaultApiV3PluginAnsibleClientConfigurationAPIService PulpAnsibleDefaultApiV3PluginAnsibleClientConfigurationAPI service.
PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsAllCollectionsAPIService PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsAllCollectionsAPI service.
PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsAllVersionsAPIService PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsAllVersionsAPI service.
PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsAPIService PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsAPI service.
PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsArtifactsAPIService PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsArtifactsAPI service.
PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexAPIService PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexAPI service.
PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsAPIService PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsAPI service.
PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsDocsBlobAPIService PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsDocsBlobAPI service.
PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesAPIService PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesAPI service.
PulpAnsibleDefaultApiV3PluginAnsibleSearchCollectionVersionsAPIService PulpAnsibleDefaultApiV3PluginAnsibleSearchCollectionVersionsAPI service.
PulpAnsibleTagsAPIService PulpAnsibleTagsAPI service.
PulpContainerNamespacesAPIService PulpContainerNamespacesAPI service.
PulpMavenAPIService PulpMavenAPI service.
PypiAPIService PypiAPI service.
PypiLegacyAPIService PypiLegacyAPI service.
PypiMetadataAPIService PypiMetadataAPI service.
PypiSimpleAPIService PypiSimpleAPI service.
RemotesAPIService RemotesAPI service.
RemotesAptAPIService RemotesAptAPI service.
RemotesCollectionAPIService RemotesCollectionAPI service.
RemotesContainerAPIService RemotesContainerAPI service.
RemotesFileAPIService RemotesFileAPI service.
RemotesGemAPIService RemotesGemAPI service.
RemotesGitAPIService RemotesGitAPI service.
RemotesMavenAPIService RemotesMavenAPI service.
RemotesOstreeAPIService RemotesOstreeAPI service.
RemotesPythonAPIService RemotesPythonAPI service.
RemotesRoleAPIService RemotesRoleAPI service.
RemotesRpmAPIService RemotesRpmAPI service.
RemotesUlnAPIService RemotesUlnAPI service.
RepairAPIService RepairAPI service.
RepositoriesAnsibleAPIService RepositoriesAnsibleAPI service.
RepositoriesAnsibleVersionsAPIService RepositoriesAnsibleVersionsAPI service.
RepositoriesAPIService RepositoriesAPI service.
RepositoriesAptAPIService RepositoriesAptAPI service.
RepositoriesAptVersionsAPIService RepositoriesAptVersionsAPI service.
RepositoriesContainerAPIService RepositoriesContainerAPI service.
RepositoriesContainerPushAPIService RepositoriesContainerPushAPI service.
RepositoriesContainerPushVersionsAPIService RepositoriesContainerPushVersionsAPI service.
RepositoriesContainerVersionsAPIService RepositoriesContainerVersionsAPI service.
RepositoriesFileAPIService RepositoriesFileAPI service.
RepositoriesFileVersionsAPIService RepositoriesFileVersionsAPI service.
RepositoriesGemAPIService RepositoriesGemAPI service.
RepositoriesGemVersionsAPIService RepositoriesGemVersionsAPI service.
RepositoriesMavenAPIService RepositoriesMavenAPI service.
RepositoriesMavenVersionsAPIService RepositoriesMavenVersionsAPI service.
RepositoriesOstreeAPIService RepositoriesOstreeAPI service.
RepositoriesOstreeVersionsAPIService RepositoriesOstreeVersionsAPI service.
RepositoriesPythonAPIService RepositoriesPythonAPI service.
RepositoriesPythonVersionsAPIService RepositoriesPythonVersionsAPI service.
RepositoriesReclaimSpaceAPIService RepositoriesReclaimSpaceAPI service.
RepositoriesRpmAPIService RepositoriesRpmAPI service.
RepositoriesRpmVersionsAPIService RepositoriesRpmVersionsAPI service.
RepositoryVersionsAPIService RepositoryVersionsAPI service.
RolesAPIService RolesAPI service.
RpmCompsAPIService RpmCompsAPI service.
RpmCopyAPIService RpmCopyAPI service.
ServerConfigurations stores multiple ServerConfiguration items.
SigningServicesAPIService SigningServicesAPI service.
SkipTypesEnum * `srpm` - srpm * `treeinfo` - treeinfo.
StatesEnum * `skipped` - skipped * `completed` - completed * `failed` - failed * `canceled` - canceled.
StatusAPIService StatusAPI service.
StorageClassEnum * `pulpcore.app.models.storage.FileSystem` - Use local filesystem as storage * `storages.backends.s3boto3.S3Boto3Storage` - Use Amazon S3 as storage * `storages.backends.azure_storage.AzureStorage` - Use Azure Blob as storage.
SyncPolicyEnum * `additive` - additive * `mirror_complete` - mirror_complete * `mirror_content_only` - mirror_content_only.
TaskGroupsAPIService TaskGroupsAPI service.
TasksAPIService TasksAPI service.
TaskSchedulesAPIService TaskSchedulesAPI service.
TokenAPIService TokenAPI service.
UploadsAPIService UploadsAPI service.
UpstreamPulpsAPIService UpstreamPulpsAPI service.
UsersAPIService UsersAPI service.
UsersRolesAPIService UsersRolesAPI service.
VersionsAPIService VersionsAPI service.
WorkersAPIService WorkersAPI service.