Interface MigrationCenterPreferenceSetVirtualMachinePreferences
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
MigrationCenterPreferenceSetVirtualMachinePreferences.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.903Z") @Stability(Stable) public interface MigrationCenterPreferenceSetVirtualMachinePreferences extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMigrationCenterPreferenceSetVirtualMachinePreferences.BuilderA builder forMigrationCenterPreferenceSetVirtualMachinePreferencesstatic classMigrationCenterPreferenceSetVirtualMachinePreferences.Jsii$ProxyAn implementation forMigrationCenterPreferenceSetVirtualMachinePreferences
-
Method Summary
-
-
-
Method Detail
-
getCommitmentPlan
@Stability(Stable) @Nullable default String getCommitmentPlan()
Commitment plan to consider when calculating costs for virtual machine insights and recommendations.If you are unsure which value to set, a 3 year commitment plan is often a good value to start with. Possible values: 'COMMITMENT_PLAN_UNSPECIFIED', 'COMMITMENT_PLAN_NONE', 'COMMITMENT_PLAN_ONE_YEAR', 'COMMITMENT_PLAN_THREE_YEARS' Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/migration_center_preference_set#commitment_plan MigrationCenterPreferenceSet#commitment_plan}
-
getComputeEnginePreferences
@Stability(Stable) @Nullable default MigrationCenterPreferenceSetVirtualMachinePreferencesComputeEnginePreferences getComputeEnginePreferences()
compute_engine_preferences block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/migration_center_preference_set#compute_engine_preferences MigrationCenterPreferenceSet#compute_engine_preferences}
-
getRegionPreferences
@Stability(Stable) @Nullable default MigrationCenterPreferenceSetVirtualMachinePreferencesRegionPreferences getRegionPreferences()
region_preferences block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/migration_center_preference_set#region_preferences MigrationCenterPreferenceSet#region_preferences}
-
getSizingOptimizationStrategy
@Stability(Stable) @Nullable default String getSizingOptimizationStrategy()
Sizing optimization strategy specifies the preferred strategy used when extrapolating usage data to calculate insights and recommendations for a virtual machine.If you are unsure which value to set, a moderate sizing optimization strategy is often a good value to start with. Possible values: 'SIZING_OPTIMIZATION_STRATEGY_UNSPECIFIED', 'SIZING_OPTIMIZATION_STRATEGY_SAME_AS_SOURCE', 'SIZING_OPTIMIZATION_STRATEGY_MODERATE', 'SIZING_OPTIMIZATION_STRATEGY_AGGRESSIVE' Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/migration_center_preference_set#sizing_optimization_strategy MigrationCenterPreferenceSet#sizing_optimization_strategy}
-
getSoleTenancyPreferences
@Stability(Stable) @Nullable default MigrationCenterPreferenceSetVirtualMachinePreferencesSoleTenancyPreferences getSoleTenancyPreferences()
sole_tenancy_preferences block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/migration_center_preference_set#sole_tenancy_preferences MigrationCenterPreferenceSet#sole_tenancy_preferences}
-
getTargetProduct
@Stability(Stable) @Nullable default String getTargetProduct()
Target product for assets using this preference set.Specify either target product or business goal, but not both. Possible values: 'COMPUTE_MIGRATION_TARGET_PRODUCT_UNSPECIFIED', 'COMPUTE_MIGRATION_TARGET_PRODUCT_COMPUTE_ENGINE', 'COMPUTE_MIGRATION_TARGET_PRODUCT_VMWARE_ENGINE', 'COMPUTE_MIGRATION_TARGET_PRODUCT_SOLE_TENANCY' Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/migration_center_preference_set#target_product MigrationCenterPreferenceSet#target_product}
-
getVmwareEnginePreferences
@Stability(Stable) @Nullable default MigrationCenterPreferenceSetVirtualMachinePreferencesVmwareEnginePreferences getVmwareEnginePreferences()
vmware_engine_preferences block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/migration_center_preference_set#vmware_engine_preferences MigrationCenterPreferenceSet#vmware_engine_preferences}
-
builder
@Stability(Stable) static MigrationCenterPreferenceSetVirtualMachinePreferences.Builder builder()
-
-