@@ -630,7 +630,9 @@ def delete_app_catalog_subscription(self, listing_id, compartment_id, resource_v
630630 The OCID of the listing.
631631
632632 :param str compartment_id: (required)
633- The OCID of the compartment.
633+ The `OCID`__ of the compartment.
634+
635+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
634636
635637 :param str resource_version: (required)
636638 Listing Resource Version.
@@ -2484,7 +2486,9 @@ def list_app_catalog_subscriptions(self, compartment_id, **kwargs):
24842486
24852487
24862488 :param str compartment_id: (required)
2487- The OCID of the compartment.
2489+ The `OCID`__ of the compartment.
2490+
2491+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
24882492
24892493 :param int limit: (optional)
24902494 For list pagination. The maximum number of results per page, or items to return in a paginated
@@ -2613,7 +2617,9 @@ def list_boot_volume_attachments(self, availability_domain, compartment_id, **kw
26132617 Example: `Uocm:PHX-AD-1`
26142618
26152619 :param str compartment_id: (required)
2616- The OCID of the compartment.
2620+ The `OCID`__ of the compartment.
2621+
2622+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
26172623
26182624 :param int limit: (optional)
26192625 For list pagination. The maximum number of results per page, or items to return in a paginated
@@ -2706,7 +2712,9 @@ def list_console_histories(self, compartment_id, **kwargs):
27062712
27072713
27082714 :param str compartment_id: (required)
2709- The OCID of the compartment.
2715+ The `OCID`__ of the compartment.
2716+
2717+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
27102718
27112719 :param str availability_domain: (optional)
27122720 The name of the availability domain.
@@ -2859,7 +2867,9 @@ def list_images(self, compartment_id, **kwargs):
28592867
28602868
28612869 :param str compartment_id: (required)
2862- The OCID of the compartment.
2870+ The `OCID`__ of the compartment.
2871+
2872+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
28632873
28642874 :param str display_name: (optional)
28652875 A filter to return only resources that match the given display name exactly.
@@ -3019,7 +3029,9 @@ def list_instance_console_connections(self, compartment_id, **kwargs):
30193029
30203030
30213031 :param str compartment_id: (required)
3022- The OCID of the compartment.
3032+ The `OCID`__ of the compartment.
3033+
3034+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
30233035
30243036 :param str instance_id: (optional)
30253037 The OCID of the instance.
@@ -3254,7 +3266,9 @@ def list_instances(self, compartment_id, **kwargs):
32543266
32553267
32563268 :param str compartment_id: (required)
3257- The OCID of the compartment.
3269+ The `OCID`__ of the compartment.
3270+
3271+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
32583272
32593273 :param str availability_domain: (optional)
32603274 The name of the availability domain.
@@ -3399,7 +3413,9 @@ def list_shapes(self, compartment_id, **kwargs):
33993413
34003414
34013415 :param str compartment_id: (required)
3402- The OCID of the compartment.
3416+ The `OCID`__ of the compartment.
3417+
3418+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
34033419
34043420 :param str availability_domain: (optional)
34053421 The name of the availability domain.
@@ -3495,7 +3511,9 @@ def list_vnic_attachments(self, compartment_id, **kwargs):
34953511
34963512
34973513 :param str compartment_id: (required)
3498- The OCID of the compartment.
3514+ The `OCID`__ of the compartment.
3515+
3516+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
34993517
35003518 :param str availability_domain: (optional)
35013519 The name of the availability domain.
@@ -3598,7 +3616,9 @@ def list_volume_attachments(self, compartment_id, **kwargs):
35983616
35993617
36003618 :param str compartment_id: (required)
3601- The OCID of the compartment.
3619+ The `OCID`__ of the compartment.
3620+
3621+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
36023622
36033623 :param str availability_domain: (optional)
36043624 The name of the availability domain.
0 commit comments