oci-artifacts 2.76.1 → 2.77.1
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 +39 -33
- package/lib/client.js +41 -32
- package/lib/client.js.map +1 -1
- 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
|
@@ -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.1/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.1/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.1/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.1/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.1/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.1/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
|
*/
|
|
@@ -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.1/artifacts/ListGenericArtifacts.ts.html |here} to see how to use ListGenericArtifactsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListGenericArtifactsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -35,12 +35,12 @@ export interface ListGenericArtifactsRequest extends common.BaseRequest {
|
|
|
35
35
|
*/
|
|
36
36
|
"displayName"?: string;
|
|
37
37
|
/**
|
|
38
|
-
* Filter results by a prefix for the
|
|
38
|
+
* Filter results by a prefix for the {@code artifactPath} and and return artifacts that begin with the specified prefix in their path.
|
|
39
39
|
*
|
|
40
40
|
*/
|
|
41
41
|
"artifactPath"?: string;
|
|
42
42
|
/**
|
|
43
|
-
* Filter results by a prefix for
|
|
43
|
+
* Filter results by a prefix for {@code version} and return artifacts that that begin with the specified prefix in their version.
|
|
44
44
|
*
|
|
45
45
|
*/
|
|
46
46
|
"version"?: string;
|
|
@@ -59,12 +59,12 @@ export interface ListGenericArtifactsRequest extends common.BaseRequest {
|
|
|
59
59
|
* \"List\" call. For important details about how pagination works, see
|
|
60
60
|
* [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
61
61
|
* <p>
|
|
62
|
-
Example:
|
|
62
|
+
Example: {@code 50}
|
|
63
63
|
*
|
|
64
64
|
*/
|
|
65
65
|
"limit"?: number;
|
|
66
66
|
/**
|
|
67
|
-
* For list pagination. The value of the
|
|
67
|
+
* For list pagination. The value of the {@code opc-next-page} response header from the previous \"List\"
|
|
68
68
|
* call. For important details about how pagination works, see
|
|
69
69
|
* [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
70
70
|
*
|
|
@@ -77,11 +77,11 @@ export interface ListGenericArtifactsRequest extends common.BaseRequest {
|
|
|
77
77
|
*/
|
|
78
78
|
"opcRequestId"?: string;
|
|
79
79
|
/**
|
|
80
|
-
* The field to sort by. You can provide one sort order (
|
|
80
|
+
* The field to sort by. You can provide one sort order ({@code sortOrder}). Default order for
|
|
81
81
|
* TIMECREATED is descending. Default order for DISPLAYNAME is ascending. The DISPLAYNAME
|
|
82
82
|
* sort order is case sensitive.
|
|
83
83
|
* <p>
|
|
84
|
-
**Note:** In general, some \"List\" operations (for example,
|
|
84
|
+
**Note:** In general, some \"List\" operations (for example, {@code ListInstances}) let you
|
|
85
85
|
* optionally filter by availability domain if the scope of the resource type is within a
|
|
86
86
|
* single availability domain. If you call one of these \"List\" operations without specifying
|
|
87
87
|
* an availability domain, the resources are grouped by availability domain, then sorted.
|
|
@@ -89,7 +89,7 @@ export interface ListGenericArtifactsRequest extends common.BaseRequest {
|
|
|
89
89
|
*/
|
|
90
90
|
"sortBy"?: ListGenericArtifactsRequest.SortBy;
|
|
91
91
|
/**
|
|
92
|
-
* The sort order to use, either ascending (
|
|
92
|
+
* The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}). The DISPLAYNAME sort order
|
|
93
93
|
* is case sensitive.
|
|
94
94
|
*
|
|
95
95
|
*/
|
|
@@ -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.1/artifacts/ListRepositories.ts.html |here} to see how to use ListRepositoriesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListRepositoriesRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -44,12 +44,12 @@ export interface ListRepositoriesRequest extends common.BaseRequest {
|
|
|
44
44
|
* \"List\" call. For important details about how pagination works, see
|
|
45
45
|
* [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
46
46
|
* <p>
|
|
47
|
-
Example:
|
|
47
|
+
Example: {@code 50}
|
|
48
48
|
*
|
|
49
49
|
*/
|
|
50
50
|
"limit"?: number;
|
|
51
51
|
/**
|
|
52
|
-
* For list pagination. The value of the
|
|
52
|
+
* For list pagination. The value of the {@code opc-next-page} response header from the previous \"List\"
|
|
53
53
|
* 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
|
*
|
|
@@ -62,11 +62,11 @@ export interface ListRepositoriesRequest extends common.BaseRequest {
|
|
|
62
62
|
*/
|
|
63
63
|
"opcRequestId"?: string;
|
|
64
64
|
/**
|
|
65
|
-
* The field to sort by. You can provide one sort order (
|
|
65
|
+
* The field to sort by. You can provide one sort order ({@code sortOrder}). Default order for
|
|
66
66
|
* TIMECREATED is descending. Default order for DISPLAYNAME is ascending. The DISPLAYNAME
|
|
67
67
|
* sort order is case sensitive.
|
|
68
68
|
* <p>
|
|
69
|
-
**Note:** In general, some \"List\" operations (for example,
|
|
69
|
+
**Note:** In general, some \"List\" operations (for example, {@code ListInstances}) let you
|
|
70
70
|
* optionally filter by availability domain if the scope of the resource type is within a
|
|
71
71
|
* single availability domain. If you call one of these \"List\" operations without specifying
|
|
72
72
|
* an availability domain, the resources are grouped by availability domain, then sorted.
|
|
@@ -74,7 +74,7 @@ export interface ListRepositoriesRequest extends common.BaseRequest {
|
|
|
74
74
|
*/
|
|
75
75
|
"sortBy"?: ListRepositoriesRequest.SortBy;
|
|
76
76
|
/**
|
|
77
|
-
* The sort order to use, either ascending (
|
|
77
|
+
* The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}). The DISPLAYNAME sort order
|
|
78
78
|
* is case sensitive.
|
|
79
79
|
*
|
|
80
80
|
*/
|
|
@@ -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.1/artifacts/RemoveContainerVersion.ts.html |here} to see how to use RemoveContainerVersionRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface RemoveContainerVersionRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
20
|
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the container image.
|
|
21
21
|
* <p>
|
|
22
|
-
Example:
|
|
22
|
+
Example: {@code ocid1.containerimage.oc1..exampleuniqueID}
|
|
23
23
|
*
|
|
24
24
|
*/
|
|
25
25
|
"imageId": string;
|
|
@@ -28,7 +28,7 @@ export interface RemoveContainerVersionRequest extends common.BaseRequest {
|
|
|
28
28
|
*/
|
|
29
29
|
"removeContainerVersionDetails": model.RemoveContainerVersionDetails;
|
|
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.1/artifacts/RestoreContainerImage.ts.html |here} to see how to use RestoreContainerImageRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface RestoreContainerImageRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
20
|
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the container image.
|
|
21
21
|
* <p>
|
|
22
|
-
Example:
|
|
22
|
+
Example: {@code ocid1.containerimage.oc1..exampleuniqueID}
|
|
23
23
|
*
|
|
24
24
|
*/
|
|
25
25
|
"imageId": string;
|
|
@@ -28,7 +28,7 @@ export interface RestoreContainerImageRequest extends common.BaseRequest {
|
|
|
28
28
|
*/
|
|
29
29
|
"restoreContainerImageDetails": model.RestoreContainerImageDetails;
|
|
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.1/artifacts/UpdateContainerConfiguration.ts.html |here} to see how to use UpdateContainerConfigurationRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateContainerConfigurationRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -25,7 +25,7 @@ export interface UpdateContainerConfigurationRequest extends common.BaseRequest
|
|
|
25
25
|
*/
|
|
26
26
|
"updateContainerConfigurationDetails": model.UpdateContainerConfigurationDetails;
|
|
27
27
|
/**
|
|
28
|
-
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the
|
|
28
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
|
|
29
29
|
* parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
30
30
|
* will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
31
31
|
*
|
|
@@ -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.1/artifacts/UpdateContainerImage.ts.html |here} to see how to use UpdateContainerImageRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateContainerImageRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
20
|
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the container image.
|
|
21
21
|
* <p>
|
|
22
|
-
Example:
|
|
22
|
+
Example: {@code ocid1.containerimage.oc1..exampleuniqueID}
|
|
23
23
|
*
|
|
24
24
|
*/
|
|
25
25
|
"imageId": string;
|
|
@@ -28,7 +28,7 @@ export interface UpdateContainerImageRequest extends common.BaseRequest {
|
|
|
28
28
|
*/
|
|
29
29
|
"updateContainerImageDetails": model.UpdateContainerImageDetails;
|
|
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.1/artifacts/UpdateContainerImageSignature.ts.html |here} to see how to use UpdateContainerImageSignatureRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateContainerImageSignatureRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
20
|
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the container image signature.
|
|
21
21
|
* <p>
|
|
22
|
-
Example:
|
|
22
|
+
Example: {@code ocid1.containersignature.oc1..exampleuniqueID}
|
|
23
23
|
*
|
|
24
24
|
*/
|
|
25
25
|
"imageSignatureId": string;
|
|
@@ -34,7 +34,7 @@ export interface UpdateContainerImageSignatureRequest extends common.BaseRequest
|
|
|
34
34
|
*/
|
|
35
35
|
"opcRequestId"?: string;
|
|
36
36
|
/**
|
|
37
|
-
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the
|
|
37
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
|
|
38
38
|
* parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
39
39
|
* will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
40
40
|
*
|
|
@@ -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.1/artifacts/UpdateContainerRepository.ts.html |here} to see how to use UpdateContainerRepositoryRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateContainerRepositoryRequest 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 UpdateContainerRepositoryRequest extends common.BaseRequest {
|
|
|
28
28
|
*/
|
|
29
29
|
"updateContainerRepositoryDetails": model.UpdateContainerRepositoryDetails;
|
|
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,36 +13,36 @@
|
|
|
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.1/artifacts/UpdateGenericArtifactByPath.ts.html |here} to see how to use UpdateGenericArtifactByPathRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateGenericArtifactByPathRequest 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;
|
|
26
26
|
/**
|
|
27
27
|
* 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.
|
|
28
28
|
* <p>
|
|
29
|
-
Example:
|
|
29
|
+
Example: {@code project01/my-web-app/artifact-abc}
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
"artifactPath": string;
|
|
33
33
|
/**
|
|
34
34
|
* A user-defined string to describe the artifact version.
|
|
35
35
|
* <p>
|
|
36
|
-
Example:
|
|
36
|
+
Example: {@code 1.1.2} or {@code 1.2-beta-2}
|
|
37
37
|
*
|
|
38
38
|
*/
|
|
39
39
|
"version": string;
|
|
40
40
|
/**
|
|
41
|
-
* Updates an artifact with a specified
|
|
41
|
+
* Updates an artifact with a specified {@code artifactPath} and {@code version}. You can only update the tags of an artifact.
|
|
42
42
|
*/
|
|
43
43
|
"updateGenericArtifactByPathDetails": model.UpdateGenericArtifactByPathDetails;
|
|
44
44
|
/**
|
|
45
|
-
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the
|
|
45
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
|
|
46
46
|
* parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
47
47
|
* will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
48
48
|
*
|
|
@@ -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.1/artifacts/UpdateGenericArtifact.ts.html |here} to see how to use UpdateGenericArtifactRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateGenericArtifactRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
20
|
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the artifact.
|
|
21
21
|
* <p>
|
|
22
|
-
Example:
|
|
22
|
+
Example: {@code ocid1.genericartifact.oc1..exampleuniqueID}
|
|
23
23
|
*
|
|
24
24
|
*/
|
|
25
25
|
"artifactId": string;
|
|
@@ -28,7 +28,7 @@ export interface UpdateGenericArtifactRequest extends common.BaseRequest {
|
|
|
28
28
|
*/
|
|
29
29
|
"updateGenericArtifactDetails": model.UpdateGenericArtifactDetails;
|
|
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
|
*
|