IPsec-encrypted Interconnect (#4777) (#416)

* 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:
The Magician 2021-05-14 13:23:55 -07:00 committed by GitHub
parent 3a588b5a09
commit 7f65d2b8c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 21 additions and 9 deletions

View file

@ -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:

View file

@ -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: