mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-09 04:10:27 -07:00
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
45445ae46b
commit
cea42c68d6
2 changed files with 10 additions and 1 deletions
|
@ -89,8 +89,11 @@ options:
|
||||||
- 'The purpose of this resource, which can be one of the following values: * GCE_ENDPOINT
|
- '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
|
for addresses that are used by VM instances, alias IP ranges, internal load
|
||||||
balancers, and similar resources.'
|
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.
|
- This should only be set when using an Internal address.
|
||||||
- 'Some valid choices include: "GCE_ENDPOINT"'
|
- 'Some valid choices include: "GCE_ENDPOINT", "VPC_PEERING", "SHARED_LOADBALANCER_VIP"'
|
||||||
required: false
|
required: false
|
||||||
type: str
|
type: str
|
||||||
network_tier:
|
network_tier:
|
||||||
|
@ -226,6 +229,9 @@ purpose:
|
||||||
- 'The purpose of this resource, which can be one of the following values: * GCE_ENDPOINT
|
- '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,
|
for addresses that are used by VM instances, alias IP ranges, internal load balancers,
|
||||||
and similar resources.'
|
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.
|
- This should only be set when using an Internal address.
|
||||||
returned: success
|
returned: success
|
||||||
type: str
|
type: str
|
||||||
|
|
|
@ -161,6 +161,9 @@ resources:
|
||||||
- 'The purpose of this resource, which can be one of the following values: *
|
- '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,
|
GCE_ENDPOINT for addresses that are used by VM instances, alias IP ranges,
|
||||||
internal load balancers, and similar resources.'
|
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.
|
- This should only be set when using an Internal address.
|
||||||
returned: success
|
returned: success
|
||||||
type: str
|
type: str
|
||||||
|
|
Loading…
Add table
Reference in a new issue