mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-29 16:11:31 -07:00
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
7b440267f3
commit
dbd5dbc2fb
10 changed files with 151 additions and 47 deletions
|
@ -168,6 +168,32 @@ resources:
|
|||
- Use local SSD .
|
||||
returned: success
|
||||
type: str
|
||||
serverBinding:
|
||||
description:
|
||||
- The server binding policy for nodes using this template. Determines where
|
||||
the nodes should restart following a maintenance event.
|
||||
returned: success
|
||||
type: complex
|
||||
contains:
|
||||
type:
|
||||
description:
|
||||
- Type of server binding policy. If `RESTART_NODE_ON_ANY_SERVER`, nodes
|
||||
using this template will restart on any physical server following a maintenance
|
||||
event.
|
||||
- If `RESTART_NODE_ON_MINIMAL_SERVER`, nodes using this template will restart
|
||||
on the same physical server following a maintenance event, instead of
|
||||
being live migrated to or restarted on a new physical server. This option
|
||||
may be useful if you are using software licenses tied to the underlying
|
||||
server characteristics such as physical sockets or cores, to avoid the
|
||||
need for additional licenses when maintenance occurs. However, VMs on
|
||||
such nodes will experience outages while maintenance is applied.
|
||||
returned: success
|
||||
type: str
|
||||
cpuOvercommitType:
|
||||
description:
|
||||
- CPU overcommit.
|
||||
returned: success
|
||||
type: str
|
||||
region:
|
||||
description:
|
||||
- Region where nodes using the node template will be created .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue