mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-08-04 05:04:27 -07:00
promote internal global addresses to GA (#283)
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
07d8cabf5a
commit
fd418283e1
2 changed files with 78 additions and 0 deletions
|
@ -107,6 +107,13 @@ resources:
|
|||
- A reference to the region where the regional address resides.
|
||||
returned: success
|
||||
type: str
|
||||
prefixLength:
|
||||
description:
|
||||
- The prefix length of the IP range. If not present, it means the address field
|
||||
is a single IP address.
|
||||
- This field is not applicable to addresses with addressType=EXTERNAL.
|
||||
returned: success
|
||||
type: int
|
||||
addressType:
|
||||
description:
|
||||
- The type of the address to reserve, default is EXTERNAL.
|
||||
|
@ -114,6 +121,20 @@ resources:
|
|||
- "* INTERNAL indicates internal IP ranges belonging to some network."
|
||||
returned: success
|
||||
type: str
|
||||
purpose:
|
||||
description:
|
||||
- The purpose of the resource. For global internal addresses it can be * VPC_PEERING
|
||||
- for peer networks This should only be set when using an Internal address.
|
||||
returned: success
|
||||
type: str
|
||||
network:
|
||||
description:
|
||||
- The URL of the network in which to reserve the IP range. The IP range must
|
||||
be in RFC1918 space. The network cannot be deleted if there are any reserved
|
||||
IP ranges referring to it.
|
||||
- This should only be set when using an Internal address.
|
||||
returned: success
|
||||
type: dict
|
||||
'''
|
||||
|
||||
################################################################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue