Skip to content

2.5.6

Choose a tag to compare

@dshelbyo dshelbyo released this 03 Apr 02:14
· 732 commits to master since this release
9d1d0b6

Added

  • New command as mentioned below is added to the FastConnect Service. A provider service key is an identifier for a provider's virtual circuit.
    • oci network fast-connect-provider-service-key get
  • Improvement that introduces --customer-reference-name to CrossConnect and CrossConnectGroup in the FastConnectService.
    • (oci network cross-connect create --customer-reference-name [text])
    • (oci network cross-connect update --customer-reference-name [text])
    • (oci network cross-connect-group create --customer-reference-name [text])
    • (oci network cross-connect-group update --customer-reference-name [text])
  • Improvement that introduces --provider-service-key-name to VirtualCircuit in the FastConnect Service.
    • (oci network virtual-circuit create --provider-service-key-name [text])
    • (oci network virtual-circuit update --provider-service-key-name [text])

Changed