mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-26 22:51:30 -07:00
Terraform: Support for (Regional)Disk physicalBlockSizeBytes (#211)
<!-- This change is generated by MagicModules. --> /cc @drebes
This commit is contained in:
parent
6e02269e5b
commit
7ce560f452
4 changed files with 57 additions and 0 deletions
|
@ -138,6 +138,15 @@ items:
|
|||
.'
|
||||
returned: success
|
||||
type: list
|
||||
physicalBlockSizeBytes:
|
||||
description:
|
||||
- Physical block size of the persistent disk, in bytes. If not present in a
|
||||
request, a default value is used. Currently supported sizes are 4096 and 16384,
|
||||
other sizes may be added in the future.
|
||||
- If an unsupported value is requested, the error message will list the supported
|
||||
values for the caller's project.
|
||||
returned: success
|
||||
type: int
|
||||
replicaZones:
|
||||
description:
|
||||
- URLs of the zones where the disk should be replicated to.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue