mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-28 07:31:29 -07:00
* Move ipsec interconnect to ga * Remove beta only docs note Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
20b59f84ee
commit
7498507389
4 changed files with 149 additions and 9 deletions
|
@ -164,9 +164,9 @@ resources:
|
|||
- "* SHARED_LOADBALANCER_VIP for an address that can be used by multiple internal
|
||||
load balancers."
|
||||
- "* VPC_PEERING for addresses that are reserved for VPC peer networks."
|
||||
- "* IPSEC_INTERCONNECT (Beta only) for addresses created from a private IP
|
||||
range that are reserved for a VLAN attachment in an IPsec-encrypted Cloud
|
||||
Interconnect configuration. These addresses are regional resources."
|
||||
- "* IPSEC_INTERCONNECT for addresses created from a private IP range that are
|
||||
reserved for a VLAN attachment in an IPsec-encrypted Cloud Interconnect configuration.
|
||||
These addresses are regional resources."
|
||||
- This should only be set when using an Internal address.
|
||||
returned: success
|
||||
type: str
|
||||
|
@ -197,6 +197,17 @@ resources:
|
|||
is currently being used by another resource and is not available.
|
||||
returned: success
|
||||
type: str
|
||||
network:
|
||||
description:
|
||||
- The URL of the network in which to reserve the address. This field can only
|
||||
be used with INTERNAL type with the VPC_PEERING and IPSEC_INTERCONNECT purposes.
|
||||
returned: success
|
||||
type: dict
|
||||
prefixLength:
|
||||
description:
|
||||
- The prefix length if the resource represents an IP range.
|
||||
returned: success
|
||||
type: int
|
||||
region:
|
||||
description:
|
||||
- URL of the region where the regional address resides.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue