public sealed class AwsInstancePlacement : IMessage<AwsInstancePlacement>, IEquatable<AwsInstancePlacement>, IDeepCloneable<AwsInstancePlacement>, IBufferMessage, IMessage
Reference documentation and code samples for the Anthos Multi-Cloud v1 API class AwsInstancePlacement.
Details of placement information for an instance.
Limitations for using the host tenancy:
T3 instances that use the unlimited CPU credit option don't support host
tenancy.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This webpage provides documentation for the `AwsInstancePlacement` class within the Anthos Multi-Cloud v1 API, specifically version 2.6.0, and outlines the details of placement information for an instance."],["The `AwsInstancePlacement` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities in message handling, equality comparisons, deep cloning, and buffer operations."],["The class has two constructors: a default constructor and one that accepts another `AwsInstancePlacement` object as a parameter for creating a copy."],["The primary property of the `AwsInstancePlacement` class is `Tenancy`, which specifies the tenancy for an instance and is of type `AwsInstancePlacement.Types.Tenancy`."],["Host tenancy has limitations, such as not being supported by T3 instances that use the unlimited CPU credit option, which impacts the use of this property."]]],[]]