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.
Files changed (119) hide show
  1. package/lib/client.d.ts +57 -51
  2. package/lib/client.js +59 -50
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/client-options.d.ts +9 -9
  5. package/lib/model/create-export-details.d.ts +5 -5
  6. package/lib/model/create-file-system-details.d.ts +4 -4
  7. package/lib/model/create-filesystem-snapshot-policy-details.d.ts +7 -7
  8. package/lib/model/create-ldap-idmap-details.d.ts +2 -2
  9. package/lib/model/create-mount-target-details.d.ts +15 -15
  10. package/lib/model/create-outbound-connector-details.d.ts +4 -4
  11. package/lib/model/create-replication-details.d.ts +4 -4
  12. package/lib/model/create-snapshot-details.d.ts +3 -3
  13. package/lib/model/export-set-summary.d.ts +3 -3
  14. package/lib/model/export-set.d.ts +17 -17
  15. package/lib/model/export-summary.d.ts +2 -2
  16. package/lib/model/export.d.ts +11 -11
  17. package/lib/model/file-system-summary.d.ts +5 -5
  18. package/lib/model/file-system.d.ts +6 -6
  19. package/lib/model/filesystem-snapshot-policy-summary.d.ts +6 -6
  20. package/lib/model/filesystem-snapshot-policy.d.ts +6 -6
  21. package/lib/model/ldap-idmap.d.ts +2 -2
  22. package/lib/model/mount-target-summary.d.ts +5 -5
  23. package/lib/model/mount-target.d.ts +5 -5
  24. package/lib/model/outbound-connector-summary.d.ts +5 -5
  25. package/lib/model/outbound-connector.d.ts +5 -5
  26. package/lib/model/replication-summary.d.ts +9 -9
  27. package/lib/model/replication-target-summary.d.ts +6 -6
  28. package/lib/model/replication-target.d.ts +11 -11
  29. package/lib/model/replication.d.ts +8 -8
  30. package/lib/model/snapshot-schedule.d.ts +2 -2
  31. package/lib/model/snapshot-summary.d.ts +9 -9
  32. package/lib/model/snapshot.d.ts +9 -9
  33. package/lib/model/update-export-details.d.ts +1 -1
  34. package/lib/model/update-export-set-details.d.ts +15 -15
  35. package/lib/model/update-file-system-details.d.ts +3 -3
  36. package/lib/model/update-filesystem-snapshot-policy-details.d.ts +6 -6
  37. package/lib/model/update-ldap-idmap-details.d.ts +2 -2
  38. package/lib/model/update-mount-target-details.d.ts +3 -3
  39. package/lib/model/update-outbound-connector-details.d.ts +3 -3
  40. package/lib/model/update-replication-details.d.ts +4 -4
  41. package/lib/model/update-snapshot-details.d.ts +3 -3
  42. package/lib/request/change-file-system-compartment-request.d.ts +2 -2
  43. package/lib/request/change-filesystem-snapshot-policy-compartment-request.d.ts +2 -2
  44. package/lib/request/change-mount-target-compartment-request.d.ts +2 -2
  45. package/lib/request/change-outbound-connector-compartment-request.d.ts +2 -2
  46. package/lib/request/change-replication-compartment-request.d.ts +2 -2
  47. package/lib/request/create-export-request.d.ts +1 -1
  48. package/lib/request/create-file-system-request.d.ts +1 -1
  49. package/lib/request/create-filesystem-snapshot-policy-request.d.ts +1 -1
  50. package/lib/request/create-mount-target-request.d.ts +1 -1
  51. package/lib/request/create-outbound-connector-request.d.ts +1 -1
  52. package/lib/request/create-replication-request.d.ts +1 -1
  53. package/lib/request/create-snapshot-request.d.ts +1 -1
  54. package/lib/request/delete-export-request.d.ts +2 -2
  55. package/lib/request/delete-file-system-request.d.ts +2 -2
  56. package/lib/request/delete-filesystem-snapshot-policy-request.d.ts +2 -2
  57. package/lib/request/delete-mount-target-request.d.ts +2 -2
  58. package/lib/request/delete-outbound-connector-request.d.ts +2 -2
  59. package/lib/request/delete-replication-request.d.ts +5 -5
  60. package/lib/request/delete-replication-target-request.d.ts +2 -2
  61. package/lib/request/delete-snapshot-request.d.ts +2 -2
  62. package/lib/request/estimate-replication-request.d.ts +2 -2
  63. package/lib/request/get-export-request.d.ts +1 -1
  64. package/lib/request/get-export-set-request.d.ts +1 -1
  65. package/lib/request/get-file-system-request.d.ts +1 -1
  66. package/lib/request/get-filesystem-snapshot-policy-request.d.ts +1 -1
  67. package/lib/request/get-mount-target-request.d.ts +1 -1
  68. package/lib/request/get-outbound-connector-request.d.ts +1 -1
  69. package/lib/request/get-replication-request.d.ts +1 -1
  70. package/lib/request/get-replication-target-request.d.ts +1 -1
  71. package/lib/request/get-snapshot-request.d.ts +1 -1
  72. package/lib/request/list-export-sets-request.d.ts +5 -5
  73. package/lib/request/list-exports-request.d.ts +3 -3
  74. package/lib/request/list-file-systems-request.d.ts +5 -5
  75. package/lib/request/list-filesystem-snapshot-policies-request.d.ts +5 -5
  76. package/lib/request/list-mount-targets-request.d.ts +5 -5
  77. package/lib/request/list-outbound-connectors-request.d.ts +5 -5
  78. package/lib/request/list-replication-targets-request.d.ts +7 -7
  79. package/lib/request/list-replications-request.d.ts +5 -5
  80. package/lib/request/list-snapshots-request.d.ts +3 -3
  81. package/lib/request/pause-filesystem-snapshot-policy-request.d.ts +2 -2
  82. package/lib/request/unpause-filesystem-snapshot-policy-request.d.ts +2 -2
  83. package/lib/request/update-export-request.d.ts +2 -2
  84. package/lib/request/update-export-set-request.d.ts +2 -2
  85. package/lib/request/update-file-system-request.d.ts +2 -2
  86. package/lib/request/update-filesystem-snapshot-policy-request.d.ts +2 -2
  87. package/lib/request/update-mount-target-request.d.ts +2 -2
  88. package/lib/request/update-outbound-connector-request.d.ts +2 -2
  89. package/lib/request/update-replication-request.d.ts +2 -2
  90. package/lib/request/update-snapshot-request.d.ts +2 -2
  91. package/lib/request/validate-key-tabs-request.d.ts +1 -1
  92. package/lib/response/create-export-response.d.ts +1 -1
  93. package/lib/response/create-file-system-response.d.ts +1 -1
  94. package/lib/response/create-filesystem-snapshot-policy-response.d.ts +1 -1
  95. package/lib/response/create-mount-target-response.d.ts +1 -1
  96. package/lib/response/create-outbound-connector-response.d.ts +1 -1
  97. package/lib/response/create-replication-response.d.ts +1 -1
  98. package/lib/response/create-snapshot-response.d.ts +1 -1
  99. package/lib/response/estimate-replication-response.d.ts +1 -1
  100. package/lib/response/get-export-response.d.ts +1 -1
  101. package/lib/response/get-export-set-response.d.ts +1 -1
  102. package/lib/response/get-file-system-response.d.ts +1 -1
  103. package/lib/response/get-filesystem-snapshot-policy-response.d.ts +1 -1
  104. package/lib/response/get-mount-target-response.d.ts +1 -1
  105. package/lib/response/get-outbound-connector-response.d.ts +1 -1
  106. package/lib/response/get-replication-response.d.ts +1 -1
  107. package/lib/response/get-replication-target-response.d.ts +1 -1
  108. package/lib/response/get-snapshot-response.d.ts +1 -1
  109. package/lib/response/pause-filesystem-snapshot-policy-response.d.ts +1 -1
  110. package/lib/response/unpause-filesystem-snapshot-policy-response.d.ts +1 -1
  111. package/lib/response/update-export-response.d.ts +1 -1
  112. package/lib/response/update-export-set-response.d.ts +1 -1
  113. package/lib/response/update-file-system-response.d.ts +1 -1
  114. package/lib/response/update-filesystem-snapshot-policy-response.d.ts +1 -1
  115. package/lib/response/update-mount-target-response.d.ts +1 -1
  116. package/lib/response/update-outbound-connector-response.d.ts +1 -1
  117. package/lib/response/update-replication-response.d.ts +1 -1
  118. package/lib/response/update-snapshot-response.d.ts +1 -1
  119. package/package.json +3 -3
