oci-objectstorage 2.91.1 → 2.93.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 +94 -2
- package/lib/client.js +411 -2
- package/lib/client.js.map +1 -1
- package/lib/model/access-target-details.d.ts +39 -0
- package/lib/model/access-target-details.js +32 -0
- package/lib/model/access-target-details.js.map +1 -0
- package/lib/model/create-private-endpoint-details.d.ts +96 -0
- package/lib/model/create-private-endpoint-details.js +64 -0
- package/lib/model/create-private-endpoint-details.js.map +1 -0
- package/lib/model/fqdns.d.ts +34 -0
- package/lib/model/fqdns.js +65 -0
- package/lib/model/fqdns.js.map +1 -0
- package/lib/model/index.d.ts +14 -0
- package/lib/model/index.js +16 -1
- package/lib/model/index.js.map +1 -1
- package/lib/model/prefix-fqdns.d.ts +40 -0
- package/lib/model/prefix-fqdns.js +32 -0
- package/lib/model/prefix-fqdns.js.map +1 -0
- package/lib/model/private-endpoint-summary.d.ts +70 -0
- package/lib/model/private-endpoint-summary.js +56 -0
- package/lib/model/private-endpoint-summary.js.map +1 -0
- package/lib/model/private-endpoint.d.ts +140 -0
- package/lib/model/private-endpoint.js +81 -0
- package/lib/model/private-endpoint.js.map +1 -0
- package/lib/model/update-private-endpoint-details.d.ts +62 -0
- package/lib/model/update-private-endpoint-details.js +64 -0
- package/lib/model/update-private-endpoint-details.js.map +1 -0
- package/lib/model/work-request-resource-metadata-key.d.ts +2 -1
- package/lib/model/work-request-resource-metadata-key.js +1 -0
- package/lib/model/work-request-resource-metadata-key.js.map +1 -1
- package/lib/model/work-request-summary.d.ts +3 -0
- package/lib/model/work-request-summary.js +3 -0
- package/lib/model/work-request-summary.js.map +1 -1
- package/lib/model/work-request.d.ts +3 -0
- package/lib/model/work-request.js +3 -0
- package/lib/model/work-request.js.map +1 -1
- package/lib/objectstorage-waiter.d.ts +9 -0
- package/lib/objectstorage-waiter.js +32 -0
- package/lib/objectstorage-waiter.js.map +1 -1
- package/lib/request/create-private-endpoint-request.d.ts +31 -0
- package/lib/request/create-private-endpoint-request.js +15 -0
- package/lib/request/create-private-endpoint-request.js.map +1 -0
- package/lib/request/delete-private-endpoint-request.d.ts +39 -0
- package/lib/request/delete-private-endpoint-request.js +15 -0
- package/lib/request/delete-private-endpoint-request.js.map +1 -0
- package/lib/request/get-private-endpoint-request.d.ts +46 -0
- package/lib/request/get-private-endpoint-request.js +15 -0
- package/lib/request/get-private-endpoint-request.js.map +1 -0
- package/lib/request/index.d.ts +10 -0
- package/lib/request/index.js +3 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-object-versions-request.d.ts +3 -3
- package/lib/request/list-objects-request.d.ts +3 -3
- package/lib/request/list-private-endpoints-request.d.ts +60 -0
- package/lib/request/list-private-endpoints-request.js +23 -0
- package/lib/request/list-private-endpoints-request.js.map +1 -0
- package/lib/request/list-work-requests-request.d.ts +4 -0
- package/lib/request/put-object-request.d.ts +1 -1
- package/lib/request/restore-objects-request.d.ts +1 -1
- package/lib/request/update-private-endpoint-request.d.ts +44 -0
- package/lib/request/update-private-endpoint-request.js +15 -0
- package/lib/request/update-private-endpoint-request.js.map +1 -0
- package/lib/request/upload-part-request.d.ts +1 -1
- package/lib/response/commit-multipart-upload-response.d.ts +1 -1
- package/lib/response/create-private-endpoint-response.d.ts +30 -0
- package/lib/response/create-private-endpoint-response.js +15 -0
- package/lib/response/create-private-endpoint-response.js.map +1 -0
- package/lib/response/delete-private-endpoint-response.d.ts +30 -0
- package/lib/response/delete-private-endpoint-response.js +15 -0
- package/lib/response/delete-private-endpoint-response.js.map +1 -0
- package/lib/response/get-private-endpoint-response.d.ts +40 -0
- package/lib/response/get-private-endpoint-response.js +15 -0
- package/lib/response/get-private-endpoint-response.js.map +1 -0
- package/lib/response/index.d.ts +10 -0
- package/lib/response/list-private-endpoints-response.d.ts +40 -0
- package/lib/response/list-private-endpoints-response.js +15 -0
- package/lib/response/list-private-endpoints-response.js.map +1 -0
- package/lib/response/put-object-response.d.ts +1 -1
- package/lib/response/update-private-endpoint-response.d.ts +30 -0
- package/lib/response/update-private-endpoint-response.js +15 -0
- package/lib/response/update-private-endpoint-response.js.map +1 -0
- package/package.json +3 -3
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Object Storage Service API
|
|
4
|
+
* Use Object Storage and Archive Storage APIs to manage buckets, objects, and related resources.
|
|
5
|
+
For more information, see [Overview of Object Storage](/Content/Object/Concepts/objectstorageoverview.htm) and
|
|
6
|
+
[Overview of Archive Storage](/Content/Archive/Concepts/archivestorageoverview.htm).
|
|
7
|
+
|
|
8
|
+
* OpenAPI spec version: 20160918
|
|
9
|
+
* Contact: opc_casper_users_us_grp@oracle.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*
|
|
14
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
15
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
16
|
+
*/
|
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
exports.AccessTargetDetails = void 0;
|
|
19
|
+
var AccessTargetDetails;
|
|
20
|
+
(function (AccessTargetDetails) {
|
|
21
|
+
function getJsonObj(obj) {
|
|
22
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
23
|
+
return jsonObj;
|
|
24
|
+
}
|
|
25
|
+
AccessTargetDetails.getJsonObj = getJsonObj;
|
|
26
|
+
function getDeserializedJsonObj(obj) {
|
|
27
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
28
|
+
return jsonObj;
|
|
29
|
+
}
|
|
30
|
+
AccessTargetDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
31
|
+
})(AccessTargetDetails = exports.AccessTargetDetails || (exports.AccessTargetDetails = {}));
|
|
32
|
+
//# sourceMappingURL=access-target-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"access-target-details.js","sourceRoot":"","sources":["../../../../../lib/objectstorage/lib/model/access-target-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AA0BH,IAAiB,mBAAmB,CAWnC;AAXD,WAAiB,mBAAmB;IAClC,SAAgB,UAAU,CAAC,GAAwB;QACjD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAwB;QAC7D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAWnC"}
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Object Storage Service API
|
|
3
|
+
* Use Object Storage and Archive Storage APIs to manage buckets, objects, and related resources.
|
|
4
|
+
For more information, see [Overview of Object Storage](/Content/Object/Concepts/objectstorageoverview.htm) and
|
|
5
|
+
[Overview of Archive Storage](/Content/Archive/Concepts/archivestorageoverview.htm).
|
|
6
|
+
|
|
7
|
+
* OpenAPI spec version: 20160918
|
|
8
|
+
* Contact: opc_casper_users_us_grp@oracle.com
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
15
|
+
*/
|
|
16
|
+
import * as model from "../model";
|
|
17
|
+
/**
|
|
18
|
+
* Details to create a private endpoint
|
|
19
|
+
*
|
|
20
|
+
*/
|
|
21
|
+
export interface CreatePrivateEndpointDetails {
|
|
22
|
+
/**
|
|
23
|
+
* This name associated with the endpoint. Valid characters are uppercase or lowercase letters, numbers, hyphens,
|
|
24
|
+
* underscores, and periods.
|
|
25
|
+
* Example: my-new-private-endpoint1
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
"name": string;
|
|
29
|
+
/**
|
|
30
|
+
* The ID of the compartment in which to create the Private Endpoint.
|
|
31
|
+
*/
|
|
32
|
+
"compartmentId": string;
|
|
33
|
+
/**
|
|
34
|
+
* The OCID of the customer's subnet where the private endpoint VNIC will reside.
|
|
35
|
+
*
|
|
36
|
+
*/
|
|
37
|
+
"subnetId": string;
|
|
38
|
+
/**
|
|
39
|
+
* A prefix to use for the private endpoint. The customer VCN's DNS records are
|
|
40
|
+
* updated with this prefix. The prefix input from the customer will be the first sub-domain in the endpointFqdn.
|
|
41
|
+
* Example: If the prefix chosen is \"abc\", then the endpointFqdn will be 'abc.private.objectstorage.<region>.oraclecloud.com'
|
|
42
|
+
*
|
|
43
|
+
*/
|
|
44
|
+
"prefix": string;
|
|
45
|
+
/**
|
|
46
|
+
* A list of additional prefix that you can provide along with any other prefix. These resulting endpointFqdn's are added to the
|
|
47
|
+
* customer VCN's DNS record.
|
|
48
|
+
*
|
|
49
|
+
*/
|
|
50
|
+
"additionalPrefixes"?: Array<string>;
|
|
51
|
+
/**
|
|
52
|
+
* The private IP address to assign to this private endpoint. If you provide a value,
|
|
53
|
+
* it must be an available IP address in the customer's subnet. If it's not available, an error
|
|
54
|
+
* is returned.
|
|
55
|
+
* <p>
|
|
56
|
+
If you do not provide a value, an available IP address in the subnet is automatically chosen.
|
|
57
|
+
*
|
|
58
|
+
*/
|
|
59
|
+
"privateEndpointIp"?: string;
|
|
60
|
+
/**
|
|
61
|
+
* A list of the OCIDs of the network security groups (NSGs) to add the private endpoint's VNIC to.
|
|
62
|
+
* For more information about NSGs, see
|
|
63
|
+
* {@link NetworkSecurityGroup}.
|
|
64
|
+
*
|
|
65
|
+
*/
|
|
66
|
+
"nsgIds"?: Array<string>;
|
|
67
|
+
/**
|
|
68
|
+
* A list of targets that can be accessed by the private endpoint.
|
|
69
|
+
*
|
|
70
|
+
*/
|
|
71
|
+
"accessTargets": Array<model.AccessTargetDetails>;
|
|
72
|
+
/**
|
|
73
|
+
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
74
|
+
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
75
|
+
* Example: {@code {\"Department\": \"Finance\"}}
|
|
76
|
+
*
|
|
77
|
+
*/
|
|
78
|
+
"freeformTags"?: {
|
|
79
|
+
[key: string]: string;
|
|
80
|
+
};
|
|
81
|
+
/**
|
|
82
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
83
|
+
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
84
|
+
* Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
85
|
+
*
|
|
86
|
+
*/
|
|
87
|
+
"definedTags"?: {
|
|
88
|
+
[key: string]: {
|
|
89
|
+
[key: string]: any;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
92
|
+
}
|
|
93
|
+
export declare namespace CreatePrivateEndpointDetails {
|
|
94
|
+
function getJsonObj(obj: CreatePrivateEndpointDetails): object;
|
|
95
|
+
function getDeserializedJsonObj(obj: CreatePrivateEndpointDetails): object;
|
|
96
|
+
}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Object Storage Service API
|
|
4
|
+
* Use Object Storage and Archive Storage APIs to manage buckets, objects, and related resources.
|
|
5
|
+
For more information, see [Overview of Object Storage](/Content/Object/Concepts/objectstorageoverview.htm) and
|
|
6
|
+
[Overview of Archive Storage](/Content/Archive/Concepts/archivestorageoverview.htm).
|
|
7
|
+
|
|
8
|
+
* OpenAPI spec version: 20160918
|
|
9
|
+
* Contact: opc_casper_users_us_grp@oracle.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*
|
|
14
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
15
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
16
|
+
*/
|
|
17
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
20
|
+
}) : (function(o, m, k, k2) {
|
|
21
|
+
if (k2 === undefined) k2 = k;
|
|
22
|
+
o[k2] = m[k];
|
|
23
|
+
}));
|
|
24
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
25
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
26
|
+
}) : function(o, v) {
|
|
27
|
+
o["default"] = v;
|
|
28
|
+
});
|
|
29
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
30
|
+
if (mod && mod.__esModule) return mod;
|
|
31
|
+
var result = {};
|
|
32
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
33
|
+
__setModuleDefault(result, mod);
|
|
34
|
+
return result;
|
|
35
|
+
};
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.CreatePrivateEndpointDetails = void 0;
|
|
38
|
+
const model = __importStar(require("../model"));
|
|
39
|
+
var CreatePrivateEndpointDetails;
|
|
40
|
+
(function (CreatePrivateEndpointDetails) {
|
|
41
|
+
function getJsonObj(obj) {
|
|
42
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
43
|
+
"accessTargets": obj.accessTargets
|
|
44
|
+
? obj.accessTargets.map(item => {
|
|
45
|
+
return model.AccessTargetDetails.getJsonObj(item);
|
|
46
|
+
})
|
|
47
|
+
: undefined
|
|
48
|
+
});
|
|
49
|
+
return jsonObj;
|
|
50
|
+
}
|
|
51
|
+
CreatePrivateEndpointDetails.getJsonObj = getJsonObj;
|
|
52
|
+
function getDeserializedJsonObj(obj) {
|
|
53
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
54
|
+
"accessTargets": obj.accessTargets
|
|
55
|
+
? obj.accessTargets.map(item => {
|
|
56
|
+
return model.AccessTargetDetails.getDeserializedJsonObj(item);
|
|
57
|
+
})
|
|
58
|
+
: undefined
|
|
59
|
+
});
|
|
60
|
+
return jsonObj;
|
|
61
|
+
}
|
|
62
|
+
CreatePrivateEndpointDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
63
|
+
})(CreatePrivateEndpointDetails = exports.CreatePrivateEndpointDetails || (exports.CreatePrivateEndpointDetails = {}));
|
|
64
|
+
//# sourceMappingURL=create-private-endpoint-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-private-endpoint-details.js","sourceRoot":"","sources":["../../../../../lib/objectstorage/lib/model/create-private-endpoint-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA0ElC,IAAiB,4BAA4B,CA6B5C;AA7BD,WAAiB,4BAA4B;IAC3C,SAAgB,UAAU,CAAC,GAAiC;QAC1D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,GAAG,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC3B,OAAO,KAAK,CAAC,mBAAmB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACpD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,uCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiC;QACtE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,GAAG,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC3B,OAAO,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAChE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,mDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QA6B5C"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Object Storage Service API
|
|
3
|
+
* Use Object Storage and Archive Storage APIs to manage buckets, objects, and related resources.
|
|
4
|
+
For more information, see [Overview of Object Storage](/Content/Object/Concepts/objectstorageoverview.htm) and
|
|
5
|
+
[Overview of Archive Storage](/Content/Archive/Concepts/archivestorageoverview.htm).
|
|
6
|
+
|
|
7
|
+
* OpenAPI spec version: 20160918
|
|
8
|
+
* Contact: opc_casper_users_us_grp@oracle.com
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
15
|
+
*/
|
|
16
|
+
import * as model from "../model";
|
|
17
|
+
/**
|
|
18
|
+
* The object representing FQDN details formed using prefix and additionalPrefixes.
|
|
19
|
+
*
|
|
20
|
+
*/
|
|
21
|
+
export interface Fqdns {
|
|
22
|
+
"prefixFqdns"?: model.PrefixFqdns;
|
|
23
|
+
/**
|
|
24
|
+
* An object containing FQDNs formed using additionalPrefixes.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"additionalPrefixesFqdns"?: {
|
|
28
|
+
[key: string]: model.PrefixFqdns;
|
|
29
|
+
};
|
|
30
|
+
}
|
|
31
|
+
export declare namespace Fqdns {
|
|
32
|
+
function getJsonObj(obj: Fqdns): object;
|
|
33
|
+
function getDeserializedJsonObj(obj: Fqdns): object;
|
|
34
|
+
}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Object Storage Service API
|
|
4
|
+
* Use Object Storage and Archive Storage APIs to manage buckets, objects, and related resources.
|
|
5
|
+
For more information, see [Overview of Object Storage](/Content/Object/Concepts/objectstorageoverview.htm) and
|
|
6
|
+
[Overview of Archive Storage](/Content/Archive/Concepts/archivestorageoverview.htm).
|
|
7
|
+
|
|
8
|
+
* OpenAPI spec version: 20160918
|
|
9
|
+
* Contact: opc_casper_users_us_grp@oracle.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*
|
|
14
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
15
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
16
|
+
*/
|
|
17
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
20
|
+
}) : (function(o, m, k, k2) {
|
|
21
|
+
if (k2 === undefined) k2 = k;
|
|
22
|
+
o[k2] = m[k];
|
|
23
|
+
}));
|
|
24
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
25
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
26
|
+
}) : function(o, v) {
|
|
27
|
+
o["default"] = v;
|
|
28
|
+
});
|
|
29
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
30
|
+
if (mod && mod.__esModule) return mod;
|
|
31
|
+
var result = {};
|
|
32
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
33
|
+
__setModuleDefault(result, mod);
|
|
34
|
+
return result;
|
|
35
|
+
};
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.Fqdns = void 0;
|
|
38
|
+
const model = __importStar(require("../model"));
|
|
39
|
+
const common = require("oci-common");
|
|
40
|
+
var Fqdns;
|
|
41
|
+
(function (Fqdns) {
|
|
42
|
+
function getJsonObj(obj) {
|
|
43
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
44
|
+
"prefixFqdns": obj.prefixFqdns ? model.PrefixFqdns.getJsonObj(obj.prefixFqdns) : undefined,
|
|
45
|
+
"additionalPrefixesFqdns": obj.additionalPrefixesFqdns
|
|
46
|
+
? common.mapContainer(obj.additionalPrefixesFqdns, model.PrefixFqdns.getJsonObj)
|
|
47
|
+
: undefined
|
|
48
|
+
});
|
|
49
|
+
return jsonObj;
|
|
50
|
+
}
|
|
51
|
+
Fqdns.getJsonObj = getJsonObj;
|
|
52
|
+
function getDeserializedJsonObj(obj) {
|
|
53
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
54
|
+
"prefixFqdns": obj.prefixFqdns
|
|
55
|
+
? model.PrefixFqdns.getDeserializedJsonObj(obj.prefixFqdns)
|
|
56
|
+
: undefined,
|
|
57
|
+
"additionalPrefixesFqdns": obj.additionalPrefixesFqdns
|
|
58
|
+
? common.mapContainer(obj.additionalPrefixesFqdns, model.PrefixFqdns.getDeserializedJsonObj)
|
|
59
|
+
: undefined
|
|
60
|
+
});
|
|
61
|
+
return jsonObj;
|
|
62
|
+
}
|
|
63
|
+
Fqdns.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
64
|
+
})(Fqdns = exports.Fqdns || (exports.Fqdns = {}));
|
|
65
|
+
//# sourceMappingURL=fqdns.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fqdns.js","sourceRoot":"","sources":["../../../../../lib/objectstorage/lib/model/fqdns.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AAetC,IAAiB,KAAK,CAgCrB;AAhCD,WAAiB,KAAK;IACpB,SAAgB,UAAU,CAAC,GAAU;QACnC,MAAM,OAAO,mCACR,GAAG,GACH;YACD,aAAa,EAAE,GAAG,CAAC,WAAW,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,UAAU,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,SAAS;YAC1F,yBAAyB,EAAE,GAAG,CAAC,uBAAuB;gBACpD,CAAC,CAAC,MAAM,CAAC,YAAY,CAAC,GAAG,CAAC,uBAAuB,EAAE,KAAK,CAAC,WAAW,CAAC,UAAU,CAAC;gBAChF,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,gBAAU,aAYzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAU;QAC/C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,aAAa,EAAE,GAAG,CAAC,WAAW;gBAC5B,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,sBAAsB,CAAC,GAAG,CAAC,WAAW,CAAC;gBAC3D,CAAC,CAAC,SAAS;YACb,yBAAyB,EAAE,GAAG,CAAC,uBAAuB;gBACpD,CAAC,CAAC,MAAM,CAAC,YAAY,CACjB,GAAG,CAAC,uBAAuB,EAC3B,KAAK,CAAC,WAAW,CAAC,sBAAsB,CACzC;gBACH,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAjBe,4BAAsB,yBAiBrC,CAAA;AACH,CAAC,EAhCgB,KAAK,GAAL,aAAK,KAAL,aAAK,QAgCrB"}
|
package/lib/model/index.d.ts
CHANGED
|
@@ -13,6 +13,8 @@ For more information, see [Overview of Object Storage](/Content/Object/Concepts/
|
|
|
13
13
|
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
14
14
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
15
15
|
*/
|
|
16
|
+
import * as AccessTargetDetails from "./access-target-details";
|
|
17
|
+
export import AccessTargetDetails = AccessTargetDetails.AccessTargetDetails;
|
|
16
18
|
import * as ArchivalState from "./archival-state";
|
|
17
19
|
export import ArchivalState = ArchivalState.ArchivalState;
|
|
18
20
|
import * as Bucket from "./bucket";
|
|
@@ -31,12 +33,16 @@ import * as CreateMultipartUploadDetails from "./create-multipart-upload-details
|
|
|
31
33
|
export import CreateMultipartUploadDetails = CreateMultipartUploadDetails.CreateMultipartUploadDetails;
|
|
32
34
|
import * as CreatePreauthenticatedRequestDetails from "./create-preauthenticated-request-details";
|
|
33
35
|
export import CreatePreauthenticatedRequestDetails = CreatePreauthenticatedRequestDetails.CreatePreauthenticatedRequestDetails;
|
|
36
|
+
import * as CreatePrivateEndpointDetails from "./create-private-endpoint-details";
|
|
37
|
+
export import CreatePrivateEndpointDetails = CreatePrivateEndpointDetails.CreatePrivateEndpointDetails;
|
|
34
38
|
import * as CreateReplicationPolicyDetails from "./create-replication-policy-details";
|
|
35
39
|
export import CreateReplicationPolicyDetails = CreateReplicationPolicyDetails.CreateReplicationPolicyDetails;
|
|
36
40
|
import * as CreateRetentionRuleDetails from "./create-retention-rule-details";
|
|
37
41
|
export import CreateRetentionRuleDetails = CreateRetentionRuleDetails.CreateRetentionRuleDetails;
|
|
38
42
|
import * as Duration from "./duration";
|
|
39
43
|
export import Duration = Duration.Duration;
|
|
44
|
+
import * as Fqdns from "./fqdns";
|
|
45
|
+
export import Fqdns = Fqdns.Fqdns;
|
|
40
46
|
import * as ListObjects from "./list-objects";
|
|
41
47
|
export import ListObjects = ListObjects.ListObjects;
|
|
42
48
|
import * as MultipartUpload from "./multipart-upload";
|
|
@@ -63,6 +69,12 @@ import * as PreauthenticatedRequest from "./preauthenticated-request";
|
|
|
63
69
|
export import PreauthenticatedRequest = PreauthenticatedRequest.PreauthenticatedRequest;
|
|
64
70
|
import * as PreauthenticatedRequestSummary from "./preauthenticated-request-summary";
|
|
65
71
|
export import PreauthenticatedRequestSummary = PreauthenticatedRequestSummary.PreauthenticatedRequestSummary;
|
|
72
|
+
import * as PrefixFqdns from "./prefix-fqdns";
|
|
73
|
+
export import PrefixFqdns = PrefixFqdns.PrefixFqdns;
|
|
74
|
+
import * as PrivateEndpoint from "./private-endpoint";
|
|
75
|
+
export import PrivateEndpoint = PrivateEndpoint.PrivateEndpoint;
|
|
76
|
+
import * as PrivateEndpointSummary from "./private-endpoint-summary";
|
|
77
|
+
export import PrivateEndpointSummary = PrivateEndpointSummary.PrivateEndpointSummary;
|
|
66
78
|
import * as PutObjectLifecyclePolicyDetails from "./put-object-lifecycle-policy-details";
|
|
67
79
|
export import PutObjectLifecyclePolicyDetails = PutObjectLifecyclePolicyDetails.PutObjectLifecyclePolicyDetails;
|
|
68
80
|
import * as ReencryptObjectDetails from "./reencrypt-object-details";
|
|
@@ -95,6 +107,8 @@ import * as UpdateNamespaceMetadataDetails from "./update-namespace-metadata-det
|
|
|
95
107
|
export import UpdateNamespaceMetadataDetails = UpdateNamespaceMetadataDetails.UpdateNamespaceMetadataDetails;
|
|
96
108
|
import * as UpdateObjectStorageTierDetails from "./update-object-storage-tier-details";
|
|
97
109
|
export import UpdateObjectStorageTierDetails = UpdateObjectStorageTierDetails.UpdateObjectStorageTierDetails;
|
|
110
|
+
import * as UpdatePrivateEndpointDetails from "./update-private-endpoint-details";
|
|
111
|
+
export import UpdatePrivateEndpointDetails = UpdatePrivateEndpointDetails.UpdatePrivateEndpointDetails;
|
|
98
112
|
import * as UpdateRetentionRuleDetails from "./update-retention-rule-details";
|
|
99
113
|
export import UpdateRetentionRuleDetails = UpdateRetentionRuleDetails.UpdateRetentionRuleDetails;
|
|
100
114
|
import * as WorkRequest from "./work-request";
|
package/lib/model/index.js
CHANGED
|
@@ -34,7 +34,10 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
34
34
|
return result;
|
|
35
35
|
};
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
-
exports.
|
|
37
|
+
exports.WorkRequest = exports.UpdateRetentionRuleDetails = exports.UpdatePrivateEndpointDetails = exports.UpdateObjectStorageTierDetails = exports.UpdateNamespaceMetadataDetails = exports.UpdateBucketDetails = exports.StorageTier = exports.SSECustomerKeyDetails = exports.RetentionRuleSummary = exports.RetentionRuleDetails = exports.RetentionRuleCollection = exports.RetentionRule = exports.RestoreObjectsDetails = exports.ReplicationSource = exports.ReplicationPolicySummary = exports.ReplicationPolicy = exports.RenameObjectDetails = exports.ReencryptObjectDetails = exports.PutObjectLifecyclePolicyDetails = exports.PrivateEndpointSummary = exports.PrivateEndpoint = exports.PrefixFqdns = exports.PreauthenticatedRequestSummary = exports.PreauthenticatedRequest = exports.PatternDetails = exports.ObjectVersionSummary = exports.ObjectVersionCollection = exports.ObjectSummary = exports.ObjectNameFilter = exports.ObjectLifecycleRule = exports.ObjectLifecyclePolicy = exports.NamespaceMetadata = exports.MultipartUploadPartSummary = exports.MultipartUpload = exports.ListObjects = exports.Fqdns = exports.Duration = exports.CreateRetentionRuleDetails = exports.CreateReplicationPolicyDetails = exports.CreatePrivateEndpointDetails = exports.CreatePreauthenticatedRequestDetails = exports.CreateMultipartUploadDetails = exports.CreateBucketDetails = exports.CopyObjectDetails = exports.CommitMultipartUploadPartDetails = exports.CommitMultipartUploadDetails = exports.BucketSummary = exports.Bucket = exports.ArchivalState = exports.AccessTargetDetails = void 0;
|
|
38
|
+
exports.WorkRequestSummary = exports.WorkRequestResourceMetadataKey = exports.WorkRequestResource = exports.WorkRequestLogEntry = exports.WorkRequestError = void 0;
|
|
39
|
+
const AccessTargetDetails = __importStar(require("./access-target-details"));
|
|
40
|
+
exports.AccessTargetDetails = AccessTargetDetails.AccessTargetDetails;
|
|
38
41
|
const ArchivalState = __importStar(require("./archival-state"));
|
|
39
42
|
exports.ArchivalState = ArchivalState.ArchivalState;
|
|
40
43
|
const Bucket = __importStar(require("./bucket"));
|
|
@@ -53,12 +56,16 @@ const CreateMultipartUploadDetails = __importStar(require("./create-multipart-up
|
|
|
53
56
|
exports.CreateMultipartUploadDetails = CreateMultipartUploadDetails.CreateMultipartUploadDetails;
|
|
54
57
|
const CreatePreauthenticatedRequestDetails = __importStar(require("./create-preauthenticated-request-details"));
|
|
55
58
|
exports.CreatePreauthenticatedRequestDetails = CreatePreauthenticatedRequestDetails.CreatePreauthenticatedRequestDetails;
|
|
59
|
+
const CreatePrivateEndpointDetails = __importStar(require("./create-private-endpoint-details"));
|
|
60
|
+
exports.CreatePrivateEndpointDetails = CreatePrivateEndpointDetails.CreatePrivateEndpointDetails;
|
|
56
61
|
const CreateReplicationPolicyDetails = __importStar(require("./create-replication-policy-details"));
|
|
57
62
|
exports.CreateReplicationPolicyDetails = CreateReplicationPolicyDetails.CreateReplicationPolicyDetails;
|
|
58
63
|
const CreateRetentionRuleDetails = __importStar(require("./create-retention-rule-details"));
|
|
59
64
|
exports.CreateRetentionRuleDetails = CreateRetentionRuleDetails.CreateRetentionRuleDetails;
|
|
60
65
|
const Duration = __importStar(require("./duration"));
|
|
61
66
|
exports.Duration = Duration.Duration;
|
|
67
|
+
const Fqdns = __importStar(require("./fqdns"));
|
|
68
|
+
exports.Fqdns = Fqdns.Fqdns;
|
|
62
69
|
const ListObjects = __importStar(require("./list-objects"));
|
|
63
70
|
exports.ListObjects = ListObjects.ListObjects;
|
|
64
71
|
const MultipartUpload = __importStar(require("./multipart-upload"));
|
|
@@ -85,6 +92,12 @@ const PreauthenticatedRequest = __importStar(require("./preauthenticated-request
|
|
|
85
92
|
exports.PreauthenticatedRequest = PreauthenticatedRequest.PreauthenticatedRequest;
|
|
86
93
|
const PreauthenticatedRequestSummary = __importStar(require("./preauthenticated-request-summary"));
|
|
87
94
|
exports.PreauthenticatedRequestSummary = PreauthenticatedRequestSummary.PreauthenticatedRequestSummary;
|
|
95
|
+
const PrefixFqdns = __importStar(require("./prefix-fqdns"));
|
|
96
|
+
exports.PrefixFqdns = PrefixFqdns.PrefixFqdns;
|
|
97
|
+
const PrivateEndpoint = __importStar(require("./private-endpoint"));
|
|
98
|
+
exports.PrivateEndpoint = PrivateEndpoint.PrivateEndpoint;
|
|
99
|
+
const PrivateEndpointSummary = __importStar(require("./private-endpoint-summary"));
|
|
100
|
+
exports.PrivateEndpointSummary = PrivateEndpointSummary.PrivateEndpointSummary;
|
|
88
101
|
const PutObjectLifecyclePolicyDetails = __importStar(require("./put-object-lifecycle-policy-details"));
|
|
89
102
|
exports.PutObjectLifecyclePolicyDetails = PutObjectLifecyclePolicyDetails.PutObjectLifecyclePolicyDetails;
|
|
90
103
|
const ReencryptObjectDetails = __importStar(require("./reencrypt-object-details"));
|
|
@@ -117,6 +130,8 @@ const UpdateNamespaceMetadataDetails = __importStar(require("./update-namespace-
|
|
|
117
130
|
exports.UpdateNamespaceMetadataDetails = UpdateNamespaceMetadataDetails.UpdateNamespaceMetadataDetails;
|
|
118
131
|
const UpdateObjectStorageTierDetails = __importStar(require("./update-object-storage-tier-details"));
|
|
119
132
|
exports.UpdateObjectStorageTierDetails = UpdateObjectStorageTierDetails.UpdateObjectStorageTierDetails;
|
|
133
|
+
const UpdatePrivateEndpointDetails = __importStar(require("./update-private-endpoint-details"));
|
|
134
|
+
exports.UpdatePrivateEndpointDetails = UpdatePrivateEndpointDetails.UpdatePrivateEndpointDetails;
|
|
120
135
|
const UpdateRetentionRuleDetails = __importStar(require("./update-retention-rule-details"));
|
|
121
136
|
exports.UpdateRetentionRuleDetails = UpdateRetentionRuleDetails.UpdateRetentionRuleDetails;
|
|
122
137
|
const WorkRequest = __importStar(require("./work-request"));
|
package/lib/model/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/objectstorage/lib/model/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/objectstorage/lib/model/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Object Storage Service API
|
|
3
|
+
* Use Object Storage and Archive Storage APIs to manage buckets, objects, and related resources.
|
|
4
|
+
For more information, see [Overview of Object Storage](/Content/Object/Concepts/objectstorageoverview.htm) and
|
|
5
|
+
[Overview of Archive Storage](/Content/Archive/Concepts/archivestorageoverview.htm).
|
|
6
|
+
|
|
7
|
+
* OpenAPI spec version: 20160918
|
|
8
|
+
* Contact: opc_casper_users_us_grp@oracle.com
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
15
|
+
*/
|
|
16
|
+
/**
|
|
17
|
+
* An object containing FQDNs
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
export interface PrefixFqdns {
|
|
21
|
+
/**
|
|
22
|
+
* ObjectStorage API FQDN
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"objectStorageApiFqdn"?: string;
|
|
26
|
+
/**
|
|
27
|
+
* S3 Compatibility API FQDN
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
"s3CompatibilityApiFqdn"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* Swift API FQDN
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
"swiftApiFqdn"?: string;
|
|
36
|
+
}
|
|
37
|
+
export declare namespace PrefixFqdns {
|
|
38
|
+
function getJsonObj(obj: PrefixFqdns): object;
|
|
39
|
+
function getDeserializedJsonObj(obj: PrefixFqdns): object;
|
|
40
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Object Storage Service API
|
|
4
|
+
* Use Object Storage and Archive Storage APIs to manage buckets, objects, and related resources.
|
|
5
|
+
For more information, see [Overview of Object Storage](/Content/Object/Concepts/objectstorageoverview.htm) and
|
|
6
|
+
[Overview of Archive Storage](/Content/Archive/Concepts/archivestorageoverview.htm).
|
|
7
|
+
|
|
8
|
+
* OpenAPI spec version: 20160918
|
|
9
|
+
* Contact: opc_casper_users_us_grp@oracle.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*
|
|
14
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
15
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
16
|
+
*/
|
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
exports.PrefixFqdns = void 0;
|
|
19
|
+
var PrefixFqdns;
|
|
20
|
+
(function (PrefixFqdns) {
|
|
21
|
+
function getJsonObj(obj) {
|
|
22
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
23
|
+
return jsonObj;
|
|
24
|
+
}
|
|
25
|
+
PrefixFqdns.getJsonObj = getJsonObj;
|
|
26
|
+
function getDeserializedJsonObj(obj) {
|
|
27
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
28
|
+
return jsonObj;
|
|
29
|
+
}
|
|
30
|
+
PrefixFqdns.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
31
|
+
})(PrefixFqdns = exports.PrefixFqdns || (exports.PrefixFqdns = {}));
|
|
32
|
+
//# sourceMappingURL=prefix-fqdns.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"prefix-fqdns.js","sourceRoot":"","sources":["../../../../../lib/objectstorage/lib/model/prefix-fqdns.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AA2BH,IAAiB,WAAW,CAW3B;AAXD,WAAiB,WAAW;IAC1B,SAAgB,UAAU,CAAC,GAAgB;QACzC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgB;QACrD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAW3B"}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Object Storage Service API
|
|
3
|
+
* Use Object Storage and Archive Storage APIs to manage buckets, objects, and related resources.
|
|
4
|
+
For more information, see [Overview of Object Storage](/Content/Object/Concepts/objectstorageoverview.htm) and
|
|
5
|
+
[Overview of Archive Storage](/Content/Archive/Concepts/archivestorageoverview.htm).
|
|
6
|
+
|
|
7
|
+
* OpenAPI spec version: 20160918
|
|
8
|
+
* Contact: opc_casper_users_us_grp@oracle.com
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
15
|
+
*/
|
|
16
|
+
import * as model from "../model";
|
|
17
|
+
/**
|
|
18
|
+
* To use any of the API operations, you must be authorized in an IAM policy. If you are not authorized,
|
|
19
|
+
* talk to an administrator. If you are an administrator who needs to write policies to give users access, see
|
|
20
|
+
* [Getting Started with Policies](https://docs.cloud.oracle.com/Content/Identity/Concepts/policygetstarted.htm).
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
export interface PrivateEndpointSummary {
|
|
24
|
+
/**
|
|
25
|
+
* The name given to the Private Endpoint. Avoid entering confidential information.
|
|
26
|
+
* Example: my-new-pe1
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
"name": string;
|
|
30
|
+
/**
|
|
31
|
+
* The Object Storage namespace with which the Private Endpoint is associated.
|
|
32
|
+
*/
|
|
33
|
+
"namespace": string;
|
|
34
|
+
/**
|
|
35
|
+
* The compartment ID in which the Private Endpoint is authorized.
|
|
36
|
+
*/
|
|
37
|
+
"compartmentId": string;
|
|
38
|
+
/**
|
|
39
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the user who created the Private Endpoint.
|
|
40
|
+
*/
|
|
41
|
+
"createdBy": string;
|
|
42
|
+
/**
|
|
43
|
+
* The date and time the Private Endpoint was created, as described in [RFC 2616](https://tools.ietf.org/html/rfc2616#section-14.29).
|
|
44
|
+
*/
|
|
45
|
+
"timeCreated": Date;
|
|
46
|
+
/**
|
|
47
|
+
* The date and time the Private Endpoint was updated, as described in [RFC 2616](https://tools.ietf.org/html/rfc2616#section-14.29).
|
|
48
|
+
*/
|
|
49
|
+
"timeModified": Date;
|
|
50
|
+
/**
|
|
51
|
+
* A prefix to use for the private endpoint. The customer VCN's DNS records are
|
|
52
|
+
* updated with this prefix. The prefix input from the customer will be the first sub-domain in the endpointFqdn.
|
|
53
|
+
* Example: If the prefix chosen is \"abc\", then the endpointFqdn will be 'abc.private.objectstorage.<region>.oraclecloud.com'
|
|
54
|
+
*
|
|
55
|
+
*/
|
|
56
|
+
"prefix": string;
|
|
57
|
+
"fqdns": model.Fqdns;
|
|
58
|
+
/**
|
|
59
|
+
* The entity tag for the Private Endpoint.
|
|
60
|
+
*/
|
|
61
|
+
"etag": string;
|
|
62
|
+
/**
|
|
63
|
+
* The summaries of Private Endpoints' lifecycle state.
|
|
64
|
+
*/
|
|
65
|
+
"lifecycleState": string;
|
|
66
|
+
}
|
|
67
|
+
export declare namespace PrivateEndpointSummary {
|
|
68
|
+
function getJsonObj(obj: PrivateEndpointSummary): object;
|
|
69
|
+
function getDeserializedJsonObj(obj: PrivateEndpointSummary): object;
|
|
70
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Object Storage Service API
|
|
4
|
+
* Use Object Storage and Archive Storage APIs to manage buckets, objects, and related resources.
|
|
5
|
+
For more information, see [Overview of Object Storage](/Content/Object/Concepts/objectstorageoverview.htm) and
|
|
6
|
+
[Overview of Archive Storage](/Content/Archive/Concepts/archivestorageoverview.htm).
|
|
7
|
+
|
|
8
|
+
* OpenAPI spec version: 20160918
|
|
9
|
+
* Contact: opc_casper_users_us_grp@oracle.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*
|
|
14
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
15
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
16
|
+
*/
|
|
17
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
20
|
+
}) : (function(o, m, k, k2) {
|
|
21
|
+
if (k2 === undefined) k2 = k;
|
|
22
|
+
o[k2] = m[k];
|
|
23
|
+
}));
|
|
24
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
25
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
26
|
+
}) : function(o, v) {
|
|
27
|
+
o["default"] = v;
|
|
28
|
+
});
|
|
29
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
30
|
+
if (mod && mod.__esModule) return mod;
|
|
31
|
+
var result = {};
|
|
32
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
33
|
+
__setModuleDefault(result, mod);
|
|
34
|
+
return result;
|
|
35
|
+
};
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.PrivateEndpointSummary = void 0;
|
|
38
|
+
const model = __importStar(require("../model"));
|
|
39
|
+
var PrivateEndpointSummary;
|
|
40
|
+
(function (PrivateEndpointSummary) {
|
|
41
|
+
function getJsonObj(obj) {
|
|
42
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
43
|
+
"fqdns": obj.fqdns ? model.Fqdns.getJsonObj(obj.fqdns) : undefined
|
|
44
|
+
});
|
|
45
|
+
return jsonObj;
|
|
46
|
+
}
|
|
47
|
+
PrivateEndpointSummary.getJsonObj = getJsonObj;
|
|
48
|
+
function getDeserializedJsonObj(obj) {
|
|
49
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
50
|
+
"fqdns": obj.fqdns ? model.Fqdns.getDeserializedJsonObj(obj.fqdns) : undefined
|
|
51
|
+
});
|
|
52
|
+
return jsonObj;
|
|
53
|
+
}
|
|
54
|
+
PrivateEndpointSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
55
|
+
})(PrivateEndpointSummary = exports.PrivateEndpointSummary || (exports.PrivateEndpointSummary = {}));
|
|
56
|
+
//# sourceMappingURL=private-endpoint-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"private-endpoint-summary.js","sourceRoot":"","sources":["../../../../../lib/objectstorage/lib/model/private-endpoint-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAsDlC,IAAiB,sBAAsB,CAqBtC;AArBD,WAAiB,sBAAsB;IACrC,SAAgB,UAAU,CAAC,GAA2B;QACpD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,UAAU,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,SAAS;SACnE,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,iCAAU,aASzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA2B;QAChE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,sBAAsB,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,SAAS;SAC/E,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,6CAAsB,yBASrC,CAAA;AACH,CAAC,EArBgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAqBtC"}
|