Class MigrationCenterPreferenceSetVirtualMachinePreferencesComputeEnginePreferences.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.migration_center_preference_set.MigrationCenterPreferenceSetVirtualMachinePreferencesComputeEnginePreferences.Jsii$Proxy
-
- All Implemented Interfaces:
MigrationCenterPreferenceSetVirtualMachinePreferencesComputeEnginePreferences,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- MigrationCenterPreferenceSetVirtualMachinePreferencesComputeEnginePreferences
@Stability(Stable) @Internal public static final class MigrationCenterPreferenceSetVirtualMachinePreferencesComputeEnginePreferences.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements MigrationCenterPreferenceSetVirtualMachinePreferencesComputeEnginePreferences
An implementation forMigrationCenterPreferenceSetVirtualMachinePreferencesComputeEnginePreferences
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.migration_center_preference_set.MigrationCenterPreferenceSetVirtualMachinePreferencesComputeEnginePreferences
MigrationCenterPreferenceSetVirtualMachinePreferencesComputeEnginePreferences.Builder, MigrationCenterPreferenceSetVirtualMachinePreferencesComputeEnginePreferences.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(MigrationCenterPreferenceSetVirtualMachinePreferencesComputeEnginePreferences.Builder builder)Constructor that initializes the object based on literal property values passed by theMigrationCenterPreferenceSetVirtualMachinePreferencesComputeEnginePreferences.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetLicenseType()License type to consider when calculating costs for virtual machine insights and recommendations.MigrationCenterPreferenceSetVirtualMachinePreferencesComputeEnginePreferencesMachinePreferencesgetMachinePreferences()machine_preferences block.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(MigrationCenterPreferenceSetVirtualMachinePreferencesComputeEnginePreferences.Builder builder)
Constructor that initializes the object based on literal property values passed by theMigrationCenterPreferenceSetVirtualMachinePreferencesComputeEnginePreferences.Builder.
-
-
Method Detail
-
getLicenseType
public final String getLicenseType()
Description copied from interface:MigrationCenterPreferenceSetVirtualMachinePreferencesComputeEnginePreferencesLicense type to consider when calculating costs for virtual machine insights and recommendations.If unspecified, costs are calculated based on the default licensing plan. Possible values: 'LICENSE_TYPE_UNSPECIFIED', 'LICENSE_TYPE_DEFAULT', 'LICENSE_TYPE_BRING_YOUR_OWN_LICENSE' Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/migration_center_preference_set#license_type MigrationCenterPreferenceSet#license_type}
- Specified by:
getLicenseTypein interfaceMigrationCenterPreferenceSetVirtualMachinePreferencesComputeEnginePreferences
-
getMachinePreferences
public final MigrationCenterPreferenceSetVirtualMachinePreferencesComputeEnginePreferencesMachinePreferences getMachinePreferences()
Description copied from interface:MigrationCenterPreferenceSetVirtualMachinePreferencesComputeEnginePreferencesmachine_preferences block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/migration_center_preference_set#machine_preferences MigrationCenterPreferenceSet#machine_preferences}
- Specified by:
getMachinePreferencesin interfaceMigrationCenterPreferenceSetVirtualMachinePreferencesComputeEnginePreferences
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-