-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Add DiskProvisionedIops/ThroughputMibps pipeline options for the Python SDK #38370
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from 11 commits
82212f2
b0d34cd
aa67507
e5a78f5
363840e
5b6fc82
b429085
3e21a94
97ee161
54498ab
f406738
717e883
59320bc
95510a3
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7775,6 +7775,9 @@ class WorkerPool(_messages.Message): | |
| defaultPackageSet: The default package set to install. This allows the | ||
| service to select a default set of packages which are useful to worker | ||
| harnesses written in a particular language. | ||
| diskProvisionedIops: Optional. IOPS provisioned for the root disk for VMs. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. i believe this file is normally autogenerated. was this a manual change?
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. cc: @jrmccluskey -- anything to watch out for here regarding your work on deprecating apitools? |
||
| diskProvisionedThroughputMibps: Optional. Throughput provisioned for the | ||
| root disk for VMs. | ||
| diskSizeGb: Size of root disk for VMs, in GB. If zero or unspecified, the | ||
| service will attempt to choose a reasonable default. | ||
| diskSourceImage: Fully qualified source image for disks. | ||
|
|
@@ -7957,6 +7960,8 @@ class AdditionalProperty(_messages.Message): | |
| teardownPolicy = _messages.EnumField('TeardownPolicyValueValuesEnum', 20) | ||
| workerHarnessContainerImage = _messages.StringField(21) | ||
| zone = _messages.StringField(22) | ||
| diskProvisionedIops = _messages.IntegerField(23) | ||
| diskProvisionedThroughputMibps = _messages.IntegerField(24) | ||
|
|
||
|
|
||
| class WorkerSettings(_messages.Message): | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.