Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ContainerRepository

Container repository metadata.

Properties

billableSizeInGBs

billableSizeInGBs: number

Total storage size in GBs that will be charged. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

compartmentId

compartmentId: string

The OCID of the compartment in which the container repository exists.

createdBy

createdBy: string

The id of the user or principal that created the resource.

definedTags

definedTags: object

Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.

Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}

Type declaration

  • [key: string]: object
    • [key: string]: any

displayName

displayName: string

The container repository name.

freeformTags

freeformTags: object

Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.

Example: {@code {\"Department\": \"Finance\"}}

Type declaration

  • [key: string]: string

id

id: string

The OCID of the container repository.

Example: {@code ocid1.containerrepo.oc1..exampleuniqueID}

imageCount

imageCount: number

Total number of images. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

isImmutable

isImmutable: boolean

Whether the repository is immutable. Images cannot be overwritten in an immutable repository.

isPublic

isPublic: boolean

Whether the repository is public. A public repository allows unauthenticated access.

layerCount

layerCount: number

Total number of layers. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

layersSizeInBytes

layersSizeInBytes: number

Total storage in bytes consumed by layers. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

lifecycleState

lifecycleState: LifecycleState

The current state of the container repository.

namespace

namespace: string

The tenancy namespace used in the container repository path.

Optional readme

readme: model.ContainerRepositoryReadme

systemTags

systemTags: object

The system tags for this resource. Each key is predefined and scoped to a namespace. Example: {@code {"orcl-cloud": {"free-tier-retained": "true"}}}

Type declaration

  • [key: string]: object
    • [key: string]: any

timeCreated

timeCreated: Date

An RFC 3339 timestamp indicating when the repository was created.

Optional timeLastPushed

timeLastPushed: Date

An RFC 3339 timestamp indicating when an image was last pushed to the repository.

Functions

getDeserializedJsonObj

getJsonObj