mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-06 19:00:27 -07:00
* Adding external neg with fqdn * Add decoder to fetch networkEndpoint * Test passing, add custom import, decoder * Fix old test * Exclude from ansible/inspec * networkEndpointGroup -> globalNetworkEndpointGroup for global endpoint * Rebase, dont pre delete empty fields * Delete unused file Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
bd876e58d2
commit
a370221b2c
2 changed files with 6 additions and 6 deletions
|
@ -73,8 +73,8 @@ options:
|
|||
type: str
|
||||
network_endpoint_type:
|
||||
description:
|
||||
- Type of network endpoints in this network endpoint group. Currently the only
|
||||
supported value is GCE_VM_IP_PORT.
|
||||
- Type of network endpoints in this network endpoint group. The only supported
|
||||
value is GCE_VM_IP_PORT .
|
||||
- 'Some valid choices include: "GCE_VM_IP_PORT"'
|
||||
required: false
|
||||
default: GCE_VM_IP_PORT
|
||||
|
@ -222,8 +222,8 @@ description:
|
|||
type: str
|
||||
networkEndpointType:
|
||||
description:
|
||||
- Type of network endpoints in this network endpoint group. Currently the only supported
|
||||
value is GCE_VM_IP_PORT.
|
||||
- Type of network endpoints in this network endpoint group. The only supported value
|
||||
is GCE_VM_IP_PORT .
|
||||
returned: success
|
||||
type: str
|
||||
size:
|
||||
|
|
|
@ -141,8 +141,8 @@ resources:
|
|||
type: str
|
||||
networkEndpointType:
|
||||
description:
|
||||
- Type of network endpoints in this network endpoint group. Currently the only
|
||||
supported value is GCE_VM_IP_PORT.
|
||||
- Type of network endpoints in this network endpoint group. The only supported
|
||||
value is GCE_VM_IP_PORT .
|
||||
returned: success
|
||||
type: str
|
||||
size:
|
||||
|
|
Loading…
Add table
Reference in a new issue