forked from TrueCloudLab/restic
Update vendored dependencies
This commit is contained in:
parent
81473f4538
commit
02fc16e97d
254 changed files with 107898 additions and 82739 deletions
7
vendor/google.golang.org/api/compute/v1/compute-gen.go
generated
vendored
7
vendor/google.golang.org/api/compute/v1/compute-gen.go
generated
vendored
|
@ -1432,10 +1432,9 @@ type AttachedDisk struct {
|
|||
// group.
|
||||
DiskEncryptionKey *CustomerEncryptionKey `json:"diskEncryptionKey,omitempty"`
|
||||
|
||||
// Index: Assigns a zero-based index to this disk, where 0 is reserved
|
||||
// for the boot disk. For example, if you have many disks attached to an
|
||||
// instance, each disk would have a unique index number. If not
|
||||
// specified, the server will choose an appropriate value.
|
||||
// Index: [Output Only] A zero-based index to this disk, where 0 is
|
||||
// reserved for the boot disk. If you have many disks attached to an
|
||||
// instance, each disk would have a unique index number.
|
||||
Index int64 `json:"index,omitempty"`
|
||||
|
||||
// InitializeParams: [Input Only] Specifies the parameters for a new
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue