Skip to content

Commit

Permalink
add ipv6 outputs (GoogleCloudPlatform#10275)
Browse files Browse the repository at this point in the history
  • Loading branch information
ehorning authored and Cheriit committed Jun 4, 2024
1 parent 6c94bb2 commit 756cc49
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions mmv1/products/compute/InterconnectAttachment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 756cc49

Please sign in to comment.