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
|
type: str
|
||||||
purpose:
|
purpose:
|
||||||
description:
|
description:
|
||||||
- 'The purpose of this resource. Possible values include: * GCE_ENDPOINT for addresses
|
- 'The purpose of this resource, which can be one of the following values: * GCE_ENDPOINT
|
||||||
that are used by VM instances, alias IP ranges, internal load balancers, and
|
for addresses that are used by VM instances, alias IP ranges, internal load
|
||||||
similar resources.'
|
balancers, and similar resources.'
|
||||||
- "* SHARED_LOADBALANCER_VIP for an address that can be used by multiple internal
|
- "* SHARED_LOADBALANCER_VIP for an address that can be used by multiple internal
|
||||||
load balancers."
|
load balancers."
|
||||||
- "* VPC_PEERING for addresses that are reserved for VPC peer networks."
|
- "* 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
|
required: false
|
||||||
type: str
|
type: str
|
||||||
network_tier:
|
network_tier:
|
||||||
|
@ -224,12 +228,16 @@ name:
|
||||||
type: str
|
type: str
|
||||||
purpose:
|
purpose:
|
||||||
description:
|
description:
|
||||||
- 'The purpose of this resource. Possible values include: * GCE_ENDPOINT for addresses
|
- 'The purpose of this resource, which can be one of the following values: * GCE_ENDPOINT
|
||||||
that are used by VM instances, alias IP ranges, internal load balancers, and similar
|
for addresses that are used by VM instances, alias IP ranges, internal load balancers,
|
||||||
resources.'
|
and similar resources.'
|
||||||
- "* SHARED_LOADBALANCER_VIP for an address that can be used by multiple internal
|
- "* SHARED_LOADBALANCER_VIP for an address that can be used by multiple internal
|
||||||
load balancers."
|
load balancers."
|
||||||
- "* VPC_PEERING for addresses that are reserved for VPC peer networks."
|
- "* 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
|
returned: success
|
||||||
type: str
|
type: str
|
||||||
networkTier:
|
networkTier:
|
||||||
|
|
|
@ -158,12 +158,16 @@ resources:
|
||||||
type: str
|
type: str
|
||||||
purpose:
|
purpose:
|
||||||
description:
|
description:
|
||||||
- 'The purpose of this resource. Possible values include: * GCE_ENDPOINT for
|
- 'The purpose of this resource, which can be one of the following values: *
|
||||||
addresses that are used by VM instances, alias IP ranges, internal load balancers,
|
GCE_ENDPOINT for addresses that are used by VM instances, alias IP ranges,
|
||||||
and similar resources.'
|
internal load balancers, and similar resources.'
|
||||||
- "* SHARED_LOADBALANCER_VIP for an address that can be used by multiple internal
|
- "* SHARED_LOADBALANCER_VIP for an address that can be used by multiple internal
|
||||||
load balancers."
|
load balancers."
|
||||||
- "* VPC_PEERING for addresses that are reserved for VPC peer networks."
|
- "* 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
|
returned: success
|
||||||
type: str
|
type: str
|
||||||
networkTier:
|
networkTier:
|
||||||
|
|
Loading…
Add table
Reference in a new issue