mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-06 10:50:28 -07:00
changing description on networkInterfaces.network (#331)
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
96f4e729f9
commit
8ebb52f87a
2 changed files with 9 additions and 12 deletions
|
@ -319,10 +319,9 @@ options:
|
|||
type: str
|
||||
network:
|
||||
description:
|
||||
- Specifies the title of an existing network. When creating an instance, if
|
||||
neither the network nor the subnetwork is specified, the default network
|
||||
global/networks/default is used; if the network is not specified but the
|
||||
subnetwork is specified, the network is inferred.
|
||||
- Specifies the title of an existing network. Not setting the network title
|
||||
will select the default network interface, which could have SSH already
|
||||
configured .
|
||||
- 'This field represents a link to a Network resource in GCP. It can be specified
|
||||
in two ways. First, you can place a dictionary with key ''selfLink'' and
|
||||
value of your resource''s selfLink Alternatively, you can add `register:
|
||||
|
@ -787,10 +786,9 @@ networkInterfaces:
|
|||
type: str
|
||||
network:
|
||||
description:
|
||||
- Specifies the title of an existing network. When creating an instance, if
|
||||
neither the network nor the subnetwork is specified, the default network global/networks/default
|
||||
is used; if the network is not specified but the subnetwork is specified,
|
||||
the network is inferred.
|
||||
- Specifies the title of an existing network. Not setting the network title
|
||||
will select the default network interface, which could have SSH already configured
|
||||
.
|
||||
returned: success
|
||||
type: dict
|
||||
networkIP:
|
||||
|
|
|
@ -363,10 +363,9 @@ resources:
|
|||
type: str
|
||||
network:
|
||||
description:
|
||||
- Specifies the title of an existing network. When creating an instance,
|
||||
if neither the network nor the subnetwork is specified, the default network
|
||||
global/networks/default is used; if the network is not specified but the
|
||||
subnetwork is specified, the network is inferred.
|
||||
- Specifies the title of an existing network. Not setting the network title
|
||||
will select the default network interface, which could have SSH already
|
||||
configured .
|
||||
returned: success
|
||||
type: dict
|
||||
networkIP:
|
||||
|
|
Loading…
Add table
Reference in a new issue