@@ -1088,14 +1088,14 @@ func (client ComputeClient) instanceAction(ctx context.Context, request common.O
1088
1088
return response , err
1089
1089
}
1090
1090
1091
- // LaunchInstance Creates a new instance in the specified compartment and the specified Availability Domain .
1091
+ // LaunchInstance Creates a new instance in the specified compartment and the specified availability domain .
1092
1092
// For general information about instances, see
1093
1093
// Overview of the Compute Service (https://docs.us-phoenix-1.oraclecloud.com/Content/Compute/Concepts/computeoverview.htm).
1094
1094
// For information about access control and compartments, see
1095
1095
// Overview of the IAM Service (https://docs.us-phoenix-1.oraclecloud.com/Content/Identity/Concepts/overview.htm).
1096
- // For information about Availability Domains , see
1096
+ // For information about availability domains , see
1097
1097
// Regions and Availability Domains (https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/regions.htm).
1098
- // To get a list of Availability Domains , use the `ListAvailabilityDomains` operation
1098
+ // To get a list of availability domains , use the `ListAvailabilityDomains` operation
1099
1099
// in the Identity and Access Management Service API.
1100
1100
// All Oracle Cloud Infrastructure resources, including instances, get an Oracle-assigned,
1101
1101
// unique ID called an Oracle Cloud Identifier (OCID).
@@ -1329,7 +1329,7 @@ func (client ComputeClient) listInstanceConsoleConnections(ctx context.Context,
1329
1329
return response , err
1330
1330
}
1331
1331
1332
- // ListInstances Lists the instances in the specified compartment and the specified Availability Domain .
1332
+ // ListInstances Lists the instances in the specified compartment and the specified availability domain .
1333
1333
// You can filter the results by specifying an instance name (the list will include all the identically-named
1334
1334
// instances in the compartment).
1335
1335
func (client ComputeClient ) ListInstances (ctx context.Context , request ListInstancesRequest ) (response ListInstancesResponse , err error ) {
@@ -1418,7 +1418,7 @@ func (client ComputeClient) listShapes(ctx context.Context, request common.OCIRe
1418
1418
1419
1419
// ListVnicAttachments Lists the VNIC attachments in the specified compartment. A VNIC attachment
1420
1420
// resides in the same compartment as the attached instance. The list can be
1421
- // filtered by instance, VNIC, or Availability Domain .
1421
+ // filtered by instance, VNIC, or availability domain .
1422
1422
func (client ComputeClient ) ListVnicAttachments (ctx context.Context , request ListVnicAttachmentsRequest ) (response ListVnicAttachmentsResponse , err error ) {
1423
1423
var ociResponse common.OCIResponse
1424
1424
policy := common .NoRetryPolicy ()
@@ -1652,7 +1652,10 @@ func (client ComputeClient) updateImage(ctx context.Context, request common.OCIR
1652
1652
return response , err
1653
1653
}
1654
1654
1655
- // UpdateInstance Updates the display name of the specified instance. Avoid entering confidential information.
1655
+ // UpdateInstance Updates certain fields on the specified instance. Fields that are not provided in the
1656
+ // request will not be updated. Avoid entering confidential information.
1657
+ // Changes to metadata fields will be reflected in the instance metadata service (this may take
1658
+ // up to a minute).
1656
1659
// The OCID of the instance remains the same.
1657
1660
func (client ComputeClient ) UpdateInstance (ctx context.Context , request UpdateInstanceRequest ) (response UpdateInstanceResponse , err error ) {
1658
1661
var ociResponse common.OCIResponse
0 commit comments