You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](http://keepachangelog.com/)
6
6
7
+
## 65.87.0 - 2025-03-18
8
+
### Added
9
+
- Support for Managed Services for Mac service
10
+
- Support for scheduling customer-initiated backups in the GoldenGate service
11
+
- Support for GPU memory clusters and fabrics in the Compute service
12
+
- Support for creating and updating AWS EC2 and EBS assets in the Cloud Bridge service
13
+
- Support for listing AWS regions available for discovery and migration in the Cloud Bridge service
14
+
15
+
### Breaking Changes
16
+
- The properties `IpAnycastId` and `MonitorIp` were removed from the models `UpdateByoipRangeDetails` and `CreateByoipRangeDetails` in the Core service
17
+
- The property `Plugin` and `Etag` were removed from the model `UpdatePluginResponse` in the Cloud Bridge service
18
+
- The mandatory property `Data` was added to the request model `ImportInventoryViaAssetsDetails` in the Cloud Bridge service
19
+
- The properties `Compute`, `Vm`, `VmwareVm`, and `VmwareVCenter` were made mandatory in the request model `CreateVmwareVmAssetDetails` in the Cloud Bridge service
Copy file name to clipboardExpand all lines: cloudbridge/aws_asset_source.go
+10-10
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
// Copyright (c) 2016, 2018, 2024, Oracle and/or its affiliates. All rights reserved.
1
+
// Copyright (c) 2016, 2018, 2025, Oracle and/or its affiliates. All rights reserved.
2
2
// This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
3
3
// Code generated. DO NOT EDIT.
4
4
@@ -19,23 +19,23 @@ import (
19
19
// AwsAssetSource AWS asset source. Used for discovery of EC2 instances and EBS volumes registered for the AWS account.
20
20
typeAwsAssetSourcestruct {
21
21
22
-
// The OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the resource.
22
+
// The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the resource.
23
23
Id*string`mandatory:"true" json:"id"`
24
24
25
-
// The OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment for the resource.
25
+
// The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment for the resource.
// The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no
62
-
// predefined name, type, or namespace/scope. For more information, see Resource Tags (https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
62
+
// predefined name, type, or namespace/scope. For more information, see Resource Tags (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
// The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces.
72
-
// For more information, see Resource Tags (https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
72
+
// For more information, see Resource Tags (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
Copy file name to clipboardExpand all lines: cloudbridge/aws_asset_source_summary.go
+9-9
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
// Copyright (c) 2016, 2018, 2024, Oracle and/or its affiliates. All rights reserved.
1
+
// Copyright (c) 2016, 2018, 2025, Oracle and/or its affiliates. All rights reserved.
2
2
// This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
3
3
// Code generated. DO NOT EDIT.
4
4
@@ -19,13 +19,13 @@ import (
19
19
// AwsAssetSourceSummary Summary of an AWS asset source provided in the list.
20
20
typeAwsAssetSourceSummarystruct {
21
21
22
-
// The OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the resource.
22
+
// The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the resource.
23
23
Id*string`mandatory:"true" json:"id"`
24
24
25
-
// The OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment for the resource.
25
+
// The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment for the resource.
// The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no
57
-
// predefined name, type, or namespace/scope. For more information, see Resource Tags (https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
57
+
// predefined name, type, or namespace/scope. For more information, see Resource Tags (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
// The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces.
67
-
// For more information, see Resource Tags (https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
67
+
// For more information, see Resource Tags (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
0 commit comments