oci-filestorage 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 +57 -51
- package/lib/client.js +59 -50
- package/lib/client.js.map +1 -1
- package/lib/model/client-options.d.ts +9 -9
- package/lib/model/create-export-details.d.ts +5 -5
- package/lib/model/create-file-system-details.d.ts +4 -4
- package/lib/model/create-filesystem-snapshot-policy-details.d.ts +7 -7
- package/lib/model/create-ldap-idmap-details.d.ts +2 -2
- package/lib/model/create-mount-target-details.d.ts +15 -15
- package/lib/model/create-outbound-connector-details.d.ts +4 -4
- package/lib/model/create-replication-details.d.ts +4 -4
- package/lib/model/create-snapshot-details.d.ts +3 -3
- package/lib/model/export-set-summary.d.ts +3 -3
- package/lib/model/export-set.d.ts +17 -17
- package/lib/model/export-summary.d.ts +2 -2
- package/lib/model/export.d.ts +11 -11
- package/lib/model/file-system-summary.d.ts +5 -5
- package/lib/model/file-system.d.ts +6 -6
- package/lib/model/filesystem-snapshot-policy-summary.d.ts +6 -6
- package/lib/model/filesystem-snapshot-policy.d.ts +6 -6
- package/lib/model/ldap-idmap.d.ts +2 -2
- package/lib/model/mount-target-summary.d.ts +5 -5
- package/lib/model/mount-target.d.ts +5 -5
- package/lib/model/outbound-connector-summary.d.ts +5 -5
- package/lib/model/outbound-connector.d.ts +5 -5
- package/lib/model/replication-summary.d.ts +9 -9
- package/lib/model/replication-target-summary.d.ts +6 -6
- package/lib/model/replication-target.d.ts +11 -11
- package/lib/model/replication.d.ts +8 -8
- package/lib/model/snapshot-schedule.d.ts +2 -2
- package/lib/model/snapshot-summary.d.ts +9 -9
- package/lib/model/snapshot.d.ts +9 -9
- package/lib/model/update-export-details.d.ts +1 -1
- package/lib/model/update-export-set-details.d.ts +15 -15
- package/lib/model/update-file-system-details.d.ts +3 -3
- package/lib/model/update-filesystem-snapshot-policy-details.d.ts +6 -6
- package/lib/model/update-ldap-idmap-details.d.ts +2 -2
- package/lib/model/update-mount-target-details.d.ts +3 -3
- package/lib/model/update-outbound-connector-details.d.ts +3 -3
- package/lib/model/update-replication-details.d.ts +4 -4
- package/lib/model/update-snapshot-details.d.ts +3 -3
- package/lib/request/change-file-system-compartment-request.d.ts +2 -2
- package/lib/request/change-filesystem-snapshot-policy-compartment-request.d.ts +2 -2
- package/lib/request/change-mount-target-compartment-request.d.ts +2 -2
- package/lib/request/change-outbound-connector-compartment-request.d.ts +2 -2
- package/lib/request/change-replication-compartment-request.d.ts +2 -2
- package/lib/request/create-export-request.d.ts +1 -1
- package/lib/request/create-file-system-request.d.ts +1 -1
- package/lib/request/create-filesystem-snapshot-policy-request.d.ts +1 -1
- package/lib/request/create-mount-target-request.d.ts +1 -1
- package/lib/request/create-outbound-connector-request.d.ts +1 -1
- package/lib/request/create-replication-request.d.ts +1 -1
- package/lib/request/create-snapshot-request.d.ts +1 -1
- package/lib/request/delete-export-request.d.ts +2 -2
- package/lib/request/delete-file-system-request.d.ts +2 -2
- package/lib/request/delete-filesystem-snapshot-policy-request.d.ts +2 -2
- package/lib/request/delete-mount-target-request.d.ts +2 -2
- package/lib/request/delete-outbound-connector-request.d.ts +2 -2
- package/lib/request/delete-replication-request.d.ts +5 -5
- package/lib/request/delete-replication-target-request.d.ts +2 -2
- package/lib/request/delete-snapshot-request.d.ts +2 -2
- package/lib/request/estimate-replication-request.d.ts +2 -2
- package/lib/request/get-export-request.d.ts +1 -1
- package/lib/request/get-export-set-request.d.ts +1 -1
- package/lib/request/get-file-system-request.d.ts +1 -1
- package/lib/request/get-filesystem-snapshot-policy-request.d.ts +1 -1
- package/lib/request/get-mount-target-request.d.ts +1 -1
- package/lib/request/get-outbound-connector-request.d.ts +1 -1
- package/lib/request/get-replication-request.d.ts +1 -1
- package/lib/request/get-replication-target-request.d.ts +1 -1
- package/lib/request/get-snapshot-request.d.ts +1 -1
- package/lib/request/list-export-sets-request.d.ts +5 -5
- package/lib/request/list-exports-request.d.ts +3 -3
- package/lib/request/list-file-systems-request.d.ts +5 -5
- package/lib/request/list-filesystem-snapshot-policies-request.d.ts +5 -5
- package/lib/request/list-mount-targets-request.d.ts +5 -5
- package/lib/request/list-outbound-connectors-request.d.ts +5 -5
- package/lib/request/list-replication-targets-request.d.ts +7 -7
- package/lib/request/list-replications-request.d.ts +5 -5
- package/lib/request/list-snapshots-request.d.ts +3 -3
- package/lib/request/pause-filesystem-snapshot-policy-request.d.ts +2 -2
- package/lib/request/unpause-filesystem-snapshot-policy-request.d.ts +2 -2
- package/lib/request/update-export-request.d.ts +2 -2
- package/lib/request/update-export-set-request.d.ts +2 -2
- package/lib/request/update-file-system-request.d.ts +2 -2
- package/lib/request/update-filesystem-snapshot-policy-request.d.ts +2 -2
- package/lib/request/update-mount-target-request.d.ts +2 -2
- package/lib/request/update-outbound-connector-request.d.ts +2 -2
- package/lib/request/update-replication-request.d.ts +2 -2
- package/lib/request/update-snapshot-request.d.ts +2 -2
- package/lib/request/validate-key-tabs-request.d.ts +1 -1
- package/lib/response/create-export-response.d.ts +1 -1
- package/lib/response/create-file-system-response.d.ts +1 -1
- package/lib/response/create-filesystem-snapshot-policy-response.d.ts +1 -1
- package/lib/response/create-mount-target-response.d.ts +1 -1
- package/lib/response/create-outbound-connector-response.d.ts +1 -1
- package/lib/response/create-replication-response.d.ts +1 -1
- package/lib/response/create-snapshot-response.d.ts +1 -1
- package/lib/response/estimate-replication-response.d.ts +1 -1
- package/lib/response/get-export-response.d.ts +1 -1
- package/lib/response/get-export-set-response.d.ts +1 -1
- package/lib/response/get-file-system-response.d.ts +1 -1
- package/lib/response/get-filesystem-snapshot-policy-response.d.ts +1 -1
- package/lib/response/get-mount-target-response.d.ts +1 -1
- package/lib/response/get-outbound-connector-response.d.ts +1 -1
- package/lib/response/get-replication-response.d.ts +1 -1
- package/lib/response/get-replication-target-response.d.ts +1 -1
- package/lib/response/get-snapshot-response.d.ts +1 -1
- package/lib/response/pause-filesystem-snapshot-policy-response.d.ts +1 -1
- package/lib/response/unpause-filesystem-snapshot-policy-response.d.ts +1 -1
- package/lib/response/update-export-response.d.ts +1 -1
- package/lib/response/update-export-set-response.d.ts +1 -1
- package/lib/response/update-file-system-response.d.ts +1 -1
- package/lib/response/update-filesystem-snapshot-policy-response.d.ts +1 -1
- package/lib/response/update-mount-target-response.d.ts +1 -1
- package/lib/response/update-outbound-connector-response.d.ts +1 -1
- package/lib/response/update-replication-response.d.ts +1 -1
- package/lib/response/update-snapshot-response.d.ts +1 -1
- package/package.json +3 -3
|
@@ -20,7 +20,7 @@ export interface CreateMountTargetDetails {
|
|
|
20
20
|
/**
|
|
21
21
|
* The availability domain in which to create the mount target.
|
|
22
22
|
* <p>
|
|
23
|
-
Example:
|
|
23
|
+
Example: {@code Uocm:PHX-AD-1}
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
"availabilityDomain": string;
|
|
@@ -32,7 +32,7 @@ export interface CreateMountTargetDetails {
|
|
|
32
32
|
* A user-friendly name. It does not have to be unique, and it is changeable.
|
|
33
33
|
* Avoid entering confidential information.
|
|
34
34
|
* <p>
|
|
35
|
-
Example:
|
|
35
|
+
Example: {@code My mount target}
|
|
36
36
|
*
|
|
37
37
|
*/
|
|
38
38
|
"displayName"?: string;
|
|
@@ -40,23 +40,23 @@ export interface CreateMountTargetDetails {
|
|
|
40
40
|
* The hostname for the mount target's IP address, used for
|
|
41
41
|
* DNS resolution. The value is the hostname portion of the private IP
|
|
42
42
|
* address's fully qualified domain name (FQDN). For example,
|
|
43
|
-
*
|
|
43
|
+
* {@code files-1} in the FQDN {@code files-1.subnet123.vcn1.oraclevcn.com}.
|
|
44
44
|
* Must be unique across all VNICs in the subnet and comply
|
|
45
45
|
* with [RFC 952](https://tools.ietf.org/html/rfc952)
|
|
46
46
|
* and [RFC 1123](https://tools.ietf.org/html/rfc1123).
|
|
47
47
|
* <p>
|
|
48
48
|
Note: This attribute value is stored in the [PrivateIp](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/PrivateIp/) resource,
|
|
49
|
-
* not in the
|
|
50
|
-
* To update the
|
|
49
|
+
* not in the {@code mountTarget} resource.
|
|
50
|
+
* To update the {@code hostnameLabel}, use {@code GetMountTarget} to obtain the
|
|
51
51
|
* [OCIDs](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the mount target's
|
|
52
|
-
* private IPs (
|
|
52
|
+
* private IPs ({@code privateIpIds}). Then, you can use
|
|
53
53
|
* [UpdatePrivateIp](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/PrivateIp/UpdatePrivateIp)
|
|
54
|
-
* to update the
|
|
54
|
+
* to update the {@code hostnameLabel} value.
|
|
55
55
|
* <p>
|
|
56
56
|
For more information, see
|
|
57
57
|
* [DNS in Your Virtual Cloud Network](https://docs.cloud.oracle.com/Content/Network/Concepts/dns.htm).
|
|
58
58
|
* <p>
|
|
59
|
-
Example:
|
|
59
|
+
Example: {@code files-1}
|
|
60
60
|
*
|
|
61
61
|
*/
|
|
62
62
|
"hostnameLabel"?: string;
|
|
@@ -66,14 +66,14 @@ export interface CreateMountTargetDetails {
|
|
|
66
66
|
* assigns a private IP address from the subnet.
|
|
67
67
|
* <p>
|
|
68
68
|
Note: This attribute value is stored in the [PrivateIp](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/PrivateIp/) resource,
|
|
69
|
-
* not in the
|
|
70
|
-
* To update the
|
|
69
|
+
* not in the {@code mountTarget} resource.
|
|
70
|
+
* To update the {@code ipAddress}, use {@code GetMountTarget} to obtain the
|
|
71
71
|
* [OCIDs](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the mount target's
|
|
72
|
-
* private IPs (
|
|
72
|
+
* private IPs ({@code privateIpIds}). Then, you can use
|
|
73
73
|
* [UpdatePrivateIp](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/PrivateIp/UpdatePrivateIp)
|
|
74
|
-
* to update the
|
|
74
|
+
* to update the {@code ipAddress} value.
|
|
75
75
|
* <p>
|
|
76
|
-
Example:
|
|
76
|
+
Example: {@code 10.0.3.3}
|
|
77
77
|
*
|
|
78
78
|
*/
|
|
79
79
|
"ipAddress"?: string;
|
|
@@ -100,7 +100,7 @@ export interface CreateMountTargetDetails {
|
|
|
100
100
|
* Free-form tags for this resource. Each tag is a simple key-value pair
|
|
101
101
|
* with no predefined name, type, or namespace.
|
|
102
102
|
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
103
|
-
* Example:
|
|
103
|
+
* Example: {@code {\"Department\": \"Finance\"}}
|
|
104
104
|
*
|
|
105
105
|
*/
|
|
106
106
|
"freeformTags"?: {
|
|
@@ -109,7 +109,7 @@ export interface CreateMountTargetDetails {
|
|
|
109
109
|
/**
|
|
110
110
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
111
111
|
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
112
|
-
* Example:
|
|
112
|
+
* Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
113
113
|
*
|
|
114
114
|
*/
|
|
115
115
|
"definedTags"?: {
|
|
@@ -20,7 +20,7 @@ export interface CreateOutboundConnectorDetails {
|
|
|
20
20
|
* The availability domain the outbound connector is in. May be unset
|
|
21
21
|
* as a blank or NULL value.
|
|
22
22
|
* <p>
|
|
23
|
-
Example:
|
|
23
|
+
Example: {@code Uocm:PHX-AD-1}
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
"availabilityDomain": string;
|
|
@@ -32,7 +32,7 @@ export interface CreateOutboundConnectorDetails {
|
|
|
32
32
|
* A user-friendly name. It does not have to be unique, and it is changeable.
|
|
33
33
|
* Avoid entering confidential information.
|
|
34
34
|
* <p>
|
|
35
|
-
Example:
|
|
35
|
+
Example: {@code My outbound connector}
|
|
36
36
|
*
|
|
37
37
|
*/
|
|
38
38
|
"displayName"?: string;
|
|
@@ -40,7 +40,7 @@ export interface CreateOutboundConnectorDetails {
|
|
|
40
40
|
* Free-form tags for this resource. Each tag is a simple key-value pair
|
|
41
41
|
* with no predefined name, type, or namespace.
|
|
42
42
|
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
43
|
-
* Example:
|
|
43
|
+
* Example: {@code {\"Department\": \"Finance\"}}
|
|
44
44
|
*
|
|
45
45
|
*/
|
|
46
46
|
"freeformTags"?: {
|
|
@@ -49,7 +49,7 @@ export interface CreateOutboundConnectorDetails {
|
|
|
49
49
|
/**
|
|
50
50
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
51
51
|
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
52
|
-
* Example:
|
|
52
|
+
* Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
53
53
|
*
|
|
54
54
|
*/
|
|
55
55
|
"definedTags"?: {
|
|
@@ -33,8 +33,8 @@ export interface CreateReplicationDetails {
|
|
|
33
33
|
/**
|
|
34
34
|
* A user-friendly name. It does not have to be unique, and it is changeable.
|
|
35
35
|
* Avoid entering confidential information.
|
|
36
|
-
* An associated replication target will also created with the same
|
|
37
|
-
* Example:
|
|
36
|
+
* An associated replication target will also created with the same {@code displayName}.
|
|
37
|
+
* Example: {@code My replication}
|
|
38
38
|
*
|
|
39
39
|
*/
|
|
40
40
|
"displayName"?: string;
|
|
@@ -46,7 +46,7 @@ export interface CreateReplicationDetails {
|
|
|
46
46
|
* Free-form tags for this resource. Each tag is a simple key-value pair
|
|
47
47
|
* with no predefined name, type, or namespace.
|
|
48
48
|
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
49
|
-
* Example:
|
|
49
|
+
* Example: {@code {\"Department\": \"Finance\"}}
|
|
50
50
|
*
|
|
51
51
|
*/
|
|
52
52
|
"freeformTags"?: {
|
|
@@ -55,7 +55,7 @@ export interface CreateReplicationDetails {
|
|
|
55
55
|
/**
|
|
56
56
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
57
57
|
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
58
|
-
* Example:
|
|
58
|
+
* Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
59
59
|
*
|
|
60
60
|
*/
|
|
61
61
|
"definedTags"?: {
|
|
@@ -27,7 +27,7 @@ export interface CreateSnapshotDetails {
|
|
|
27
27
|
* <p>
|
|
28
28
|
Avoid entering confidential information.
|
|
29
29
|
* <p>
|
|
30
|
-
Example:
|
|
30
|
+
Example: {@code Sunday}
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
33
|
"name": string;
|
|
@@ -39,7 +39,7 @@ export interface CreateSnapshotDetails {
|
|
|
39
39
|
* Free-form tags for this resource. Each tag is a simple key-value pair
|
|
40
40
|
* with no predefined name, type, or namespace.
|
|
41
41
|
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
42
|
-
* Example:
|
|
42
|
+
* Example: {@code {\"Department\": \"Finance\"}}
|
|
43
43
|
*
|
|
44
44
|
*/
|
|
45
45
|
"freeformTags"?: {
|
|
@@ -48,7 +48,7 @@ export interface CreateSnapshotDetails {
|
|
|
48
48
|
/**
|
|
49
49
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
50
50
|
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
51
|
-
* Example:
|
|
51
|
+
* Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
52
52
|
*
|
|
53
53
|
*/
|
|
54
54
|
"definedTags"?: {
|
|
@@ -21,7 +21,7 @@ export interface ExportSetSummary {
|
|
|
21
21
|
* The availability domain the export set is in. May be unset
|
|
22
22
|
* as a blank or NULL value.
|
|
23
23
|
* <p>
|
|
24
|
-
Example:
|
|
24
|
+
Example: {@code Uocm:PHX-AD-1}
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
"availabilityDomain"?: string;
|
|
@@ -33,7 +33,7 @@ export interface ExportSetSummary {
|
|
|
33
33
|
* A user-friendly name. It does not have to be unique, and it is changeable.
|
|
34
34
|
* Avoid entering confidential information.
|
|
35
35
|
* <p>
|
|
36
|
-
Example:
|
|
36
|
+
Example: {@code My export set}
|
|
37
37
|
*
|
|
38
38
|
*/
|
|
39
39
|
"displayName": string;
|
|
@@ -49,7 +49,7 @@ export interface ExportSetSummary {
|
|
|
49
49
|
* The date and time the export set was created, expressed
|
|
50
50
|
* in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format.
|
|
51
51
|
* <p>
|
|
52
|
-
Example:
|
|
52
|
+
Example: {@code 2016-08-25T21:10:29.600Z}
|
|
53
53
|
*
|
|
54
54
|
*/
|
|
55
55
|
"timeCreated": Date;
|
|
@@ -22,7 +22,7 @@ export interface ExportSet {
|
|
|
22
22
|
* The availability domain the export set is in. May be unset
|
|
23
23
|
* as a blank or NULL value.
|
|
24
24
|
* <p>
|
|
25
|
-
Example:
|
|
25
|
+
Example: {@code Uocm:PHX-AD-1}
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
"availabilityDomain"?: string;
|
|
@@ -34,7 +34,7 @@ export interface ExportSet {
|
|
|
34
34
|
* A user-friendly name. It does not have to be unique, and it is changeable.
|
|
35
35
|
* Avoid entering confidential information.
|
|
36
36
|
* <p>
|
|
37
|
-
Example:
|
|
37
|
+
Example: {@code My export set}
|
|
38
38
|
*
|
|
39
39
|
*/
|
|
40
40
|
"displayName": string;
|
|
@@ -47,28 +47,28 @@ export interface ExportSet {
|
|
|
47
47
|
*/
|
|
48
48
|
"lifecycleState": ExportSet.LifecycleState;
|
|
49
49
|
/**
|
|
50
|
-
* Controls the maximum
|
|
51
|
-
* values reported by
|
|
50
|
+
* Controls the maximum {@code tbytes}, {@code fbytes}, and {@code abytes},
|
|
51
|
+
* values reported by {@code NFS FSSTAT} calls through any associated
|
|
52
52
|
* mount targets. This is an advanced feature. For most
|
|
53
53
|
* applications, use the default value. The
|
|
54
|
-
*
|
|
55
|
-
*
|
|
56
|
-
*
|
|
57
|
-
* system. If the metered size is larger than
|
|
58
|
-
* then
|
|
54
|
+
* {@code tbytes} value reported by {@code FSSTAT} will be
|
|
55
|
+
* {@code maxFsStatBytes}. The value of {@code fbytes} and {@code abytes} will be
|
|
56
|
+
* {@code maxFsStatBytes} minus the metered size of the file
|
|
57
|
+
* system. If the metered size is larger than {@code maxFsStatBytes},
|
|
58
|
+
* then {@code fbytes} and {@code abytes} will both be '0'.
|
|
59
59
|
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
60
60
|
*/
|
|
61
61
|
"maxFsStatBytes"?: number;
|
|
62
62
|
/**
|
|
63
|
-
* Controls the maximum
|
|
64
|
-
* values reported by
|
|
63
|
+
* Controls the maximum {@code tfiles}, {@code ffiles}, and {@code afiles}
|
|
64
|
+
* values reported by {@code NFS FSSTAT} calls through any associated
|
|
65
65
|
* mount targets. This is an advanced feature. For most
|
|
66
66
|
* applications, use the default value. The
|
|
67
|
-
*
|
|
68
|
-
*
|
|
69
|
-
*
|
|
70
|
-
* system. If the metered size is larger than
|
|
71
|
-
* then
|
|
67
|
+
* {@code tfiles} value reported by {@code FSSTAT} will be
|
|
68
|
+
* {@code maxFsStatFiles}. The value of {@code ffiles} and {@code afiles} will be
|
|
69
|
+
* {@code maxFsStatFiles} minus the metered size of the file
|
|
70
|
+
* system. If the metered size is larger than {@code maxFsStatFiles},
|
|
71
|
+
* then {@code ffiles} and {@code afiles} will both be '0'.
|
|
72
72
|
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
73
73
|
*/
|
|
74
74
|
"maxFsStatFiles"?: number;
|
|
@@ -76,7 +76,7 @@ export interface ExportSet {
|
|
|
76
76
|
* The date and time the export set was created, expressed
|
|
77
77
|
* in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format.
|
|
78
78
|
* <p>
|
|
79
|
-
Example:
|
|
79
|
+
Example: {@code 2016-08-25T21:10:29.600Z}
|
|
80
80
|
*
|
|
81
81
|
*/
|
|
82
82
|
"timeCreated": Date;
|
|
@@ -38,7 +38,7 @@ export interface ExportSummary {
|
|
|
38
38
|
* <p>
|
|
39
39
|
Avoid entering confidential information.
|
|
40
40
|
* <p>
|
|
41
|
-
Example:
|
|
41
|
+
Example: {@code /mediafiles}
|
|
42
42
|
*
|
|
43
43
|
*/
|
|
44
44
|
"path": string;
|
|
@@ -50,7 +50,7 @@ export interface ExportSummary {
|
|
|
50
50
|
* The date and time the export was created, expressed
|
|
51
51
|
* in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format.
|
|
52
52
|
* <p>
|
|
53
|
-
Example:
|
|
53
|
+
Example: {@code 2016-08-25T21:10:29.600Z}
|
|
54
54
|
*
|
|
55
55
|
*/
|
|
56
56
|
"timeCreated": Date;
|
package/lib/model/export.d.ts
CHANGED
|
@@ -45,30 +45,30 @@ Paths may not end in a slash (/). No path element can be a period (.)
|
|
|
45
45
|
No two non-'DELETED' export resources in the same export set can
|
|
46
46
|
* reference the same file system.
|
|
47
47
|
* <p>
|
|
48
|
-
Use
|
|
48
|
+
Use {@code exportOptions} to control access to an export. For more information, see
|
|
49
49
|
* [Export Options](https://docs.cloud.oracle.com/Content/File/Tasks/exportoptions.htm).
|
|
50
50
|
*
|
|
51
51
|
*/
|
|
52
52
|
export interface Export {
|
|
53
53
|
/**
|
|
54
54
|
* Policies that apply to NFS requests made through this
|
|
55
|
-
* export.
|
|
56
|
-
*
|
|
55
|
+
* export. {@code exportOptions} contains a sequential list of
|
|
56
|
+
* {@code ClientOptions}. Each {@code ClientOptions} item defines the
|
|
57
57
|
* export options that are applied to a specified
|
|
58
58
|
* set of clients.
|
|
59
59
|
* <p>
|
|
60
|
-
For each NFS request, the first
|
|
61
|
-
* in the list whose
|
|
60
|
+
For each NFS request, the first {@code ClientOptions} option
|
|
61
|
+
* in the list whose {@code source} attribute matches the source
|
|
62
62
|
* IP address of the request is applied.
|
|
63
63
|
* <p>
|
|
64
|
-
If a client source IP address does not match the
|
|
65
|
-
* property of any
|
|
64
|
+
If a client source IP address does not match the {@code source}
|
|
65
|
+
* property of any {@code ClientOptions} in the list, then the
|
|
66
66
|
* export will be invisible to that client. This export will
|
|
67
|
-
* not be returned by
|
|
67
|
+
* not be returned by {@code MOUNTPROC_EXPORT} calls made by the client
|
|
68
68
|
* and any attempt to mount or access the file system through
|
|
69
69
|
* this export will result in an error.
|
|
70
70
|
* <p>
|
|
71
|
-
**Exports without defined
|
|
71
|
+
**Exports without defined {@code ClientOptions} are invisible to all clients.**
|
|
72
72
|
* <p>
|
|
73
73
|
If one export is invisible to a particular client, associated file
|
|
74
74
|
* systems may still be accessible through other exports on the same
|
|
@@ -100,7 +100,7 @@ export interface Export {
|
|
|
100
100
|
* <p>
|
|
101
101
|
Avoid entering confidential information.
|
|
102
102
|
* <p>
|
|
103
|
-
Example:
|
|
103
|
+
Example: {@code /accounting}
|
|
104
104
|
*
|
|
105
105
|
*/
|
|
106
106
|
"path": string;
|
|
@@ -112,7 +112,7 @@ export interface Export {
|
|
|
112
112
|
* The date and time the export was created, expressed
|
|
113
113
|
* in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format.
|
|
114
114
|
* <p>
|
|
115
|
-
Example:
|
|
115
|
+
Example: {@code 2016-08-25T21:10:29.600Z}
|
|
116
116
|
*
|
|
117
117
|
*/
|
|
118
118
|
"timeCreated": Date;
|
|
@@ -22,7 +22,7 @@ export interface FileSystemSummary {
|
|
|
22
22
|
* The availability domain the file system is in. May be unset
|
|
23
23
|
* as a blank or NULL value.
|
|
24
24
|
* <p>
|
|
25
|
-
Example:
|
|
25
|
+
Example: {@code Uocm:PHX-AD-1}
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
"availabilityDomain"?: string;
|
|
@@ -42,7 +42,7 @@ export interface FileSystemSummary {
|
|
|
42
42
|
* A user-friendly name. It does not have to be unique, and it is changeable.
|
|
43
43
|
* Avoid entering confidential information.
|
|
44
44
|
* <p>
|
|
45
|
-
Example:
|
|
45
|
+
Example: {@code My file system}
|
|
46
46
|
*
|
|
47
47
|
*/
|
|
48
48
|
"displayName": string;
|
|
@@ -58,7 +58,7 @@ export interface FileSystemSummary {
|
|
|
58
58
|
* The date and time the file system was created, expressed
|
|
59
59
|
* in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format.
|
|
60
60
|
* <p>
|
|
61
|
-
Example:
|
|
61
|
+
Example: {@code 2016-08-25T21:10:29.600Z}
|
|
62
62
|
*
|
|
63
63
|
*/
|
|
64
64
|
"timeCreated": Date;
|
|
@@ -66,7 +66,7 @@ export interface FileSystemSummary {
|
|
|
66
66
|
* Free-form tags for this resource. Each tag is a simple key-value pair
|
|
67
67
|
* with no predefined name, type, or namespace.
|
|
68
68
|
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
69
|
-
* Example:
|
|
69
|
+
* Example: {@code {\"Department\": \"Finance\"}}
|
|
70
70
|
*
|
|
71
71
|
*/
|
|
72
72
|
"freeformTags"?: {
|
|
@@ -75,7 +75,7 @@ export interface FileSystemSummary {
|
|
|
75
75
|
/**
|
|
76
76
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
77
77
|
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
78
|
-
* Example:
|
|
78
|
+
* Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
79
79
|
*
|
|
80
80
|
*/
|
|
81
81
|
"definedTags"?: {
|
|
@@ -31,7 +31,7 @@ export interface FileSystem {
|
|
|
31
31
|
* The availability domain the file system is in. May be unset
|
|
32
32
|
* as a blank or NULL value.
|
|
33
33
|
* <p>
|
|
34
|
-
Example:
|
|
34
|
+
Example: {@code Uocm:PHX-AD-1}
|
|
35
35
|
*
|
|
36
36
|
*/
|
|
37
37
|
"availabilityDomain"?: string;
|
|
@@ -52,7 +52,7 @@ export interface FileSystem {
|
|
|
52
52
|
* A user-friendly name. It does not have to be unique, and it is changeable.
|
|
53
53
|
* Avoid entering confidential information.
|
|
54
54
|
* <p>
|
|
55
|
-
Example:
|
|
55
|
+
Example: {@code My file system}
|
|
56
56
|
*
|
|
57
57
|
*/
|
|
58
58
|
"displayName": string;
|
|
@@ -68,7 +68,7 @@ export interface FileSystem {
|
|
|
68
68
|
* The date and time the file system was created, expressed in
|
|
69
69
|
* [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format.
|
|
70
70
|
* <p>
|
|
71
|
-
Example:
|
|
71
|
+
Example: {@code 2016-08-25T21:10:29.600Z}
|
|
72
72
|
*
|
|
73
73
|
*/
|
|
74
74
|
"timeCreated": Date;
|
|
@@ -76,7 +76,7 @@ export interface FileSystem {
|
|
|
76
76
|
* Free-form tags for this resource. Each tag is a simple key-value pair
|
|
77
77
|
* with no predefined name, type, or namespace.
|
|
78
78
|
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
79
|
-
* Example:
|
|
79
|
+
* Example: {@code {\"Department\": \"Finance\"}}
|
|
80
80
|
*
|
|
81
81
|
*/
|
|
82
82
|
"freeformTags"?: {
|
|
@@ -85,7 +85,7 @@ export interface FileSystem {
|
|
|
85
85
|
/**
|
|
86
86
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
87
87
|
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
88
|
-
* Example:
|
|
88
|
+
* Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
89
89
|
*
|
|
90
90
|
*/
|
|
91
91
|
"definedTags"?: {
|
|
@@ -118,7 +118,7 @@ export interface FileSystem {
|
|
|
118
118
|
*/
|
|
119
119
|
"lifecycleDetails"?: string;
|
|
120
120
|
/**
|
|
121
|
-
* Specifies whether the file system can be used as a target file system for replication. The system sets this value to
|
|
121
|
+
* Specifies whether the file system can be used as a target file system for replication. The system sets this value to {@code true} if the file system is unexported, hasn't yet been specified as a target file system in any replication resource, and has no user snapshots. After the file system has been specified as a target in a replication, or if the file system contains user snapshots, the system sets this value to {@code false}.
|
|
122
122
|
* For more information, see [Using Replication](https://docs.cloud.oracle.com/iaas/Content/File/Tasks/using-replication.htm).
|
|
123
123
|
*
|
|
124
124
|
*/
|
|
@@ -19,7 +19,7 @@ For more information, see [Overview of File Storage](/iaas/Content/File/Concepts
|
|
|
19
19
|
export interface FilesystemSnapshotPolicySummary {
|
|
20
20
|
/**
|
|
21
21
|
* The availability domain that the file system snapshot policy is in.
|
|
22
|
-
* Example:
|
|
22
|
+
* Example: {@code Uocm:PHX-AD-1}
|
|
23
23
|
*
|
|
24
24
|
*/
|
|
25
25
|
"availabilityDomain": string;
|
|
@@ -40,21 +40,21 @@ export interface FilesystemSnapshotPolicySummary {
|
|
|
40
40
|
* A user-friendly name. It does not have to be unique, and it is changeable.
|
|
41
41
|
* Avoid entering confidential information.
|
|
42
42
|
* <p>
|
|
43
|
-
Example:
|
|
43
|
+
Example: {@code My Filesystem Snapshot Policy}
|
|
44
44
|
*
|
|
45
45
|
*/
|
|
46
46
|
"displayName"?: string;
|
|
47
47
|
/**
|
|
48
48
|
* The date and time that the file system snapshot policy was created
|
|
49
49
|
* in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format.
|
|
50
|
-
* Example:
|
|
50
|
+
* Example: {@code 2020-02-04T21:10:29.600Z}
|
|
51
51
|
*
|
|
52
52
|
*/
|
|
53
53
|
"timeCreated": Date;
|
|
54
54
|
/**
|
|
55
55
|
* The prefix to apply to all snapshots created by this policy.
|
|
56
56
|
* <p>
|
|
57
|
-
Example:
|
|
57
|
+
Example: {@code acme}
|
|
58
58
|
*
|
|
59
59
|
*/
|
|
60
60
|
"policyPrefix"?: string;
|
|
@@ -62,7 +62,7 @@ export interface FilesystemSnapshotPolicySummary {
|
|
|
62
62
|
* Free-form tags for this resource. Each tag is a simple key-value pair
|
|
63
63
|
* with no predefined name, type, or namespace.
|
|
64
64
|
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
65
|
-
* Example:
|
|
65
|
+
* Example: {@code {\"Department\": \"Finance\"}}
|
|
66
66
|
*
|
|
67
67
|
*/
|
|
68
68
|
"freeformTags"?: {
|
|
@@ -71,7 +71,7 @@ export interface FilesystemSnapshotPolicySummary {
|
|
|
71
71
|
/**
|
|
72
72
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
73
73
|
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
74
|
-
* Example:
|
|
74
|
+
* Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
75
75
|
*
|
|
76
76
|
*/
|
|
77
77
|
"definedTags"?: {
|
|
@@ -31,7 +31,7 @@ export interface FilesystemSnapshotPolicy {
|
|
|
31
31
|
/**
|
|
32
32
|
* The availability domain that the file system snapshot policy is in. May be unset using a blank or NULL value.
|
|
33
33
|
* <p>
|
|
34
|
-
Example:
|
|
34
|
+
Example: {@code Uocm:PHX-AD-2}
|
|
35
35
|
*
|
|
36
36
|
*/
|
|
37
37
|
"availabilityDomain": string;
|
|
@@ -47,7 +47,7 @@ export interface FilesystemSnapshotPolicy {
|
|
|
47
47
|
* The date and time the file system snapshot policy was created, expressed
|
|
48
48
|
* in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format.
|
|
49
49
|
* <p>
|
|
50
|
-
Example:
|
|
50
|
+
Example: {@code 2016-08-25T21:10:29.600Z}
|
|
51
51
|
*
|
|
52
52
|
*/
|
|
53
53
|
"timeCreated": Date;
|
|
@@ -55,14 +55,14 @@ export interface FilesystemSnapshotPolicy {
|
|
|
55
55
|
* A user-friendly name. It does not have to be unique, and it is changeable.
|
|
56
56
|
* Avoid entering confidential information.
|
|
57
57
|
* <p>
|
|
58
|
-
Example:
|
|
58
|
+
Example: {@code policy1}
|
|
59
59
|
*
|
|
60
60
|
*/
|
|
61
61
|
"displayName"?: string;
|
|
62
62
|
/**
|
|
63
63
|
* The prefix to apply to all snapshots created by this policy.
|
|
64
64
|
* <p>
|
|
65
|
-
Example:
|
|
65
|
+
Example: {@code acme}
|
|
66
66
|
*
|
|
67
67
|
*/
|
|
68
68
|
"policyPrefix"?: string;
|
|
@@ -75,7 +75,7 @@ export interface FilesystemSnapshotPolicy {
|
|
|
75
75
|
* Free-form tags for this resource. Each tag is a simple key-value pair
|
|
76
76
|
* with no predefined name, type, or namespace.
|
|
77
77
|
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
78
|
-
* Example:
|
|
78
|
+
* Example: {@code {\"Department\": \"Finance\"}}
|
|
79
79
|
*
|
|
80
80
|
*/
|
|
81
81
|
"freeformTags"?: {
|
|
@@ -84,7 +84,7 @@ export interface FilesystemSnapshotPolicy {
|
|
|
84
84
|
/**
|
|
85
85
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
86
86
|
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
87
|
-
* Example:
|
|
87
|
+
* Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
88
88
|
*
|
|
89
89
|
*/
|
|
90
90
|
"definedTags"?: {
|
|
@@ -36,14 +36,14 @@ export interface LdapIdmap {
|
|
|
36
36
|
/**
|
|
37
37
|
* All LDAP searches are recursive starting at this user.
|
|
38
38
|
* <p>
|
|
39
|
-
Example:
|
|
39
|
+
Example: {@code CN=User,DC=domain,DC=com}
|
|
40
40
|
*
|
|
41
41
|
*/
|
|
42
42
|
"userSearchBase"?: string;
|
|
43
43
|
/**
|
|
44
44
|
* All LDAP searches are recursive starting at this group.
|
|
45
45
|
* <p>
|
|
46
|
-
Example:
|
|
46
|
+
Example: {@code CN=Group,DC=domain,DC=com}
|
|
47
47
|
*
|
|
48
48
|
*/
|
|
49
49
|
"groupSearchBase"?: string;
|
|
@@ -21,7 +21,7 @@ export interface MountTargetSummary {
|
|
|
21
21
|
* The availability domain the mount target is in. May be unset
|
|
22
22
|
* as a blank or NULL value.
|
|
23
23
|
* <p>
|
|
24
|
-
Example:
|
|
24
|
+
Example: {@code Uocm:PHX-AD-1}
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
"availabilityDomain"?: string;
|
|
@@ -33,7 +33,7 @@ export interface MountTargetSummary {
|
|
|
33
33
|
* A user-friendly name. It does not have to be unique, and it is changeable.
|
|
34
34
|
* Avoid entering confidential information.
|
|
35
35
|
* <p>
|
|
36
|
-
Example:
|
|
36
|
+
Example: {@code My mount target}
|
|
37
37
|
*
|
|
38
38
|
*/
|
|
39
39
|
"displayName": string;
|
|
@@ -72,7 +72,7 @@ export interface MountTargetSummary {
|
|
|
72
72
|
* The date and time the mount target was created, expressed
|
|
73
73
|
* in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format.
|
|
74
74
|
* <p>
|
|
75
|
-
Example:
|
|
75
|
+
Example: {@code 2016-08-25T21:10:29.600Z}
|
|
76
76
|
*
|
|
77
77
|
*/
|
|
78
78
|
"timeCreated": Date;
|
|
@@ -80,7 +80,7 @@ export interface MountTargetSummary {
|
|
|
80
80
|
* Free-form tags for this resource. Each tag is a simple key-value pair
|
|
81
81
|
* with no predefined name, type, or namespace.
|
|
82
82
|
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
83
|
-
* Example:
|
|
83
|
+
* Example: {@code {\"Department\": \"Finance\"}}
|
|
84
84
|
*
|
|
85
85
|
*/
|
|
86
86
|
"freeformTags"?: {
|
|
@@ -89,7 +89,7 @@ export interface MountTargetSummary {
|
|
|
89
89
|
/**
|
|
90
90
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
91
91
|
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
92
|
-
* Example:
|
|
92
|
+
* Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
93
93
|
*
|
|
94
94
|
*/
|
|
95
95
|
"definedTags"?: {
|