Skip to content

Commit

Permalink
add stack_type attribute (GoogleCloudPlatform#9890)
Browse files Browse the repository at this point in the history
  • Loading branch information
ehorning authored and pengq-google committed May 21, 2024
1 parent f32c913 commit 9820b25
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 @@ -300,3 +300,15 @@ properties:
- :IPSEC
default_value: :NONE
custom_flatten: templates/terraform/custom_flatten/default_if_empty.erb
- !ruby/object:Api::Type::Enum
name: 'stackType'
description: |
The stack type for this interconnect attachment to identify whether the IPv6
feature is enabled or not. If not specified, IPV4_ONLY will be used.
This field can be both set at interconnect attachments creation and update
interconnect attachment operations.
values:
- :IPV4_IPV6
- :IPV4_ONLY
default_from_api: true

0 comments on commit 9820b25

Please sign in to comment.