Skip to content

Commit

Permalink
feat(vmmigration): update the api
Browse files Browse the repository at this point in the history
#### vmmigration:v1

The following keys were added:
- schemas.BootDiskDefaults.properties.encryption.$ref (Total Keys: 1)
- schemas.ComputeEngineTargetDefaults.properties.encryption.$ref (Total Keys: 1)
- schemas.ComputeEngineTargetDetails.properties.encryption.$ref (Total Keys: 1)
- schemas.DisksMigrationVmTargetDefaults.properties.encryption.$ref (Total Keys: 1)
- schemas.Encryption (Total Keys: 3)
- schemas.PersistentDiskDefaults.properties.encryption.$ref (Total Keys: 1)
- schemas.Source.properties.encryption.$ref (Total Keys: 1)

#### vmmigration:v1alpha1

The following keys were added:
- schemas.BootDiskDefaults.properties.encryption.$ref (Total Keys: 1)
- schemas.ComputeEngineTargetDefaults.properties.encryption.$ref (Total Keys: 1)
- schemas.ComputeEngineTargetDetails.properties.encryption.$ref (Total Keys: 1)
- schemas.DisksMigrationVmTargetDefaults.properties.encryption.$ref (Total Keys: 1)
- schemas.Encryption (Total Keys: 3)
- schemas.PersistentDiskDefaults.properties.encryption.$ref (Total Keys: 1)
- schemas.Source.properties.encryption.$ref (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Oct 31, 2023
1 parent 44ffbb0 commit f9cd5f9
Show file tree
Hide file tree
Showing 10 changed files with 280 additions and 10 deletions.
12 changes: 12 additions & 0 deletions docs/dyn/vmmigration_v1.projects.locations.sources.html
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,9 @@ <h3>Method Details</h3>
},
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The create time timestamp.
&quot;description&quot;: &quot;A String&quot;, # User-provided description of the source.
&quot;encryption&quot;: { # Encryption message describes the details of the applied encryption. # Optional. Immutable. The encryption details of the source data stored by the service.
&quot;kmsKey&quot;: &quot;A String&quot;, # Required. The name of the encryption key that is stored in Google Cloud KMS.
},
&quot;labels&quot;: { # The labels of the source.
&quot;a_key&quot;: &quot;A String&quot;,
},
Expand Down Expand Up @@ -462,6 +465,9 @@ <h3>Method Details</h3>
},
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The create time timestamp.
&quot;description&quot;: &quot;A String&quot;, # User-provided description of the source.
&quot;encryption&quot;: { # Encryption message describes the details of the applied encryption. # Optional. Immutable. The encryption details of the source data stored by the service.
&quot;kmsKey&quot;: &quot;A String&quot;, # Required. The name of the encryption key that is stored in Google Cloud KMS.
},
&quot;labels&quot;: { # The labels of the source.
&quot;a_key&quot;: &quot;A String&quot;,
},
Expand Down Expand Up @@ -555,6 +561,9 @@ <h3>Method Details</h3>
},
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The create time timestamp.
&quot;description&quot;: &quot;A String&quot;, # User-provided description of the source.
&quot;encryption&quot;: { # Encryption message describes the details of the applied encryption. # Optional. Immutable. The encryption details of the source data stored by the service.
&quot;kmsKey&quot;: &quot;A String&quot;, # Required. The name of the encryption key that is stored in Google Cloud KMS.
},
&quot;labels&quot;: { # The labels of the source.
&quot;a_key&quot;: &quot;A String&quot;,
},
Expand Down Expand Up @@ -655,6 +664,9 @@ <h3>Method Details</h3>
},
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The create time timestamp.
&quot;description&quot;: &quot;A String&quot;, # User-provided description of the source.
&quot;encryption&quot;: { # Encryption message describes the details of the applied encryption. # Optional. Immutable. The encryption details of the source data stored by the service.
&quot;kmsKey&quot;: &quot;A String&quot;, # Required. The name of the encryption key that is stored in Google Cloud KMS.
},
&quot;labels&quot;: { # The labels of the source.
&quot;a_key&quot;: &quot;A String&quot;,
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,9 @@ <h3>Method Details</h3>
&quot;restartType&quot;: &quot;A String&quot;, # Whether the Instance should be automatically restarted whenever it is terminated by Compute Engine (not terminated by user). This configuration is identical to `automaticRestart` field in Compute Engine create instance under scheduling. It was changed to an enum (instead of a boolean) to match the default value in Compute Engine which is automatic restart.
},
&quot;diskType&quot;: &quot;A String&quot;, # The disk type to use in the VM.
&quot;encryption&quot;: { # Encryption message describes the details of the applied encryption. # Optional. The encryption to apply to the VM disks.
&quot;kmsKey&quot;: &quot;A String&quot;, # Required. The name of the encryption key that is stored in Google Cloud KMS.
},
&quot;hostname&quot;: &quot;A String&quot;, # The hostname to assign to the VM.
&quot;labels&quot;: { # A map of labels to associate with the VM.
&quot;a_key&quot;: &quot;A String&quot;,
Expand Down Expand Up @@ -324,6 +327,9 @@ <h3>Method Details</h3>
&quot;restartType&quot;: &quot;A String&quot;, # Whether the Instance should be automatically restarted whenever it is terminated by Compute Engine (not terminated by user). This configuration is identical to `automaticRestart` field in Compute Engine create instance under scheduling. It was changed to an enum (instead of a boolean) to match the default value in Compute Engine which is automatic restart.
},
&quot;diskType&quot;: &quot;A String&quot;, # The disk type to use in the VM.
&quot;encryption&quot;: { # Encryption message describes the details of the applied encryption. # Optional. The encryption to apply to the VM disks.
&quot;kmsKey&quot;: &quot;A String&quot;, # Required. The name of the encryption key that is stored in Google Cloud KMS.
},
&quot;hostname&quot;: &quot;A String&quot;, # The hostname to assign to the VM.
&quot;labels&quot;: { # A map of labels to associate with the VM.
&quot;a_key&quot;: &quot;A String&quot;,
Expand Down Expand Up @@ -438,6 +444,9 @@ <h3>Method Details</h3>
&quot;restartType&quot;: &quot;A String&quot;, # Whether the Instance should be automatically restarted whenever it is terminated by Compute Engine (not terminated by user). This configuration is identical to `automaticRestart` field in Compute Engine create instance under scheduling. It was changed to an enum (instead of a boolean) to match the default value in Compute Engine which is automatic restart.
},
&quot;diskType&quot;: &quot;A String&quot;, # The disk type to use in the VM.
&quot;encryption&quot;: { # Encryption message describes the details of the applied encryption. # Optional. The encryption to apply to the VM disks.
&quot;kmsKey&quot;: &quot;A String&quot;, # Required. The name of the encryption key that is stored in Google Cloud KMS.
},
&quot;hostname&quot;: &quot;A String&quot;, # The hostname to assign to the VM.
&quot;labels&quot;: { # A map of labels to associate with the VM.
&quot;a_key&quot;: &quot;A String&quot;,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,9 @@ <h3>Method Details</h3>
&quot;restartType&quot;: &quot;A String&quot;, # Whether the Instance should be automatically restarted whenever it is terminated by Compute Engine (not terminated by user). This configuration is identical to `automaticRestart` field in Compute Engine create instance under scheduling. It was changed to an enum (instead of a boolean) to match the default value in Compute Engine which is automatic restart.
},
&quot;diskType&quot;: &quot;A String&quot;, # The disk type to use in the VM.
&quot;encryption&quot;: { # Encryption message describes the details of the applied encryption. # Optional. The encryption to apply to the VM disks.
&quot;kmsKey&quot;: &quot;A String&quot;, # Required. The name of the encryption key that is stored in Google Cloud KMS.
},
&quot;hostname&quot;: &quot;A String&quot;, # The hostname to assign to the VM.
&quot;labels&quot;: { # A map of labels to associate with the VM.
&quot;a_key&quot;: &quot;A String&quot;,
Expand Down Expand Up @@ -434,6 +437,9 @@ <h3>Method Details</h3>
&quot;restartType&quot;: &quot;A String&quot;, # Whether the Instance should be automatically restarted whenever it is terminated by Compute Engine (not terminated by user). This configuration is identical to `automaticRestart` field in Compute Engine create instance under scheduling. It was changed to an enum (instead of a boolean) to match the default value in Compute Engine which is automatic restart.
},
&quot;diskType&quot;: &quot;A String&quot;, # The disk type to use in the VM.
&quot;encryption&quot;: { # Encryption message describes the details of the applied encryption. # Optional. The encryption to apply to the VM disks.
&quot;kmsKey&quot;: &quot;A String&quot;, # Required. The name of the encryption key that is stored in Google Cloud KMS.
},
&quot;hostname&quot;: &quot;A String&quot;, # The hostname to assign to the VM.
&quot;labels&quot;: { # A map of labels to associate with the VM.
&quot;a_key&quot;: &quot;A String&quot;,
Expand Down Expand Up @@ -658,6 +664,9 @@ <h3>Method Details</h3>
&quot;restartType&quot;: &quot;A String&quot;, # Whether the Instance should be automatically restarted whenever it is terminated by Compute Engine (not terminated by user). This configuration is identical to `automaticRestart` field in Compute Engine create instance under scheduling. It was changed to an enum (instead of a boolean) to match the default value in Compute Engine which is automatic restart.
},
&quot;diskType&quot;: &quot;A String&quot;, # The disk type to use in the VM.
&quot;encryption&quot;: { # Encryption message describes the details of the applied encryption. # Optional. The encryption to apply to the VM disks.
&quot;kmsKey&quot;: &quot;A String&quot;, # Required. The name of the encryption key that is stored in Google Cloud KMS.
},
&quot;hostname&quot;: &quot;A String&quot;, # The hostname to assign to the VM.
&quot;labels&quot;: { # A map of labels to associate with the VM.
&quot;a_key&quot;: &quot;A String&quot;,
Expand Down
Loading

0 comments on commit f9cd5f9

Please sign in to comment.