mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-28 23:51:32 -07:00
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
a7b0e7ff87
commit
eac6eddbe3
4 changed files with 18 additions and 26 deletions
|
@ -86,14 +86,12 @@ options:
|
|||
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.
|
||||
- 'Some valid choices include: "GCE_ENDPOINT", "VPC_PEERING", "SHARED_LOADBALANCER_VIP"'
|
||||
required: false
|
||||
type: str
|
||||
network_tier:
|
||||
|
@ -226,13 +224,12 @@ name:
|
|||
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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue