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
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,24 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
7
7
### Fixed
8
8
- N/A
9
9
10
+
### Changed
11
+
- N/A
12
+
13
+
### Added
14
+
- N/A
15
+
16
+
## 1.2.20 - 2017-12-11
17
+
18
+
### Added
19
+
- Support for retrieving custom operation metadata, such as the OCID of a resource, from responsePayload attribute on the AuditEvent model of the Audit Service
20
+
- Support for public peering for FastConnect
21
+
- Support for specifying an authorized entity name in a Letter of Authority for FastConnect
22
+
- Support for showing a list of bandwidth shapes for FastConnect provider
23
+
24
+
### Deprecated
25
+
- The `listVirtualCircuitBandwidthShapes` operation in `VirtualNetwork` has been deprecated. Use the `listFastConnectProviderVirtualCircuitBandwidthShapes` operation instead
26
+
- When using `CreateVirtualCircuitDetails`, supplying a `providerName` is deprecated and `providerServiceId` should be used instead
* Gets the list of available virtual circuit bandwidth levels for a provider.
926
+
* You need this information so you can specify your desired bandwidth level (shape) when you create a virtual circuit.
927
+
* <p>
928
+
* For more information about virtual circuits, see [FastConnect Overview](https://docs.us-phoenix-1.oraclecloud.com/Content/Network/Concepts/fastconnect.htm).
929
+
*
930
+
* @param request The request object containing the details to send
931
+
* @return A response object containing details about the completed operation
* Lists the available bandwidth levels for virtual circuits. You need this
978
-
* information so you can specify your desired bandwidth level (that is, shape)
979
-
* when you create a virtual circuit.
980
-
* For the compartment ID, provide the OCID of your tenancy (the root compartment).
1028
+
* The deprecated operation lists available bandwidth levels for virtual circuits. For the compartment ID, provide the OCID of your tenancy (the root compartment).
981
1029
*
982
1030
* @param request The request object containing the details to send
983
1031
* @return A response object containing details about the completed operation
0 commit comments