AwsInstancePlacement(mapping=None, *, ignore_unknown_fields=False, **kwargs)
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.
Attribute |
|
---|---|
Name | Description |
tenancy |
google.cloud.gke_multicloud_v1.types.AwsInstancePlacement.Tenancy
Required. The tenancy for instance. |
Classes
Tenancy
Tenancy(value)
Tenancy defines how EC2 instances are distributed across physical hardware.
Values: TENANCY_UNSPECIFIED (0): Not set. DEFAULT (1): Use default VPC tenancy. DEDICATED (2): Run a dedicated instance. HOST (3): Launch this instance to a dedicated host.