Skip to content

Commit

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

The following keys were added:
- schemas.ComputeEnginePreferences.properties.persistentDiskType.type (Total Keys: 1)

#### migrationcenter:v1alpha1

The following keys were added:
- schemas.ReportSummaryGroupPreferenceSetFinding.properties.machineFinding.readOnly (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Jan 16, 2024
1 parent 3a07e69 commit 08a47aa
Show file tree
Hide file tree
Showing 5 changed files with 65 additions and 41 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ <h3>Method Details</h3>
},
],
},
&quot;persistentDiskType&quot;: &quot;A String&quot;, # Persistent disk type to use. If unspecified (default), all types are considered, based on available usage data.
},
&quot;regionPreferences&quot;: { # The user preferences relating to target regions. # Region preferences for assets using this preference set. If you are unsure which value to set, the migration service API region is often a good value to start with.
&quot;preferredRegions&quot;: [ # A list of preferred regions, ordered by the most preferred region first. Set only valid Google Cloud region names. See https://cloud.google.com/compute/docs/regions-zones for available regions.
Expand Down Expand Up @@ -252,6 +253,7 @@ <h3>Method Details</h3>
},
],
},
&quot;persistentDiskType&quot;: &quot;A String&quot;, # Persistent disk type to use. If unspecified (default), all types are considered, based on available usage data.
},
&quot;regionPreferences&quot;: { # The user preferences relating to target regions. # Region preferences for assets using this preference set. If you are unsure which value to set, the migration service API region is often a good value to start with.
&quot;preferredRegions&quot;: [ # A list of preferred regions, ordered by the most preferred region first. Set only valid Google Cloud region names. See https://cloud.google.com/compute/docs/regions-zones for available regions.
Expand Down Expand Up @@ -317,6 +319,7 @@ <h3>Method Details</h3>
},
],
},
&quot;persistentDiskType&quot;: &quot;A String&quot;, # Persistent disk type to use. If unspecified (default), all types are considered, based on available usage data.
},
&quot;regionPreferences&quot;: { # The user preferences relating to target regions. # Region preferences for assets using this preference set. If you are unsure which value to set, the migration service API region is often a good value to start with.
&quot;preferredRegions&quot;: [ # A list of preferred regions, ordered by the most preferred region first. Set only valid Google Cloud region names. See https://cloud.google.com/compute/docs/regions-zones for available regions.
Expand Down Expand Up @@ -390,6 +393,7 @@ <h3>Method Details</h3>
},
],
},
&quot;persistentDiskType&quot;: &quot;A String&quot;, # Persistent disk type to use. If unspecified (default), all types are considered, based on available usage data.
},
&quot;regionPreferences&quot;: { # The user preferences relating to target regions. # Region preferences for assets using this preference set. If you are unsure which value to set, the migration service API region is often a good value to start with.
&quot;preferredRegions&quot;: [ # A list of preferred regions, ordered by the most preferred region first. Set only valid Google Cloud region names. See https://cloud.google.com/compute/docs/regions-zones for available regions.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ <h3>Method Details</h3>
},
],
},
&quot;persistentDiskType&quot;: &quot;A String&quot;, # Persistent disk type to use. If unspecified (default), all types are considered, based on available usage data.
},
&quot;regionPreferences&quot;: { # The user preferences relating to target regions. # Region preferences for assets using this preference set. If you are unsure which value to set, the migration service API region is often a good value to start with.
&quot;preferredRegions&quot;: [ # A list of preferred regions, ordered by the most preferred region first. Set only valid Google Cloud region names. See https://cloud.google.com/compute/docs/regions-zones for available regions.
Expand Down Expand Up @@ -572,6 +573,7 @@ <h3>Method Details</h3>
},
],
},
&quot;persistentDiskType&quot;: &quot;A String&quot;, # Persistent disk type to use. If unspecified (default), all types are considered, based on available usage data.
},
&quot;regionPreferences&quot;: { # The user preferences relating to target regions. # Region preferences for assets using this preference set. If you are unsure which value to set, the migration service API region is often a good value to start with.
&quot;preferredRegions&quot;: [ # A list of preferred regions, ordered by the most preferred region first. Set only valid Google Cloud region names. See https://cloud.google.com/compute/docs/regions-zones for available regions.
Expand Down Expand Up @@ -836,6 +838,7 @@ <h3>Method Details</h3>
},
],
},
&quot;persistentDiskType&quot;: &quot;A String&quot;, # Persistent disk type to use. If unspecified (default), all types are considered, based on available usage data.
},
&quot;regionPreferences&quot;: { # The user preferences relating to target regions. # Region preferences for assets using this preference set. If you are unsure which value to set, the migration service API region is often a good value to start with.
&quot;preferredRegions&quot;: [ # A list of preferred regions, ordered by the most preferred region first. Set only valid Google Cloud region names. See https://cloud.google.com/compute/docs/regions-zones for available regions.
Expand Down

0 comments on commit 08a47aa

Please sign in to comment.