Skip to content
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

[Do Not Land]Allow availabilityDomain in scheduling message type #902

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions google/cloud/compute/v1/compute.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -7690,6 +7690,10 @@
"localSsdRecoveryTimeout": {
"description": "Specifies the maximum amount of time a Local Ssd Vm should wait while recovery of the Local Ssd state is attempted. Its value should be in between 0 and 168 hours with hour granularity and the default value being 1 hour.",
"$ref": "Duration"
},
"availabilityDomain": {
"description": "Specifies the availability domain (AD), which this instance should be scheduled on.",
"$ref": "int64"
}
}
},
Expand Down