Promote field compute_instance.scheduling.min_node_cpus and related fields to ga (#4593) (#388)

Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
The Magician 2021-03-15 16:00:59 -07:00 committed by GitHub
commit dbd5dbc2fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 151 additions and 47 deletions

View file

@ -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 .