Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Update global address docs now that they are settable + ip ranges sometimes #228

Merged
merged 1 commit into from
Apr 4, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions lib/ansible/modules/cloud/google/gcp_compute_global_address.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
description:
description:
- An optional description of this resource.
- Provide this property when you create the resource.
required: false
name:
description:
Expand All @@ -69,8 +68,8 @@
required: true
ip_version:
description:
- The IP Version that will be used by this address. Valid options are IPV4 or
IPV6. The default value is IPV4.
- The IP Version that will be used by this address. Valid options are `IPV4` or
`IPV6`. The default value is `IPV4`.
required: false
choices:
- IPV4
Expand Down Expand Up @@ -116,7 +115,6 @@
description:
description:
- An optional description of this resource.
- Provide this property when you create the resource.
returned: success
type: str
id:
Expand All @@ -136,8 +134,8 @@
type: str
ipVersion:
description:
- The IP Version that will be used by this address. Valid options are IPV4 or IPV6.
The default value is IPV4.
- The IP Version that will be used by this address. Valid options are `IPV4` or
`IPV6`. The default value is `IPV4`.
returned: success
type: str
region:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@
description:
description:
- An optional description of this resource.
- Provide this property when you create the resource.
returned: success
type: str
id:
Expand All @@ -99,8 +98,8 @@
type: str
ipVersion:
description:
- The IP Version that will be used by this address. Valid options are IPV4 or
IPV6. The default value is IPV4.
- The IP Version that will be used by this address. Valid options are `IPV4`
or `IPV6`. The default value is `IPV4`.
returned: success
type: str
region:
Expand Down