Sha256: 9bf660edd12a14ea667661f437c9942bcab348b15d816aea990c2036ea432ea8
Contents?: true
Size: 1.34 KB
Versions: 3
Compression:
Stored size: 1.34 KB
Contents
# PulpContainerClient::ContainerManifest ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_href** | **String** | | [optional] [readonly] **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] **artifact** | **String** | Artifact file representing the physical content | **digest** | **String** | sha256 of the Manifest file | **schema_version** | **Integer** | Manifest schema version | **media_type** | **String** | Manifest media type of the file | **listed_manifests** | **Array<String>** | Manifests that are referenced by this Manifest List | **config_blob** | **String** | Blob that contains configuration for this Manifest | **blobs** | **Array<String>** | Blobs that are referenced by this Manifest | ## Code Sample ```ruby require 'PulpContainerClient' instance = PulpContainerClient::ContainerManifest.new(pulp_href: null, pulp_created: null, artifact: null, digest: null, schema_version: null, media_type: null, listed_manifests: null, config_blob: null, blobs: null) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
pulp_container_client-1.1.0 | docs/ContainerManifest.md |
pulp_container_client-1.0.0 | docs/ContainerManifest.md |
pulp_container_client-1.0.0rc1 | docs/ContainerManifest.md |