Change address purposes to strings (#4681) (#401)

Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
The Magician 2021-04-09 16:04:40 -07:00 committed by GitHub
commit eac6eddbe3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 18 additions and 26 deletions

View file

@ -158,13 +158,12 @@ resources:
type: str
purpose:
description:
- '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.'
- '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.'
- "* 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."
- This should only be set when using an Internal address.
returned: success
type: str
networkTier: