mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-06 10:50:28 -07:00
* IPsec over interconnect feature * Removing test from other branch * Mark several encryption fields as input-only Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
3a588b5a09
commit
7f65d2b8c1
2 changed files with 21 additions and 9 deletions
|
@ -86,12 +86,16 @@ options:
|
|||
type: str
|
||||
purpose:
|
||||
description:
|
||||
- 'The purpose of this resource. Possible values include: * GCE_ENDPOINT for addresses
|
||||
that are used by VM instances, alias IP ranges, internal load balancers, and
|
||||
similar resources.'
|
||||
- 'The purpose of this resource, which can be one of the following values: * GCE_ENDPOINT
|
||||
for addresses that are used by VM instances, alias IP ranges, internal load
|
||||
balancers, and similar 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."
|
||||
- This should only be set when using an Internal address.
|
||||
required: false
|
||||
type: str
|
||||
network_tier:
|
||||
|
@ -224,12 +228,16 @@ name:
|
|||
type: str
|
||||
purpose:
|
||||
description:
|
||||
- 'The purpose of this resource. Possible values include: * GCE_ENDPOINT for addresses
|
||||
that are used by VM instances, alias IP ranges, internal load balancers, and similar
|
||||
resources.'
|
||||
- 'The purpose of this resource, which can be one of the following values: * GCE_ENDPOINT
|
||||
for addresses that are used by VM instances, alias IP ranges, internal load balancers,
|
||||
and similar 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."
|
||||
- This should only be set when using an Internal address.
|
||||
returned: success
|
||||
type: str
|
||||
networkTier:
|
||||
|
|
|
@ -158,12 +158,16 @@ resources:
|
|||
type: str
|
||||
purpose:
|
||||
description:
|
||||
- 'The purpose of this resource. Possible values include: * GCE_ENDPOINT for
|
||||
addresses that are used by VM instances, alias IP ranges, internal load balancers,
|
||||
and similar resources.'
|
||||
- 'The purpose of this resource, which can be one of the following values: *
|
||||
GCE_ENDPOINT for addresses that are used by VM instances, alias IP ranges,
|
||||
internal load balancers, and similar 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."
|
||||
- This should only be set when using an Internal address.
|
||||
returned: success
|
||||
type: str
|
||||
networkTier:
|
||||
|
|
Loading…
Add table
Reference in a new issue