changing description on networkInterfaces.network (#331)

Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
The Magician 2019-08-05 14:54:55 -07:00 committed by Alex Stephen
parent 96f4e729f9
commit 8ebb52f87a
2 changed files with 9 additions and 12 deletions

View file

@ -319,10 +319,9 @@ options:
type: str type: str
network: network:
description: description:
- Specifies the title of an existing network. When creating an instance, if - Specifies the title of an existing network. Not setting the network title
neither the network nor the subnetwork is specified, the default network will select the default network interface, which could have SSH already
global/networks/default is used; if the network is not specified but the configured .
subnetwork is specified, the network is inferred.
- 'This field represents a link to a Network resource in GCP. It can be specified - '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 in two ways. First, you can place a dictionary with key ''selfLink'' and
value of your resource''s selfLink Alternatively, you can add `register: value of your resource''s selfLink Alternatively, you can add `register:
@ -787,10 +786,9 @@ networkInterfaces:
type: str type: str
network: network:
description: description:
- Specifies the title of an existing network. When creating an instance, if - Specifies the title of an existing network. Not setting the network title
neither the network nor the subnetwork is specified, the default network global/networks/default will select the default network interface, which could have SSH already configured
is used; if the network is not specified but the subnetwork is specified, .
the network is inferred.
returned: success returned: success
type: dict type: dict
networkIP: networkIP:

View file

@ -363,10 +363,9 @@ resources:
type: str type: str
network: network:
description: description:
- Specifies the title of an existing network. When creating an instance, - Specifies the title of an existing network. Not setting the network title
if neither the network nor the subnetwork is specified, the default network will select the default network interface, which could have SSH already
global/networks/default is used; if the network is not specified but the configured .
subnetwork is specified, the network is inferred.
returned: success returned: success
type: dict type: dict
networkIP: networkIP: