mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-23 05:10:29 -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
|
required: false
|
||||||
vlan_tag8021q:
|
vlan_tag8021q:
|
||||||
description:
|
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
|
required: false
|
||||||
region:
|
region:
|
||||||
description:
|
description:
|
||||||
|
@ -249,7 +250,8 @@ candidateSubnets:
|
||||||
type: list
|
type: list
|
||||||
vlanTag8021q:
|
vlanTag8021q:
|
||||||
description:
|
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
|
returned: success
|
||||||
type: int
|
type: int
|
||||||
region:
|
region:
|
||||||
|
|
|
@ -189,7 +189,8 @@ resources:
|
||||||
type: list
|
type: list
|
||||||
vlanTag8021q:
|
vlanTag8021q:
|
||||||
description:
|
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
|
returned: success
|
||||||
type: int
|
type: int
|
||||||
region:
|
region:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue