Interface MigrationCenterPreferenceSetVirtualMachinePreferencesSoleTenancyPreferencesNodeTypes
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
MigrationCenterPreferenceSetVirtualMachinePreferencesSoleTenancyPreferencesNodeTypes.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.906Z") @Stability(Stable) public interface MigrationCenterPreferenceSetVirtualMachinePreferencesSoleTenancyPreferencesNodeTypes extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMigrationCenterPreferenceSetVirtualMachinePreferencesSoleTenancyPreferencesNodeTypes.Builderstatic classMigrationCenterPreferenceSetVirtualMachinePreferencesSoleTenancyPreferencesNodeTypes.Jsii$ProxyAn implementation forMigrationCenterPreferenceSetVirtualMachinePreferencesSoleTenancyPreferencesNodeTypes
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static MigrationCenterPreferenceSetVirtualMachinePreferencesSoleTenancyPreferencesNodeTypes.Builderbuilder()default StringgetNodeName()Name of the Sole Tenant node.
-
-
-
Method Detail
-
getNodeName
@Stability(Stable) @Nullable default String getNodeName()
Name of the Sole Tenant node. Consult https://cloud.google.com/compute/docs/nodes/sole-tenant-nodes.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/migration_center_preference_set#node_name MigrationCenterPreferenceSet#node_name}
-
builder
@Stability(Stable) static MigrationCenterPreferenceSetVirtualMachinePreferencesSoleTenancyPreferencesNodeTypes.Builder builder()
-
-