@@ -24,7 +24,7 @@ export interface MountTarget {
24
24
  * The availability domain the mount target is in. May be unset
25
25
  * as a blank or NULL value.
26
26
  * <p>
27
- Example: `Uocm:PHX-AD-1`
27
+ Example: {@code Uocm:PHX-AD-1}
28
28
  *
29
29
  */
30
30
  "availabilityDomain"?: string;
@@ -36,7 +36,7 @@ export interface MountTarget {
36
36
  * A user-friendly name. It does not have to be unique, and it is changeable.
37
37
  * Avoid entering confidential information.
38
38
  * <p>
39
- Example: `My mount target`
39
+ Example: {@code My mount target}
40
40
  *
41
41
  */
42
42
  "displayName": string;
@@ -85,7 +85,7 @@ export interface MountTarget {
85
85
  * The date and time the mount target was created, expressed
86
86
  * in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format.
87
87
  * <p>
88
- Example: `2016-08-25T21:10:29.600Z`
88
+ Example: {@code 2016-08-25T21:10:29.600Z}
89
89
  *
90
90
  */
91
91
  "timeCreated": Date;
@@ -93,7 +93,7 @@ export interface MountTarget {
93
93
  * Free-form tags for this resource. Each tag is a simple key-value pair
94
94
  * with no predefined name, type, or namespace.
95
95
  * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
96
- * Example: `{\"Department\": \"Finance\"}`
96
+ * Example: {@code {\"Department\": \"Finance\"}}
97
97
  *
98
98
  */
99
99
  "freeformTags"?: {
@@ -102,7 +102,7 @@ export interface MountTarget {
102
102
  /**
103
103
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
104
104
  * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
105
- * Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
105
+ * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
106
106
  *
107
107
  */
108
108
  "definedTags"?: {
@@ -21,7 +21,7 @@ export interface OutboundConnectorSummary {
21
21
  * The availability domain the outbound connector is in. May be unset
22
22
  * as a blank or NULL value.
23
23
  * <p>
24
- Example: `Uocm:PHX-AD-1`
24
+ Example: {@code Uocm:PHX-AD-1}
25
25
  *
26
26
  */
27
27
  "availabilityDomain"?: string;
@@ -41,14 +41,14 @@ export interface OutboundConnectorSummary {
41
41
  * A user-friendly name. It does not have to be unique, and it is changeable.
42
42
  * Avoid entering confidential information.
43
43
  * <p>
44
- Example: `My outbound connector`
44
+ Example: {@code My outbound connector}
45
45
  *
46
46
  */
47
47
  "displayName": string;
48
48
  /**
49
49
  * The date and time the outbound connector was created
50
50
  * in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format.
51
- * Example: `2016-08-25T21:10:29.600Z`
51
+ * Example: {@code 2016-08-25T21:10:29.600Z}
52
52
  *
53
53
  */
54
54
  "timeCreated": Date;
@@ -56,7 +56,7 @@ export interface OutboundConnectorSummary {
56
56
  * Free-form tags for this resource. Each tag is a simple key-value pair
57
57
  * with no predefined name, type, or namespace.
58
58
  * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
59
- * Example: `{\"Department\": \"Finance\"}`
59
+ * Example: {@code {\"Department\": \"Finance\"}}
60
60
  *
61
61
  */
62
62
  "freeformTags"?: {
@@ -65,7 +65,7 @@ export interface OutboundConnectorSummary {
65
65
  /**
66
66
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
67
67
  * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
68
- * Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
68
+ * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
69
69
  *
70
70
  */
71
71
  "definedTags"?: {
@@ -22,7 +22,7 @@ export interface OutboundConnector {
22
22
  * The availability domain the outbound connector is in. May be unset
23
23
  * as a blank or NULL value.
24
24
  * <p>
25
- Example: `Uocm:PHX-AD-1`
25
+ Example: {@code Uocm:PHX-AD-1}
26
26
  *
27
27
  */
28
28
  "availabilityDomain"?: string;
@@ -42,7 +42,7 @@ export interface OutboundConnector {
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: `My outbound connector`
45
+ Example: {@code My outbound connector}
46
46
  *
47
47
  */
48
48
  "displayName": string;
@@ -50,7 +50,7 @@ export interface OutboundConnector {
50
50
  * The date and time the outbound connector was created
51
51
  * in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format.
52
52
  * <p>
53
- Example: `2016-08-25T21:10:29.600Z`
53
+ Example: {@code 2016-08-25T21:10:29.600Z}
54
54
  *
55
55
  */
56
56
  "timeCreated": Date;
@@ -58,7 +58,7 @@ export interface OutboundConnector {
58
58
  * Free-form tags for this resource. Each tag is a simple key-value pair
59
59
  * with no predefined name, type, or namespace.
60
60
  * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
61
- * Example: `{\"Department\": \"Finance\"}`
61
+ * Example: {@code {\"Department\": \"Finance\"}}
62
62
  *
63
63
  */
64
64
  "freeformTags"?: {
@@ -67,7 +67,7 @@ export interface OutboundConnector {
67
67
  /**
68
68
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
69
69
  * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
70
- * Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
70
+ * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
71
71
  *
72
72
  */
73
73
  "definedTags"?: {
@@ -19,7 +19,7 @@ For more information, see [Overview of File Storage](/iaas/Content/File/Concepts
19
19
  export interface ReplicationSummary {
20
20
  /**
21
21
  * The availability domain the replication is in. The replication must be in the same availability domain as the source file system.
22
- * Example: `Uocm:PHX-AD-1`
22
+ * Example: {@code Uocm:PHX-AD-1}
23
23
  *
24
24
  */
25
25
  "availabilityDomain"?: string;
@@ -33,21 +33,21 @@ export interface ReplicationSummary {
33
33
  "id": string;
34
34
  /**
35
35
  * The current state of this replication.
36
- * This resource can be in a `FAILED` state if replication target is deleted instead of the replication resource.
36
+ * This resource can be in a {@code FAILED} state if replication target is deleted instead of the replication resource.
37
37
  *
38
38
  */
39
39
  "lifecycleState": ReplicationSummary.LifecycleState;
40
40
  /**
41
41
  * A user-friendly name. It does not have to be unique, and it is changeable.
42
42
  * Avoid entering confidential information.
43
- * Example: `My replication`
43
+ * Example: {@code My replication}
44
44
  *
45
45
  */
46
46
  "displayName": string;
47
47
  /**
48
48
  * The date and time the replication was created
49
49
  * in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format.
50
- * Example: `2020-02-04T21:10:29.600Z`
50
+ * Example: {@code 2020-02-04T21:10:29.600Z}
51
51
  *
52
52
  */
53
53
  "timeCreated": Date;
@@ -59,7 +59,7 @@ export interface ReplicationSummary {
59
59
  * Free-form tags for this resource. Each tag is a simple key-value pair
60
60
  * with no predefined name, type, or namespace.
61
61
  * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
62
- * Example: `{\"Department\": \"Finance\"}`
62
+ * Example: {@code {\"Department\": \"Finance\"}}
63
63
  *
64
64
  */
65
65
  "freeformTags"?: {
@@ -68,7 +68,7 @@ export interface ReplicationSummary {
68
68
  /**
69
69
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
70
70
  * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
71
- * Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
71
+ * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
72
72
  *
73
73
  */
74
74
  "definedTags"?: {
@@ -77,13 +77,13 @@ export interface ReplicationSummary {
77
77
  };
78
78
  };
79
79
  /**
80
- * Additional information about the current `lifecycleState`.
80
+ * Additional information about the current {@code lifecycleState}.
81
81
  */
82
82
  "lifecycleDetails"?: string;
83
83
  /**
84
- * The `snapshotTime` of the most recent recoverable replication snapshot
84
+ * The {@code snapshotTime} of the most recent recoverable replication snapshot
85
85
  * in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format.
86
- * Example: `2021-04-04T20:01:29.100Z`
86
+ * Example: {@code 2021-04-04T20:01:29.100Z}
87
87
  *
88
88
  */
89
89
  "recoveryPointTime"?: Date;
@@ -19,7 +19,7 @@ For more information, see [Overview of File Storage](/iaas/Content/File/Concepts
19
19
  export interface ReplicationTargetSummary {
20
20
  /**
21
21
  * The availability domain the replication target is in. Must be in the same availability domain as the target file system.
22
- * Example: `Uocm:PHX-AD-1`
22
+ * Example: {@code Uocm:PHX-AD-1}
23
23
  *
24
24
  */
25
25
  "availabilityDomain"?: string;
@@ -37,14 +37,14 @@ export interface ReplicationTargetSummary {
37
37
  "lifecycleState": ReplicationTargetSummary.LifecycleState;
38
38
  /**
39
39
  * A user-friendly name. This name is the same as the associated replication name.
40
- * Example: `My replication`
40
+ * Example: {@code My replication}
41
41
  *
42
42
  */
43
43
  "displayName": string;
44
44
  /**
45
45
  * The date and time the replication was created
46
46
  * in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format.
47
- * Example: `2021-02-02T21:10:29.600Z`
47
+ * Example: {@code 2021-02-02T21:10:29.600Z}
48
48
  *
49
49
  */
50
50
  "timeCreated": Date;
@@ -52,7 +52,7 @@ export interface ReplicationTargetSummary {
52
52
  * Free-form tags for this resource. Each tag is a simple key-value pair
53
53
  * with no predefined name, type, or namespace.
54
54
  * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
55
- * Example: `{\"Department\": \"Finance\"}`
55
+ * Example: {@code {\"Department\": \"Finance\"}}
56
56
  *
57
57
  */
58
58
  "freeformTags"?: {
@@ -61,7 +61,7 @@ export interface ReplicationTargetSummary {
61
61
  /**
62
62
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
63
63
  * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
64
- * Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
64
+ * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
65
65
  *
66
66
  */
67
67
  "definedTags"?: {
@@ -76,7 +76,7 @@ export interface ReplicationTargetSummary {
76
76
  /**
77
77
  * The snapshotTime of the most recent recoverable replication snapshot
78
78
  * in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format.
79
- * Example: `2021-04-04T20:01:29.100Z`
79
+ * Example: {@code 2021-04-04T20:01:29.100Z}
80
80
  *
81
81
  */
82
82
  "recoveryPointTime"?: Date;
@@ -16,11 +16,11 @@ For more information, see [Overview of File Storage](/iaas/Content/File/Concepts
16
16
  * Replication targets are associated with a primary resource called a {@link Replication}
17
17
  * located in another availability domain in the same or different region.
18
18
  * The replication retrieves the delta of data between two snapshots of a source file system
19
- * and sends it to the associated `ReplicationTarget`, which applies it to the target
19
+ * and sends it to the associated {@code ReplicationTarget}, which applies it to the target
20
20
  * file system.
21
- * All operations (except `DELETE`) must be done using the associated replication resource.
22
- * Deleting a `ReplicationTarget` allows the target file system to be exported.
23
- * Deleting a `ReplicationTarget` does not delete the associated `Replication` resource, but places it in a `FAILED` state.
21
+ * All operations (except {@code DELETE}) must be done using the associated replication resource.
22
+ * Deleting a {@code ReplicationTarget} allows the target file system to be exported.
23
+ * Deleting a {@code ReplicationTarget} does not delete the associated {@code Replication} resource, but places it in a {@code FAILED} state.
24
24
  * For more information, see [File System Replication](https://docs.cloud.oracle.com/iaas/Content/File/Tasks/FSreplication.htm).
25
25
  *
26
26
  */
@@ -29,7 +29,7 @@ export interface ReplicationTarget {
29
29
  * The availability domain the replication resource is in. May be unset
30
30
  * as a blank or NULL value.
31
31
  * <p>
32
- Example: `Uocm:PHX-AD-1`
32
+ Example: {@code Uocm:PHX-AD-1}
33
33
  *
34
34
  */
35
35
  "availabilityDomain"?: string;
@@ -47,14 +47,14 @@ export interface ReplicationTarget {
47
47
  "lifecycleState": ReplicationTarget.LifecycleState;
48
48
  /**
49
49
  * A user-friendly name. This name is same as the replication display name for the associated resource.
50
- * Example: `My Replication`
50
+ * Example: {@code My Replication}
51
51
  *
52
52
  */
53
53
  "displayName": string;
54
54
  /**
55
55
  * The date and time the replication target was created in target region.
56
56
  * in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format.
57
- * Example: `2021-01-04T20:01:29.100Z`
57
+ * Example: {@code 2021-01-04T20:01:29.100Z}
58
58
  *
59
59
  */
60
60
  "timeCreated": Date;
@@ -79,7 +79,7 @@ export interface ReplicationTarget {
79
79
  /**
80
80
  * The snapshotTime of the most recent recoverable replication snapshot
81
81
  * in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format.
82
- * Example: `2021-04-04T20:01:29.100Z`
82
+ * Example: {@code 2021-04-04T20:01:29.100Z}
83
83
  *
84
84
  */
85
85
  "recoveryPointTime"?: Date;
@@ -96,7 +96,7 @@ export interface ReplicationTarget {
96
96
  * Free-form tags for this resource. Each tag is a simple key-value pair
97
97
  * with no predefined name, type, or namespace.
98
98
  * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
99
- * Example: `{\"Department\": \"Finance\"}`
99
+ * Example: {@code {\"Department\": \"Finance\"}}
100
100
  *
101
101
  */
102
102
  "freeformTags"?: {
@@ -105,7 +105,7 @@ export interface ReplicationTarget {
105
105
  /**
106
106
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
107
107
  * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
108
- * Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
108
+ * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
109
109
  *
110
110
  */
111
111
  "definedTags"?: {
@@ -114,7 +114,7 @@ export interface ReplicationTarget {
114
114
  };
115
115
  };
116
116
  /**
117
- * Additional information about the current `lifecycleState`.
117
+ * Additional information about the current {@code lifecycleState}.
118
118
  */
119
119
  "lifecycleDetails"?: string;
120
120
  }
@@ -17,7 +17,7 @@ For more information, see [Overview of File Storage](/iaas/Content/File/Concepts
17
17
  * and target file systems. Replications are associated with a secondary resource called a {@link ReplicationTarget}
18
18
  * located in another availability domain in the same or different region.
19
19
  * The replication retrieves the delta of data between two snapshots of a source file system
20
- * and sends it to the associated `ReplicationTarget`, which applies it to the target
20
+ * and sends it to the associated {@code ReplicationTarget}, which applies it to the target
21
21
  * file system. For more information, see [File System Replication](https://docs.cloud.oracle.com/iaas/Content/File/Tasks/FSreplication.htm).
22
22
  *
23
23
  */
@@ -27,8 +27,8 @@ export interface Replication {
27
27
  */
28
28
  "compartmentId": string;
29
29
  /**
30
- * The availability domain that contains the replication. May be unset as a blank or `NULL` value.
31
- * Example: `Uocm:PHX-AD-2`
30
+ * The availability domain that contains the replication. May be unset as a blank or {@code NULL} value.
31
+ * Example: {@code Uocm:PHX-AD-2}
32
32
  *
33
33
  */
34
34
  "availabilityDomain"?: string;
@@ -44,7 +44,7 @@ export interface Replication {
44
44
  * A user-friendly name. It does not have to be unique, and it is changeable.
45
45
  * Avoid entering confidential information.
46
46
  * <p>
47
- Example: `My replication`
47
+ Example: {@code My replication}
48
48
  *
49
49
  */
50
50
  "displayName": string;
@@ -52,7 +52,7 @@ export interface Replication {
52
52
  * The date and time the replication was created
53
53
  * in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format.
54
54
  * <p>
55
- Example: `2021-01-04T20:01:29.100Z`
55
+ Example: {@code 2021-01-04T20:01:29.100Z}
56
56
  *
57
57
  */
58
58
  "timeCreated": Date;
@@ -84,7 +84,7 @@ export interface Replication {
84
84
  /**
85
85
  * The {@link #snapshotTime(SnapshotTimeRequest) snapshotTime} of the most recent recoverable replication snapshot
86
86
  * in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format.
87
- * Example: `2021-04-04T20:01:29.100Z`
87
+ * Example: {@code 2021-04-04T20:01:29.100Z}
88
88
  *
89
89
  */
90
90
  "recoveryPointTime"?: Date;
@@ -105,7 +105,7 @@ export interface Replication {
105
105
  * Free-form tags for this resource. Each tag is a simple key-value pair
106
106
  * with no predefined name, type, or namespace.
107
107
  * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
108
- * Example: `{\"Department\": \"Finance\"}`
108
+ * Example: {@code {\"Department\": \"Finance\"}}
109
109
  *
110
110
  */
111
111
  "freeformTags"?: {
@@ -114,7 +114,7 @@ export interface Replication {
114
114
  /**
115
115
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
116
116
  * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
117
- * Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
117
+ * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
118
118
  *
119
119
  */
120
120
  "definedTags"?: {
@@ -21,14 +21,14 @@ export interface SnapshotSchedule {
21
21
  /**
22
22
  * A name prefix to be applied to snapshots created by this schedule.
23
23
  * <p>
24
- Example: `compliance1`
24
+ Example: {@code compliance1}
25
25
  *
26
26
  */
27
27
  "schedulePrefix"?: string;
28
28
  /**
29
29
  * The starting point used to begin the scheduling of the snapshots based upon recurrence string
30
30
  * in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format.
31
- * If no `timeScheduleStart` is provided, the value will be set to the time when the schedule was created.
31
+ * If no {@code timeScheduleStart} is provided, the value will be set to the time when the schedule was created.
32
32
  *
33
33
  */
34
34
  "timeScheduleStart"?: Date;
@@ -35,7 +35,7 @@ export interface SnapshotSummary {
35
35
  * <p>
36
36
  Avoid entering confidential information.
37
37
  * <p>
38
- Example: `Sunday`
38
+ Example: {@code Sunday}
39
39
  *
40
40
  */
41
41
  "name": string;
@@ -43,7 +43,7 @@ export interface SnapshotSummary {
43
43
  * The date and time the snapshot was created, expressed
44
44
  * in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format.
45
45
  * <p>
46
- Example: `2016-08-25T21:10:29.600Z`
46
+ Example: {@code 2016-08-25T21:10:29.600Z}
47
47
  *
48
48
  */
49
49
  "timeCreated": Date;
@@ -55,13 +55,13 @@ export interface SnapshotSummary {
55
55
  /**
56
56
  * The date and time the snapshot was taken, expressed
57
57
  * in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format.
58
- * This value might be the same or different from `timeCreated` depending
58
+ * This value might be the same or different from {@code timeCreated} depending
59
59
  * on the following factors:
60
60
  * - If the snapshot is created in the original file system directory.
61
61
  * - If the snapshot is cloned from a file system.
62
62
  * - If the snapshot is replicated from a file system.
63
63
  * <p>
64
- Example: `2020-08-25T21:10:29.600Z`
64
+ Example: {@code 2020-08-25T21:10:29.600Z}
65
65
  *
66
66
  */
67
67
  "snapshotTime"?: Date;
@@ -71,8 +71,8 @@ export interface SnapshotSummary {
71
71
  "expirationTime"?: Date;
72
72
  /**
73
73
  * An [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) identifying the parent from which this snapshot was cloned.
74
- * If this snapshot was not cloned, then the `provenanceId` is the same as the snapshot `id` value.
75
- * If this snapshot was cloned, then the `provenanceId` value is the parent's `provenanceId`.
74
+ * If this snapshot was not cloned, then the {@code provenanceId} is the same as the snapshot {@code id} value.
75
+ * If this snapshot was cloned, then the {@code provenanceId} value is the parent's {@code provenanceId}.
76
76
  * See [Cloning a File System](https://docs.cloud.oracle.com/iaas/Content/File/Tasks/cloningFS.htm).
77
77
  *
78
78
  */
@@ -84,14 +84,14 @@ export interface SnapshotSummary {
84
84
  */
85
85
  "isCloneSource"?: boolean;
86
86
  /**
87
- * Additional information about the current `lifecycleState`.
87
+ * Additional information about the current {@code lifecycleState}.
88
88
  */
89
89
  "lifecycleDetails"?: string;
90
90
  /**
91
91
  * Free-form tags for this resource. Each tag is a simple key-value pair
92
92
  * with no predefined name, type, or namespace.
93
93
  * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
94
- * Example: `{\"Department\": \"Finance\"}`
94
+ * Example: {@code {\"Department\": \"Finance\"}}
95
95
  *
96
96
  */
97
97
  "freeformTags"?: {
@@ -100,7 +100,7 @@ export interface SnapshotSummary {
100
100
  /**
101
101
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
102
102
  * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
103
- * Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
103
+ * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
104
104
  *
105
105
  */
106
106
  "definedTags"?: {
@@ -36,7 +36,7 @@ export interface Snapshot {
36
36
  * <p>
37
37
  Avoid entering confidential information.
38
38
  * <p>
39
- Example: `Sunday`
39
+ Example: {@code Sunday}
40
40
  *
41
41
  */
42
42
  "name": string;
@@ -44,7 +44,7 @@ export interface Snapshot {
44
44
  * The date and time the snapshot was created, expressed
45
45
  * in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format.
46
46
  * <p>
47
- Example: `2016-08-25T21:10:29.600Z`
47
+ Example: {@code 2016-08-25T21:10:29.600Z}
48
48
  *
49
49
  */
50
50
  "timeCreated": Date;
@@ -56,20 +56,20 @@ export interface Snapshot {
56
56
  /**
57
57
  * The date and time the snapshot was taken, expressed
58
58
  * in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format.
59
- * This value might be the same or different from `timeCreated` depending
59
+ * This value might be the same or different from {@code timeCreated} depending
60
60
  * on the following factors:
61
61
  * - If the snapshot is created in the original file system directory.
62
62
  * - If the snapshot is cloned from a file system.
63
63
  * - If the snapshot is replicated from a file system.
64
64
  * <p>
65
- Example: `2020-08-25T21:10:29.600Z`
65
+ Example: {@code 2020-08-25T21:10:29.600Z}
66
66
  *
67
67
  */
68
68
  "snapshotTime"?: Date;
69
69
  /**
70
70
  * An [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) identifying the parent from which this snapshot was cloned.
71
- * If this snapshot was not cloned, then the `provenanceId` is the same as the snapshot `id` value.
72
- * If this snapshot was cloned, then the `provenanceId` value is the parent's `provenanceId`.
71
+ * If this snapshot was not cloned, then the {@code provenanceId} is the same as the snapshot {@code id} value.
72
+ * If this snapshot was cloned, then the {@code provenanceId} value is the parent's {@code provenanceId}.
73
73
  * See [Cloning a File System](https://docs.cloud.oracle.com/iaas/Content/File/Tasks/cloningFS.htm).
74
74
  *
75
75
  */
@@ -81,14 +81,14 @@ export interface Snapshot {
81
81
  */
82
82
  "isCloneSource"?: boolean;
83
83
  /**
84
- * Additional information about the current `lifecycleState`.
84
+ * Additional information about the current {@code lifecycleState}.
85
85
  */
86
86
  "lifecycleDetails"?: string;
87
87
  /**
88
88
  * Free-form tags for this resource. Each tag is a simple key-value pair
89
89
  * with no predefined name, type, or namespace.
90
90
  * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
91
- * Example: `{\"Department\": \"Finance\"}`
91
+ * Example: {@code {\"Department\": \"Finance\"}}
92
92
  *
93
93
  */
94
94
  "freeformTags"?: {
@@ -97,7 +97,7 @@ export interface Snapshot {
97
97
  /**
98
98
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
99
99
  * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
100
- * Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
100
+ * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
101
101
  *
102
102
  */
103
103
  "definedTags"?: {
@@ -26,7 +26,7 @@ export interface UpdateExportDetails {
26
26
  * <p>
27
27
  **Setting to the empty array will make the export invisible to all clients.**
28
28
  * <p>
29
- Leaving unset will leave the `exportOptions` unchanged.
29
+ Leaving unset will leave the {@code exportOptions} unchanged.
30
30
  *
31
31
  */
32
32
  "exportOptions"?: Array<model.ClientOptions>;
@@ -20,33 +20,33 @@ export interface UpdateExportSetDetails {
20
20
  * A user-friendly name. It does not have to be unique, and it is changeable.
21
21
  * Avoid entering confidential information.
22
22
  * <p>
23
- Example: `My export set`
23
+ Example: {@code My export set}
24
24
  *
25
25
  */
26
26
  "displayName"?: string;
27
27
  /**
28
- * Controls the maximum `tbytes`, `fbytes`, and `abytes`
29
- * values reported by `NFS FSSTAT` calls through any associated
28
+ * Controls the maximum {@code tbytes}, {@code fbytes}, and {@code abytes}
29
+ * values reported by {@code NFS FSSTAT} calls through any associated
30
30
  * mount targets. This is an advanced feature. For most
31
31
  * applications, use the default value. The
32
- * `tbytes` value reported by `FSSTAT` will be
33
- * `maxFsStatBytes`. The value of `fbytes` and `abytes` will be
34
- * `maxFsStatBytes` minus the metered size of the file
35
- * system. If the metered size is larger than `maxFsStatBytes`,
36
- * then `fbytes` and `abytes` will both be '0'.
32
+ * {@code tbytes} value reported by {@code FSSTAT} will be
33
+ * {@code maxFsStatBytes}. The value of {@code fbytes} and {@code abytes} will be
34
+ * {@code maxFsStatBytes} minus the metered size of the file
35
+ * system. If the metered size is larger than {@code maxFsStatBytes},
36
+ * then {@code fbytes} and {@code abytes} will both be '0'.
37
37
  * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
38
38
  */
39
39
  "maxFsStatBytes"?: number;
40
40
  /**
41
- * Controls the maximum `ffiles`, `ffiles`, and `afiles`
42
- * values reported by `NFS FSSTAT` calls through any associated
41
+ * Controls the maximum {@code ffiles}, {@code ffiles}, and {@code afiles}
42
+ * values reported by {@code NFS FSSTAT} calls through any associated
43
43
  * mount targets. This is an advanced feature. For most
44
44
  * applications, use the default value. The
45
- * `tfiles` value reported by `FSSTAT` will be
46
- * `maxFsStatFiles`. The value of `ffiles` and `afiles` will be
47
- * `maxFsStatFiles` minus the metered size of the file
48
- * system. If the metered size is larger than `maxFsStatFiles`,
49
- * then `ffiles` and `afiles` will both be '0'.
45
+ * {@code tfiles} value reported by {@code FSSTAT} will be
46
+ * {@code maxFsStatFiles}. The value of {@code ffiles} and {@code afiles} will be
47
+ * {@code maxFsStatFiles} minus the metered size of the file
48
+ * system. If the metered size is larger than {@code maxFsStatFiles},
49
+ * then {@code ffiles} and {@code afiles} will both be '0'.
50
50
  * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
51
51
  */
52
52
  "maxFsStatFiles"?: number;
@@ -20,7 +20,7 @@ export interface UpdateFileSystemDetails {
20
20
  * A user-friendly name. It does not have to be unique, and it is changeable.
21
21
  * Avoid entering confidential information.
22
22
  * <p>
23
- Example: `My file system`
23
+ Example: {@code My file system}
24
24
  *
25
25
  */
26
26
  "displayName"?: string;
@@ -28,7 +28,7 @@ export interface UpdateFileSystemDetails {
28
28
  * Free-form tags for this resource. Each tag is a simple key-value pair
29
29
  * with no predefined name, type, or namespace.
30
30
  * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
31
- * Example: `{\"Department\": \"Finance\"}`
31
+ * Example: {@code {\"Department\": \"Finance\"}}
32
32
  *
33
33
  */
34
34
  "freeformTags"?: {
@@ -37,7 +37,7 @@ export interface UpdateFileSystemDetails {
37
37
  /**
38
38
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
39
39
  * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
40
- * Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
40
+ * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
41
41
  *
42
42
  */
43
43
  "definedTags"?: {