Interface MigrationCenterPreferenceSetVirtualMachinePreferencesRegionPreferences
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
MigrationCenterPreferenceSetVirtualMachinePreferencesRegionPreferences.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.906Z") @Stability(Stable) public interface MigrationCenterPreferenceSetVirtualMachinePreferencesRegionPreferences extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMigrationCenterPreferenceSetVirtualMachinePreferencesRegionPreferences.Builderstatic classMigrationCenterPreferenceSetVirtualMachinePreferencesRegionPreferences.Jsii$ProxyAn implementation forMigrationCenterPreferenceSetVirtualMachinePreferencesRegionPreferences
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static MigrationCenterPreferenceSetVirtualMachinePreferencesRegionPreferences.Builderbuilder()default List<String>getPreferredRegions()A list of preferred regions, ordered by the most preferred region first.
-
-
-
Method Detail
-
getPreferredRegions
@Stability(Stable) @Nullable default List<String> getPreferredRegions()
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. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/migration_center_preference_set#preferred_regions MigrationCenterPreferenceSet#preferred_regions}
-
builder
@Stability(Stable) static MigrationCenterPreferenceSetVirtualMachinePreferencesRegionPreferences.Builder builder()
-
-