mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-07 03:10:30 -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:
|
||||
description:
|
||||
- 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.
|
||||
required: false
|
||||
type: str
|
||||
|
@ -291,7 +291,7 @@ specificReservation:
|
|||
minCpuPlatform:
|
||||
description:
|
||||
- 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.
|
||||
returned: success
|
||||
type: str
|
||||
|
|
|
@ -191,7 +191,7 @@ resources:
|
|||
minCpuPlatform:
|
||||
description:
|
||||
- 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.
|
||||
returned: success
|
||||
type: str
|
||||
|
|
|
@ -33,7 +33,7 @@ module: gcp_compute_target_instance
|
|||
description:
|
||||
- Represents a TargetInstance resource which defines an endpoint instance that terminates
|
||||
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
|
||||
from the corresponding forwarding rules.
|
||||
short_description: Creates a GCP TargetInstance
|
||||
|
|
Loading…
Add table
Reference in a new issue