-
Notifications
You must be signed in to change notification settings - Fork 2k
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
feat: compute_disk_create_secondary/regional/custom/(start/stop)replication #3917
Conversation
Here is the summary of changes. You are about to add 5 region tags.
This comment is generated by snippet-bot.
|
23104ba
to
2de0774
Compare
3614783
to
6d74034
Compare
6d74034
to
41446fc
Compare
66cdce0
to
cff6a55
Compare
40cd278
to
ee8997f
Compare
ee8997f
to
4a7c333
Compare
// Specify additional guest OS features. | ||
// You don't need to include the guest OS features of the primary disk. | ||
// The secondary disk automatically inherits the guest OS features of the primary disk. | ||
guestOsFeatures: [ | ||
new compute.GuestOsFeature({ | ||
type: 'NEW_FEATURE_ID_1', | ||
}), | ||
], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a link to a page where those features are listed and described.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@m-strzelczyk link to documentation added
4a7c333
to
f5f1f62
Compare
f5f1f62
to
ded92ee
Compare
Description
Fixes #
Note: Before submitting a pull request, please open an issue for discussion if you are not associated with Google.
Checklist
npm test
(see Testing)npm run lint
(see Style)GoogleCloudPlatform/nodejs-docs-samples
. Not a fork.