oci-artifacts 2.76.1 → 2.77.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +32 -32
- package/lib/client.js +32 -32
- package/lib/model/container-image-signature-summary.d.ts +8 -8
- package/lib/model/container-image-signature.d.ts +8 -8
- package/lib/model/container-image-summary.d.ts +5 -5
- package/lib/model/container-image.d.ts +5 -5
- package/lib/model/container-repository-summary.d.ts +4 -4
- package/lib/model/container-repository.d.ts +4 -4
- package/lib/model/create-container-image-signature-details.d.ts +5 -5
- package/lib/model/create-container-repository-details.d.ts +2 -2
- package/lib/model/create-repository-details.d.ts +2 -2
- package/lib/model/generic-artifact-summary.d.ts +7 -7
- package/lib/model/generic-artifact.d.ts +7 -7
- package/lib/model/repository-summary.d.ts +3 -3
- package/lib/model/repository.d.ts +3 -3
- package/lib/model/update-container-image-details.d.ts +2 -2
- package/lib/model/update-container-image-signature-details.d.ts +2 -2
- package/lib/model/update-container-repository-details.d.ts +2 -2
- package/lib/model/update-generic-artifact-by-path-details.d.ts +3 -3
- package/lib/model/update-generic-artifact-details.d.ts +2 -2
- package/lib/model/update-repository-details.d.ts +2 -2
- package/lib/request/change-container-repository-compartment-request.d.ts +3 -3
- package/lib/request/change-repository-compartment-request.d.ts +3 -3
- package/lib/request/create-container-image-signature-request.d.ts +2 -2
- package/lib/request/create-container-repository-request.d.ts +1 -1
- package/lib/request/create-repository-request.d.ts +1 -1
- package/lib/request/delete-container-image-request.d.ts +3 -3
- package/lib/request/delete-container-image-signature-request.d.ts +3 -3
- package/lib/request/delete-container-repository-request.d.ts +3 -3
- package/lib/request/delete-generic-artifact-by-path-request.d.ts +5 -5
- package/lib/request/delete-generic-artifact-request.d.ts +3 -3
- package/lib/request/delete-repository-request.d.ts +3 -3
- package/lib/request/get-container-configuration-request.d.ts +1 -1
- package/lib/request/get-container-image-request.d.ts +2 -2
- package/lib/request/get-container-image-signature-request.d.ts +2 -2
- package/lib/request/get-container-repository-request.d.ts +2 -2
- package/lib/request/get-generic-artifact-by-path-request.d.ts +4 -4
- package/lib/request/get-generic-artifact-request.d.ts +2 -2
- package/lib/request/get-repository-request.d.ts +2 -2
- package/lib/request/list-container-image-signatures-request.d.ts +11 -11
- package/lib/request/list-container-images-request.d.ts +9 -9
- package/lib/request/list-container-repositories-request.d.ts +7 -7
- package/lib/request/list-generic-artifacts-request.d.ts +8 -8
- package/lib/request/list-repositories-request.d.ts +6 -6
- package/lib/request/remove-container-version-request.d.ts +3 -3
- package/lib/request/restore-container-image-request.d.ts +3 -3
- package/lib/request/update-container-configuration-request.d.ts +2 -2
- package/lib/request/update-container-image-request.d.ts +3 -3
- package/lib/request/update-container-image-signature-request.d.ts +3 -3
- package/lib/request/update-container-repository-request.d.ts +3 -3
- package/lib/request/update-generic-artifact-by-path-request.d.ts +6 -6
- package/lib/request/update-generic-artifact-request.d.ts +3 -3
- package/lib/request/update-repository-request.d.ts +3 -3
- package/lib/response/create-container-image-signature-response.d.ts +1 -1
- package/lib/response/create-container-repository-response.d.ts +1 -1
- package/lib/response/create-repository-response.d.ts +1 -1
- package/lib/response/get-container-configuration-response.d.ts +1 -1
- package/lib/response/get-container-image-response.d.ts +1 -1
- package/lib/response/get-container-image-signature-response.d.ts +1 -1
- package/lib/response/get-container-repository-response.d.ts +1 -1
- package/lib/response/get-generic-artifact-by-path-response.d.ts +1 -1
- package/lib/response/get-generic-artifact-response.d.ts +1 -1
- package/lib/response/get-repository-response.d.ts +1 -1
- package/lib/response/remove-container-version-response.d.ts +1 -1
- package/lib/response/restore-container-image-response.d.ts +1 -1
- package/lib/response/update-container-configuration-response.d.ts +1 -1
- package/lib/response/update-container-image-response.d.ts +1 -1
- package/lib/response/update-container-image-signature-response.d.ts +1 -1
- package/lib/response/update-container-repository-response.d.ts +1 -1
- package/lib/response/update-generic-artifact-by-path-response.d.ts +1 -1
- package/lib/response/update-generic-artifact-response.d.ts +1 -1
- package/lib/response/update-repository-response.d.ts +1 -1
- package/package.json +3 -3
|
@@ -28,7 +28,7 @@ export interface UpdateRepositoryDetails {
|
|
|
28
28
|
* Free-form tags for this resource. Each tag is a simple key-value pair with no
|
|
29
29
|
* predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
30
30
|
* <p>
|
|
31
|
-
Example:
|
|
31
|
+
Example: {@code {\"Department\": \"Finance\"}}
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
"freeformTags"?: {
|
|
@@ -38,7 +38,7 @@ export interface UpdateRepositoryDetails {
|
|
|
38
38
|
* Defined tags for this resource. Each key is predefined and scoped to a
|
|
39
39
|
* namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
40
40
|
* <p>
|
|
41
|
-
Example:
|
|
41
|
+
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
42
42
|
*
|
|
43
43
|
*/
|
|
44
44
|
"definedTags"?: {
|
|
@@ -13,13 +13,13 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/ChangeContainerRepositoryCompartment.ts.html |here} to see how to use ChangeContainerRepositoryCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeContainerRepositoryCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
20
|
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the container repository.
|
|
21
21
|
* <p>
|
|
22
|
-
Example:
|
|
22
|
+
Example: {@code ocid1.containerrepo.oc1..exampleuniqueID}
|
|
23
23
|
*
|
|
24
24
|
*/
|
|
25
25
|
"repositoryId": string;
|
|
@@ -28,7 +28,7 @@ export interface ChangeContainerRepositoryCompartmentRequest extends common.Base
|
|
|
28
28
|
*/
|
|
29
29
|
"changeContainerRepositoryCompartmentDetails": model.ChangeContainerRepositoryCompartmentDetails;
|
|
30
30
|
/**
|
|
31
|
-
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the
|
|
31
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
|
|
32
32
|
* parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
33
33
|
* will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
34
34
|
*
|
|
@@ -13,13 +13,13 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/ChangeRepositoryCompartment.ts.html |here} to see how to use ChangeRepositoryCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeRepositoryCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
20
|
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the repository.
|
|
21
21
|
* <p>
|
|
22
|
-
Example:
|
|
22
|
+
Example: {@code ocid1.artifactrepository.oc1..exampleuniqueID}
|
|
23
23
|
*
|
|
24
24
|
*/
|
|
25
25
|
"repositoryId": string;
|
|
@@ -28,7 +28,7 @@ export interface ChangeRepositoryCompartmentRequest extends common.BaseRequest {
|
|
|
28
28
|
*/
|
|
29
29
|
"changeRepositoryCompartmentDetails": model.ChangeRepositoryCompartmentDetails;
|
|
30
30
|
/**
|
|
31
|
-
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the
|
|
31
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
|
|
32
32
|
* parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
33
33
|
* will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
34
34
|
*
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/CreateContainerImageSignature.ts.html |here} to see how to use CreateContainerImageSignatureRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateContainerImageSignatureRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -36,7 +36,7 @@ export interface CreateContainerImageSignatureRequest extends common.BaseRequest
|
|
|
36
36
|
*/
|
|
37
37
|
"opcRetryToken"?: string;
|
|
38
38
|
/**
|
|
39
|
-
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the
|
|
39
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
|
|
40
40
|
* parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
41
41
|
* will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
42
42
|
*
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/CreateContainerRepository.ts.html |here} to see how to use CreateContainerRepositoryRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateContainerRepositoryRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/CreateRepository.ts.html |here} to see how to use CreateRepositoryRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateRepositoryRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,18 +12,18 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/DeleteContainerImage.ts.html |here} to see how to use DeleteContainerImageRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteContainerImageRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
19
|
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the container image.
|
|
20
20
|
* <p>
|
|
21
|
-
Example:
|
|
21
|
+
Example: {@code ocid1.containerimage.oc1..exampleuniqueID}
|
|
22
22
|
*
|
|
23
23
|
*/
|
|
24
24
|
"imageId": string;
|
|
25
25
|
/**
|
|
26
|
-
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the
|
|
26
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
|
|
27
27
|
* parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
28
28
|
* will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
29
29
|
*
|
|
@@ -12,13 +12,13 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/DeleteContainerImageSignature.ts.html |here} to see how to use DeleteContainerImageSignatureRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteContainerImageSignatureRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
19
|
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the container image signature.
|
|
20
20
|
* <p>
|
|
21
|
-
Example:
|
|
21
|
+
Example: {@code ocid1.containersignature.oc1..exampleuniqueID}
|
|
22
22
|
*
|
|
23
23
|
*/
|
|
24
24
|
"imageSignatureId": string;
|
|
@@ -29,7 +29,7 @@ export interface DeleteContainerImageSignatureRequest extends common.BaseRequest
|
|
|
29
29
|
*/
|
|
30
30
|
"opcRequestId"?: string;
|
|
31
31
|
/**
|
|
32
|
-
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the
|
|
32
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
|
|
33
33
|
* parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
34
34
|
* will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
35
35
|
*
|
|
@@ -12,18 +12,18 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/DeleteContainerRepository.ts.html |here} to see how to use DeleteContainerRepositoryRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteContainerRepositoryRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
19
|
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the container repository.
|
|
20
20
|
* <p>
|
|
21
|
-
Example:
|
|
21
|
+
Example: {@code ocid1.containerrepo.oc1..exampleuniqueID}
|
|
22
22
|
*
|
|
23
23
|
*/
|
|
24
24
|
"repositoryId": string;
|
|
25
25
|
/**
|
|
26
|
-
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the
|
|
26
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
|
|
27
27
|
* parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
28
28
|
* will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
29
29
|
*
|
|
@@ -12,32 +12,32 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/DeleteGenericArtifactByPath.ts.html |here} to see how to use DeleteGenericArtifactByPathRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteGenericArtifactByPathRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
19
|
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the repository.
|
|
20
20
|
* <p>
|
|
21
|
-
Example:
|
|
21
|
+
Example: {@code ocid1.artifactrepository.oc1..exampleuniqueID}
|
|
22
22
|
*
|
|
23
23
|
*/
|
|
24
24
|
"repositoryId": string;
|
|
25
25
|
/**
|
|
26
26
|
* A user-defined path to describe the location of an artifact. You can use slashes to organize the repository, but slashes do not create a directory structure. An artifact path does not include an artifact version.
|
|
27
27
|
* <p>
|
|
28
|
-
Example:
|
|
28
|
+
Example: {@code project01/my-web-app/artifact-abc}
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
"artifactPath": string;
|
|
32
32
|
/**
|
|
33
33
|
* A user-defined string to describe the artifact version.
|
|
34
34
|
* <p>
|
|
35
|
-
Example:
|
|
35
|
+
Example: {@code 1.1.2} or {@code 1.2-beta-2}
|
|
36
36
|
*
|
|
37
37
|
*/
|
|
38
38
|
"version": string;
|
|
39
39
|
/**
|
|
40
|
-
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the
|
|
40
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
|
|
41
41
|
* parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
42
42
|
* will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
43
43
|
*
|
|
@@ -12,18 +12,18 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/DeleteGenericArtifact.ts.html |here} to see how to use DeleteGenericArtifactRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteGenericArtifactRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
19
|
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the artifact.
|
|
20
20
|
* <p>
|
|
21
|
-
Example:
|
|
21
|
+
Example: {@code ocid1.genericartifact.oc1..exampleuniqueID}
|
|
22
22
|
*
|
|
23
23
|
*/
|
|
24
24
|
"artifactId": string;
|
|
25
25
|
/**
|
|
26
|
-
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the
|
|
26
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
|
|
27
27
|
* parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
28
28
|
* will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
29
29
|
*
|
|
@@ -12,18 +12,18 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/DeleteRepository.ts.html |here} to see how to use DeleteRepositoryRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteRepositoryRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
19
|
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the repository.
|
|
20
20
|
* <p>
|
|
21
|
-
Example:
|
|
21
|
+
Example: {@code ocid1.artifactrepository.oc1..exampleuniqueID}
|
|
22
22
|
*
|
|
23
23
|
*/
|
|
24
24
|
"repositoryId": string;
|
|
25
25
|
/**
|
|
26
|
-
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the
|
|
26
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
|
|
27
27
|
* parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
28
28
|
* will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
29
29
|
*
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/GetContainerConfiguration.ts.html |here} to see how to use GetContainerConfigurationRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetContainerConfigurationRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,13 +12,13 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/GetContainerImage.ts.html |here} to see how to use GetContainerImageRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetContainerImageRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
19
|
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the container image.
|
|
20
20
|
* <p>
|
|
21
|
-
Example:
|
|
21
|
+
Example: {@code ocid1.containerimage.oc1..exampleuniqueID}
|
|
22
22
|
*
|
|
23
23
|
*/
|
|
24
24
|
"imageId": string;
|
|
@@ -12,13 +12,13 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/GetContainerImageSignature.ts.html |here} to see how to use GetContainerImageSignatureRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetContainerImageSignatureRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
19
|
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the container image signature.
|
|
20
20
|
* <p>
|
|
21
|
-
Example:
|
|
21
|
+
Example: {@code ocid1.containersignature.oc1..exampleuniqueID}
|
|
22
22
|
*
|
|
23
23
|
*/
|
|
24
24
|
"imageSignatureId": string;
|
|
@@ -12,13 +12,13 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/GetContainerRepository.ts.html |here} to see how to use GetContainerRepositoryRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetContainerRepositoryRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
19
|
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the container repository.
|
|
20
20
|
* <p>
|
|
21
|
-
Example:
|
|
21
|
+
Example: {@code ocid1.containerrepo.oc1..exampleuniqueID}
|
|
22
22
|
*
|
|
23
23
|
*/
|
|
24
24
|
"repositoryId": string;
|
|
@@ -12,27 +12,27 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/GetGenericArtifactByPath.ts.html |here} to see how to use GetGenericArtifactByPathRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetGenericArtifactByPathRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
19
|
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the repository.
|
|
20
20
|
* <p>
|
|
21
|
-
Example:
|
|
21
|
+
Example: {@code ocid1.artifactrepository.oc1..exampleuniqueID}
|
|
22
22
|
*
|
|
23
23
|
*/
|
|
24
24
|
"repositoryId": string;
|
|
25
25
|
/**
|
|
26
26
|
* A user-defined path to describe the location of an artifact. You can use slashes to organize the repository, but slashes do not create a directory structure. An artifact path does not include an artifact version.
|
|
27
27
|
* <p>
|
|
28
|
-
Example:
|
|
28
|
+
Example: {@code project01/my-web-app/artifact-abc}
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
"artifactPath": string;
|
|
32
32
|
/**
|
|
33
33
|
* A user-defined string to describe the artifact version.
|
|
34
34
|
* <p>
|
|
35
|
-
Example:
|
|
35
|
+
Example: {@code 1.1.2} or {@code 1.2-beta-2}
|
|
36
36
|
*
|
|
37
37
|
*/
|
|
38
38
|
"version": string;
|
|
@@ -12,13 +12,13 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/GetGenericArtifact.ts.html |here} to see how to use GetGenericArtifactRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetGenericArtifactRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
19
|
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the artifact.
|
|
20
20
|
* <p>
|
|
21
|
-
Example:
|
|
21
|
+
Example: {@code ocid1.genericartifact.oc1..exampleuniqueID}
|
|
22
22
|
*
|
|
23
23
|
*/
|
|
24
24
|
"artifactId": string;
|
|
@@ -12,13 +12,13 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/GetRepository.ts.html |here} to see how to use GetRepositoryRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetRepositoryRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
19
|
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the repository.
|
|
20
20
|
* <p>
|
|
21
|
-
Example:
|
|
21
|
+
Example: {@code ocid1.artifactrepository.oc1..exampleuniqueID}
|
|
22
22
|
*
|
|
23
23
|
*/
|
|
24
24
|
"repositoryId": string;
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/ListContainerImageSignatures.ts.html |here} to see how to use ListContainerImageSignaturesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListContainerImageSignaturesRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -22,7 +22,7 @@ export interface ListContainerImageSignaturesRequest extends common.BaseRequest
|
|
|
22
22
|
/**
|
|
23
23
|
* When set to true, the hierarchy of compartments is traversed
|
|
24
24
|
* and all compartments and subcompartments in the tenancy are
|
|
25
|
-
* inspected depending on the the setting of
|
|
25
|
+
* inspected depending on the the setting of {@code accessLevel}.
|
|
26
26
|
* Default is false. Can only be set to true when calling the API
|
|
27
27
|
* on the tenancy (root compartment).
|
|
28
28
|
*
|
|
@@ -41,14 +41,14 @@ export interface ListContainerImageSignaturesRequest extends common.BaseRequest
|
|
|
41
41
|
/**
|
|
42
42
|
* A filter to return container images or container image signatures that match the repository name.
|
|
43
43
|
* <p>
|
|
44
|
-
Example:
|
|
44
|
+
Example: {@code foo} or {@code foo*}
|
|
45
45
|
*
|
|
46
46
|
*/
|
|
47
47
|
"repositoryName"?: string;
|
|
48
48
|
/**
|
|
49
49
|
* The digest of the container image.
|
|
50
50
|
* <p>
|
|
51
|
-
Example:
|
|
51
|
+
Example: {@code sha256:e7d38b3517548a1c71e41bffe9c8ae6d6d29546ce46bf62159837aad072c90aa}
|
|
52
52
|
*
|
|
53
53
|
*/
|
|
54
54
|
"imageDigest"?: string;
|
|
@@ -60,14 +60,14 @@ export interface ListContainerImageSignaturesRequest extends common.BaseRequest
|
|
|
60
60
|
/**
|
|
61
61
|
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the kmsKeyVersionId used to sign the container image.
|
|
62
62
|
* <p>
|
|
63
|
-
Example:
|
|
63
|
+
Example: {@code ocid1.keyversion.oc1..exampleuniqueID}
|
|
64
64
|
*
|
|
65
65
|
*/
|
|
66
66
|
"kmsKeyId"?: string;
|
|
67
67
|
/**
|
|
68
68
|
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the kmsKeyVersionId used to sign the container image.
|
|
69
69
|
* <p>
|
|
70
|
-
Example:
|
|
70
|
+
Example: {@code ocid1.keyversion.oc1..exampleuniqueID}
|
|
71
71
|
*
|
|
72
72
|
*/
|
|
73
73
|
"kmsKeyVersionId"?: string;
|
|
@@ -80,12 +80,12 @@ export interface ListContainerImageSignaturesRequest extends common.BaseRequest
|
|
|
80
80
|
* \"List\" call. For important details about how pagination works, see
|
|
81
81
|
* [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
82
82
|
* <p>
|
|
83
|
-
Example:
|
|
83
|
+
Example: {@code 50}
|
|
84
84
|
*
|
|
85
85
|
*/
|
|
86
86
|
"limit"?: number;
|
|
87
87
|
/**
|
|
88
|
-
* For list pagination. The value of the
|
|
88
|
+
* For list pagination. The value of the {@code opc-next-page} response header from the previous \"List\"
|
|
89
89
|
* call. For important details about how pagination works, see
|
|
90
90
|
* [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
91
91
|
*
|
|
@@ -98,11 +98,11 @@ export interface ListContainerImageSignaturesRequest extends common.BaseRequest
|
|
|
98
98
|
*/
|
|
99
99
|
"opcRequestId"?: string;
|
|
100
100
|
/**
|
|
101
|
-
* The field to sort by. You can provide one sort order (
|
|
101
|
+
* The field to sort by. You can provide one sort order ({@code sortOrder}). Default order for
|
|
102
102
|
* TIMECREATED is descending. Default order for DISPLAYNAME is ascending. The DISPLAYNAME
|
|
103
103
|
* sort order is case sensitive.
|
|
104
104
|
* <p>
|
|
105
|
-
**Note:** In general, some \"List\" operations (for example,
|
|
105
|
+
**Note:** In general, some \"List\" operations (for example, {@code ListInstances}) let you
|
|
106
106
|
* optionally filter by availability domain if the scope of the resource type is within a
|
|
107
107
|
* single availability domain. If you call one of these \"List\" operations without specifying
|
|
108
108
|
* an availability domain, the resources are grouped by availability domain, then sorted.
|
|
@@ -110,7 +110,7 @@ export interface ListContainerImageSignaturesRequest extends common.BaseRequest
|
|
|
110
110
|
*/
|
|
111
111
|
"sortBy"?: ListContainerImageSignaturesRequest.SortBy;
|
|
112
112
|
/**
|
|
113
|
-
* The sort order to use, either ascending (
|
|
113
|
+
* The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}). The DISPLAYNAME sort order
|
|
114
114
|
* is case sensitive.
|
|
115
115
|
*
|
|
116
116
|
*/
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/ListContainerImages.ts.html |here} to see how to use ListContainerImagesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListContainerImagesRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -22,7 +22,7 @@ export interface ListContainerImagesRequest extends common.BaseRequest {
|
|
|
22
22
|
/**
|
|
23
23
|
* When set to true, the hierarchy of compartments is traversed
|
|
24
24
|
* and all compartments and subcompartments in the tenancy are
|
|
25
|
-
* inspected depending on the the setting of
|
|
25
|
+
* inspected depending on the the setting of {@code accessLevel}.
|
|
26
26
|
* Default is false. Can only be set to true when calling the API
|
|
27
27
|
* on the tenancy (root compartment).
|
|
28
28
|
*
|
|
@@ -51,14 +51,14 @@ export interface ListContainerImagesRequest extends common.BaseRequest {
|
|
|
51
51
|
/**
|
|
52
52
|
* A filter to return container images or container image signatures that match the repository name.
|
|
53
53
|
* <p>
|
|
54
|
-
Example:
|
|
54
|
+
Example: {@code foo} or {@code foo*}
|
|
55
55
|
*
|
|
56
56
|
*/
|
|
57
57
|
"repositoryName"?: string;
|
|
58
58
|
/**
|
|
59
59
|
* A filter to return container images that match the version.
|
|
60
60
|
* <p>
|
|
61
|
-
Example:
|
|
61
|
+
Example: {@code foo} or {@code foo*}
|
|
62
62
|
*
|
|
63
63
|
*/
|
|
64
64
|
"version"?: string;
|
|
@@ -72,12 +72,12 @@ export interface ListContainerImagesRequest extends common.BaseRequest {
|
|
|
72
72
|
* \"List\" call. For important details about how pagination works, see
|
|
73
73
|
* [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
74
74
|
* <p>
|
|
75
|
-
Example:
|
|
75
|
+
Example: {@code 50}
|
|
76
76
|
*
|
|
77
77
|
*/
|
|
78
78
|
"limit"?: number;
|
|
79
79
|
/**
|
|
80
|
-
* For list pagination. The value of the
|
|
80
|
+
* For list pagination. The value of the {@code opc-next-page} response header from the previous \"List\"
|
|
81
81
|
* call. For important details about how pagination works, see
|
|
82
82
|
* [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
83
83
|
*
|
|
@@ -90,11 +90,11 @@ export interface ListContainerImagesRequest extends common.BaseRequest {
|
|
|
90
90
|
*/
|
|
91
91
|
"opcRequestId"?: string;
|
|
92
92
|
/**
|
|
93
|
-
* The field to sort by. You can provide one sort order (
|
|
93
|
+
* The field to sort by. You can provide one sort order ({@code sortOrder}). Default order for
|
|
94
94
|
* TIMECREATED is descending. Default order for DISPLAYNAME is ascending. The DISPLAYNAME
|
|
95
95
|
* sort order is case sensitive.
|
|
96
96
|
* <p>
|
|
97
|
-
**Note:** In general, some \"List\" operations (for example,
|
|
97
|
+
**Note:** In general, some \"List\" operations (for example, {@code ListInstances}) let you
|
|
98
98
|
* optionally filter by availability domain if the scope of the resource type is within a
|
|
99
99
|
* single availability domain. If you call one of these \"List\" operations without specifying
|
|
100
100
|
* an availability domain, the resources are grouped by availability domain, then sorted.
|
|
@@ -102,7 +102,7 @@ export interface ListContainerImagesRequest extends common.BaseRequest {
|
|
|
102
102
|
*/
|
|
103
103
|
"sortBy"?: ListContainerImagesRequest.SortBy;
|
|
104
104
|
/**
|
|
105
|
-
* The sort order to use, either ascending (
|
|
105
|
+
* The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}). The DISPLAYNAME sort order
|
|
106
106
|
* is case sensitive.
|
|
107
107
|
*
|
|
108
108
|
*/
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/ListContainerRepositories.ts.html |here} to see how to use ListContainerRepositoriesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListContainerRepositoriesRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -22,7 +22,7 @@ export interface ListContainerRepositoriesRequest extends common.BaseRequest {
|
|
|
22
22
|
/**
|
|
23
23
|
* When set to true, the hierarchy of compartments is traversed
|
|
24
24
|
* and all compartments and subcompartments in the tenancy are
|
|
25
|
-
* inspected depending on the the setting of
|
|
25
|
+
* inspected depending on the the setting of {@code accessLevel}.
|
|
26
26
|
* Default is false. Can only be set to true when calling the API
|
|
27
27
|
* on the tenancy (root compartment).
|
|
28
28
|
*
|
|
@@ -53,12 +53,12 @@ export interface ListContainerRepositoriesRequest extends common.BaseRequest {
|
|
|
53
53
|
* \"List\" call. For important details about how pagination works, see
|
|
54
54
|
* [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
55
55
|
* <p>
|
|
56
|
-
Example:
|
|
56
|
+
Example: {@code 50}
|
|
57
57
|
*
|
|
58
58
|
*/
|
|
59
59
|
"limit"?: number;
|
|
60
60
|
/**
|
|
61
|
-
* For list pagination. The value of the
|
|
61
|
+
* For list pagination. The value of the {@code opc-next-page} response header from the previous \"List\"
|
|
62
62
|
* call. For important details about how pagination works, see
|
|
63
63
|
* [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
64
64
|
*
|
|
@@ -71,11 +71,11 @@ export interface ListContainerRepositoriesRequest extends common.BaseRequest {
|
|
|
71
71
|
*/
|
|
72
72
|
"opcRequestId"?: string;
|
|
73
73
|
/**
|
|
74
|
-
* The field to sort by. You can provide one sort order (
|
|
74
|
+
* The field to sort by. You can provide one sort order ({@code sortOrder}). Default order for
|
|
75
75
|
* TIMECREATED is descending. Default order for DISPLAYNAME is ascending. The DISPLAYNAME
|
|
76
76
|
* sort order is case sensitive.
|
|
77
77
|
* <p>
|
|
78
|
-
**Note:** In general, some \"List\" operations (for example,
|
|
78
|
+
**Note:** In general, some \"List\" operations (for example, {@code ListInstances}) let you
|
|
79
79
|
* optionally filter by availability domain if the scope of the resource type is within a
|
|
80
80
|
* single availability domain. If you call one of these \"List\" operations without specifying
|
|
81
81
|
* an availability domain, the resources are grouped by availability domain, then sorted.
|
|
@@ -83,7 +83,7 @@ export interface ListContainerRepositoriesRequest extends common.BaseRequest {
|
|
|
83
83
|
*/
|
|
84
84
|
"sortBy"?: ListContainerRepositoriesRequest.SortBy;
|
|
85
85
|
/**
|
|
86
|
-
* The sort order to use, either ascending (
|
|
86
|
+
* The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}). The DISPLAYNAME sort order
|
|
87
87
|
* is case sensitive.
|
|
88
88
|
*
|
|
89
89
|
*/
|