@@ -1820,16 +1820,16 @@ def instance_action(self, instance_id, action, **kwargs):
18201820 def launch_instance (self , launch_instance_details , ** kwargs ):
18211821 """
18221822 LaunchInstance
1823- Creates a new instance in the specified compartment and the specified Availability Domain .
1823+ Creates a new instance in the specified compartment and the specified availability domain .
18241824 For general information about instances, see
18251825 `Overview of the Compute Service`__.
18261826
18271827 For information about access control and compartments, see
18281828 `Overview of the IAM Service`__.
18291829
1830- For information about Availability Domains , see
1830+ For information about availability domains , see
18311831 `Regions and Availability Domains`__.
1832- To get a list of Availability Domains , use the `ListAvailabilityDomains` operation
1832+ To get a list of availability domains , use the `ListAvailabilityDomains` operation
18331833 in the Identity and Access Management Service API.
18341834
18351835 All Oracle Cloud Infrastructure resources, including instances, get an Oracle-assigned,
@@ -1929,7 +1929,7 @@ def list_boot_volume_attachments(self, availability_domain, compartment_id, **kw
19291929
19301930
19311931 :param str availability_domain: (required)
1932- The name of the Availability Domain .
1932+ The name of the availability domain .
19331933
19341934 Example: `Uocm:PHX-AD-1`
19351935
@@ -2022,7 +2022,7 @@ def list_console_histories(self, compartment_id, **kwargs):
20222022 The OCID of the compartment.
20232023
20242024 :param str availability_domain: (optional)
2025- The name of the Availability Domain .
2025+ The name of the availability domain .
20262026
20272027 Example: `Uocm:PHX-AD-1`
20282028
@@ -2043,9 +2043,9 @@ def list_console_histories(self, compartment_id, **kwargs):
20432043 sort order is case sensitive.
20442044
20452045 **Note:** In general, some \" List\" operations (for example, `ListInstances`) let you
2046- optionally filter by Availability Domain if the scope of the resource type is within a
2047- single Availability Domain . If you call one of these \" List\" operations without specifying
2048- an Availability Domain , the resources are grouped by Availability Domain , then sorted.
2046+ optionally filter by availability domain if the scope of the resource type is within a
2047+ single availability domain . If you call one of these \" List\" operations without specifying
2048+ an availability domain , the resources are grouped by availability domain , then sorted.
20492049
20502050 Allowed values are: "TIMECREATED", "DISPLAYNAME"
20512051
@@ -2196,9 +2196,9 @@ def list_images(self, compartment_id, **kwargs):
21962196 sort order is case sensitive.
21972197
21982198 **Note:** In general, some \" List\" operations (for example, `ListInstances`) let you
2199- optionally filter by Availability Domain if the scope of the resource type is within a
2200- single Availability Domain . If you call one of these \" List\" operations without specifying
2201- an Availability Domain , the resources are grouped by Availability Domain , then sorted.
2199+ optionally filter by availability domain if the scope of the resource type is within a
2200+ single availability domain . If you call one of these \" List\" operations without specifying
2201+ an availability domain , the resources are grouped by availability domain , then sorted.
22022202
22032203 Allowed values are: "TIMECREATED", "DISPLAYNAME"
22042204
@@ -2391,7 +2391,7 @@ def list_instance_console_connections(self, compartment_id, **kwargs):
23912391 def list_instances (self , compartment_id , ** kwargs ):
23922392 """
23932393 ListInstances
2394- Lists the instances in the specified compartment and the specified Availability Domain .
2394+ Lists the instances in the specified compartment and the specified availability domain .
23952395 You can filter the results by specifying an instance name (the list will include all the identically-named
23962396 instances in the compartment).
23972397
@@ -2400,7 +2400,7 @@ def list_instances(self, compartment_id, **kwargs):
24002400 The OCID of the compartment.
24012401
24022402 :param str availability_domain: (optional)
2403- The name of the Availability Domain .
2403+ The name of the availability domain .
24042404
24052405 Example: `Uocm:PHX-AD-1`
24062406
@@ -2421,9 +2421,9 @@ def list_instances(self, compartment_id, **kwargs):
24212421 sort order is case sensitive.
24222422
24232423 **Note:** In general, some \" List\" operations (for example, `ListInstances`) let you
2424- optionally filter by Availability Domain if the scope of the resource type is within a
2425- single Availability Domain . If you call one of these \" List\" operations without specifying
2426- an Availability Domain , the resources are grouped by Availability Domain , then sorted.
2424+ optionally filter by availability domain if the scope of the resource type is within a
2425+ single availability domain . If you call one of these \" List\" operations without specifying
2426+ an availability domain , the resources are grouped by availability domain , then sorted.
24272427
24282428 Allowed values are: "TIMECREATED", "DISPLAYNAME"
24292429
@@ -2537,7 +2537,7 @@ def list_shapes(self, compartment_id, **kwargs):
25372537 The OCID of the compartment.
25382538
25392539 :param str availability_domain: (optional)
2540- The name of the Availability Domain .
2540+ The name of the availability domain .
25412541
25422542 Example: `Uocm:PHX-AD-1`
25432543
@@ -2618,14 +2618,14 @@ def list_vnic_attachments(self, compartment_id, **kwargs):
26182618 ListVnicAttachments
26192619 Lists the VNIC attachments in the specified compartment. A VNIC attachment
26202620 resides in the same compartment as the attached instance. The list can be
2621- filtered by instance, VNIC, or Availability Domain .
2621+ filtered by instance, VNIC, or availability domain .
26222622
26232623
26242624 :param str compartment_id: (required)
26252625 The OCID of the compartment.
26262626
26272627 :param str availability_domain: (optional)
2628- The name of the Availability Domain .
2628+ The name of the availability domain .
26292629
26302630 Example: `Uocm:PHX-AD-1`
26312631
@@ -2720,7 +2720,7 @@ def list_volume_attachments(self, compartment_id, **kwargs):
27202720 The OCID of the compartment.
27212721
27222722 :param str availability_domain: (optional)
2723- The name of the Availability Domain .
2723+ The name of the availability domain .
27242724
27252725 Example: `Uocm:PHX-AD-1`
27262726
@@ -3067,7 +3067,12 @@ def update_image(self, image_id, update_image_details, **kwargs):
30673067 def update_instance (self , instance_id , update_instance_details , ** kwargs ):
30683068 """
30693069 UpdateInstance
3070- Updates the display name of the specified instance. Avoid entering confidential information.
3070+ Updates certain fields on the specified instance. Fields that are not provided in the
3071+ request will not be updated. Avoid entering confidential information.
3072+
3073+ Changes to metadata fields will be reflected in the instance metadata service (this may take
3074+ up to a minute).
3075+
30713076 The OCID of the instance remains the same.
30723077
30733078
0 commit comments