mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-09 20:30:27 -07:00
Make vlanTag8021q computed because of PARTNER attachements (#241)
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
a0c5c279d0
commit
9d56092565
2 changed files with 6 additions and 3 deletions
|
@ -108,7 +108,8 @@ options:
|
|||
required: false
|
||||
vlan_tag8021q:
|
||||
description:
|
||||
- The IEEE 802.1Q VLAN tag for this attachment, in the range 2-4094.
|
||||
- The IEEE 802.1Q VLAN tag for this attachment, in the range 2-4094. When using
|
||||
PARTNER type this will be managed upstream.
|
||||
required: false
|
||||
region:
|
||||
description:
|
||||
|
@ -249,7 +250,8 @@ candidateSubnets:
|
|||
type: list
|
||||
vlanTag8021q:
|
||||
description:
|
||||
- The IEEE 802.1Q VLAN tag for this attachment, in the range 2-4094.
|
||||
- The IEEE 802.1Q VLAN tag for this attachment, in the range 2-4094. When using
|
||||
PARTNER type this will be managed upstream.
|
||||
returned: success
|
||||
type: int
|
||||
region:
|
||||
|
|
|
@ -189,7 +189,8 @@ resources:
|
|||
type: list
|
||||
vlanTag8021q:
|
||||
description:
|
||||
- The IEEE 802.1Q VLAN tag for this attachment, in the range 2-4094.
|
||||
- The IEEE 802.1Q VLAN tag for this attachment, in the range 2-4094. When using
|
||||
PARTNER type this will be managed upstream.
|
||||
returned: success
|
||||
type: int
|
||||
region:
|
||||
|
|
Loading…
Add table
Reference in a new issue