public sealed class AwsInstancePlacement : IMessage<AwsInstancePlacement>, IEquatable<AwsInstancePlacement>, IDeepCloneable<AwsInstancePlacement>, IBufferMessage, IMessage
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
IMessage<AwsInstancePlacement>, IEquatable<AwsInstancePlacement>, IDeepCloneable<AwsInstancePlacement>, 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 |
AwsInstancePlacement.Types.Tenancy |