mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-08 03:40:28 -07:00
Ansible - Fixing Target Instance / Reservation Docs (#40)
Ansible - Fixing Target Instance / Reservation Docs
This commit is contained in:
commit
021d06b22a
3 changed files with 4 additions and 4 deletions
|
@ -101,7 +101,7 @@ options:
|
||||||
min_cpu_platform:
|
min_cpu_platform:
|
||||||
description:
|
description:
|
||||||
- The minimum CPU platform for the reservation. For example, `"Intel Skylake"`.
|
- The minimum CPU platform for the reservation. For example, `"Intel Skylake"`.
|
||||||
See the CPU platform availability reference](U(https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform#availablezones))
|
See U(https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform#availablezones)
|
||||||
for information on available CPU platforms.
|
for information on available CPU platforms.
|
||||||
required: false
|
required: false
|
||||||
type: str
|
type: str
|
||||||
|
@ -291,7 +291,7 @@ specificReservation:
|
||||||
minCpuPlatform:
|
minCpuPlatform:
|
||||||
description:
|
description:
|
||||||
- The minimum CPU platform for the reservation. For example, `"Intel Skylake"`.
|
- The minimum CPU platform for the reservation. For example, `"Intel Skylake"`.
|
||||||
See the CPU platform availability reference](U(https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform#availablezones))
|
See U(https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform#availablezones)
|
||||||
for information on available CPU platforms.
|
for information on available CPU platforms.
|
||||||
returned: success
|
returned: success
|
||||||
type: str
|
type: str
|
||||||
|
|
|
@ -191,7 +191,7 @@ resources:
|
||||||
minCpuPlatform:
|
minCpuPlatform:
|
||||||
description:
|
description:
|
||||||
- The minimum CPU platform for the reservation. For example, `"Intel
|
- The minimum CPU platform for the reservation. For example, `"Intel
|
||||||
Skylake"`. See the CPU platform availability reference](U(https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform#availablezones))
|
Skylake"`. See U(https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform#availablezones)
|
||||||
for information on available CPU platforms.
|
for information on available CPU platforms.
|
||||||
returned: success
|
returned: success
|
||||||
type: str
|
type: str
|
||||||
|
|
|
@ -33,7 +33,7 @@ module: gcp_compute_target_instance
|
||||||
description:
|
description:
|
||||||
- Represents a TargetInstance resource which defines an endpoint instance that terminates
|
- Represents a TargetInstance resource which defines an endpoint instance that terminates
|
||||||
traffic of certain protocols. In particular, they are used in Protocol Forwarding,
|
traffic of certain protocols. In particular, they are used in Protocol Forwarding,
|
||||||
where forwarding rules can send packets to a non-NAT’ed target instance. Each target
|
where forwarding rules can send packets to a non-NAT'ed target instance. Each target
|
||||||
instance contains a single virtual machine instance that receives and handles traffic
|
instance contains a single virtual machine instance that receives and handles traffic
|
||||||
from the corresponding forwarding rules.
|
from the corresponding forwarding rules.
|
||||||
short_description: Creates a GCP TargetInstance
|
short_description: Creates a GCP TargetInstance
|
||||||
|
|
Loading…
Add table
Reference in a new issue