mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-09 20:30:27 -07:00
Update global address docs now that they are settable + ip ranges sometimes (#228)
<!-- This change is generated by MagicModules. --> /cc @rileykarson
This commit is contained in:
parent
bbaf1a79c7
commit
543e62a4f6
2 changed files with 6 additions and 9 deletions
|
@ -56,7 +56,6 @@ options:
|
|||
description:
|
||||
description:
|
||||
- An optional description of this resource.
|
||||
- Provide this property when you create the resource.
|
||||
required: false
|
||||
name:
|
||||
description:
|
||||
|
@ -69,8 +68,8 @@ options:
|
|||
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
|
||||
|
@ -116,7 +115,6 @@ creationTimestamp:
|
|||
description:
|
||||
description:
|
||||
- An optional description of this resource.
|
||||
- Provide this property when you create the resource.
|
||||
returned: success
|
||||
type: str
|
||||
id:
|
||||
|
@ -136,8 +134,8 @@ name:
|
|||
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:
|
||||
|
|
|
@ -78,7 +78,6 @@ items:
|
|||
description:
|
||||
description:
|
||||
- An optional description of this resource.
|
||||
- Provide this property when you create the resource.
|
||||
returned: success
|
||||
type: str
|
||||
id:
|
||||
|
@ -99,8 +98,8 @@ items:
|
|||
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:
|
||||
|
|
Loading…
Add table
Reference in a new issue