From 1d25f578547c4a43a2fcaba9f4459b1b55f06692 Mon Sep 17 00:00:00 2001 From: Erin Horning <44779718+ehorning@users.noreply.github.com> Date: Tue, 26 Mar 2024 14:42:26 -0600 Subject: [PATCH] add ipv6 outputs (#10275) --- mmv1/products/compute/InterconnectAttachment.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/mmv1/products/compute/InterconnectAttachment.yaml b/mmv1/products/compute/InterconnectAttachment.yaml index 507829b54ba3..0302f1cec30c 100644 --- a/mmv1/products/compute/InterconnectAttachment.yaml +++ b/mmv1/products/compute/InterconnectAttachment.yaml @@ -312,3 +312,15 @@ properties: - :IPV4_IPV6 - :IPV4_ONLY default_from_api: true + - !ruby/object:Api::Type::String + name: 'cloudRouterIpv6Address' + description: | + IPv6 address + prefix length to be configured on Cloud Router + Interface for this interconnect attachment. + output: true + - !ruby/object:Api::Type::String + name: 'customerRouterIpv6Address' + description: | + IPv6 address + prefix length to be configured on the customer + router subinterface for this interconnect attachment. + output: true