Reference documentation and code samples for the Google Anthos Multi Cloud V1 Client class Tenancy.
Tenancy defines how EC2 instances are distributed across physical hardware.
Protobuf type google.cloud.gkemulticloud.v1.AwsInstancePlacement.Tenancy
Namespace
Google \ Cloud \ GkeMultiCloud \ V1 \ AwsInstancePlacementMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
TENANCY_UNSPECIFIED
Value: 0Not set.
Generated from protobuf enum TENANCY_UNSPECIFIED = 0;
PBDEFAULT
Value: 1Use default VPC tenancy.
Generated from protobuf enum DEFAULT = 1;
DEDICATED
Value: 2Run a dedicated instance.
Generated from protobuf enum DEDICATED = 2;
HOST
Value: 3Launch this instance to a dedicated host.
Generated from protobuf enum HOST = 3;