public sealed class AwsInstancePlacement : IMessage<AwsInstancePlacement>, IEquatable<AwsInstancePlacement>, IDeepCloneable<AwsInstancePlacement>, IBufferMessage, IMessageReference 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.
Implements
IMessageAwsInstancePlacement, IEquatableAwsInstancePlacement, IDeepCloneableAwsInstancePlacement, IBufferMessage, IMessageNamespace
Google.Cloud.GkeMultiCloud.V1Assembly
Google.Cloud.GkeMultiCloud.V1.dll
Constructors
AwsInstancePlacement()
public AwsInstancePlacement()AwsInstancePlacement(AwsInstancePlacement)
public AwsInstancePlacement(AwsInstancePlacement other)| Parameter | |
|---|---|
| Name | Description |
other |
AwsInstancePlacement |
Properties
Tenancy
public AwsInstancePlacement.Types.Tenancy Tenancy { get; set; }Required. The tenancy for instance.
| Property Value | |
|---|---|
| Type | Description |
AwsInstancePlacementTypesTenancy |
|