Module: Google::Cloud::GkeMultiCloud::V1::AwsInstancePlacement::Tenancy

Defined in:
proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb

Overview

Tenancy defines how EC2 instances are distributed across physical hardware.

Constant Summary collapse

TENANCY_UNSPECIFIED =

Not set.

0
DEFAULT =

Use default VPC tenancy.

1
DEDICATED =

Run a dedicated instance.

2
HOST =

Launch this instance to a dedicated host.

3