Google Anthos Multi Cloud V1 Client - Class Tenancy (0.6.1)

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 \ AwsInstancePlacement

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

TENANCY_UNSPECIFIED

Value: 0

Not set.

Generated from protobuf enum TENANCY_UNSPECIFIED = 0;

PBDEFAULT

Value: 1

Use default VPC tenancy.

Generated from protobuf enum DEFAULT = 1;

DEDICATED

Value: 2

Run a dedicated instance.

Generated from protobuf enum DEDICATED = 2;

HOST

Value: 3

Launch this instance to a dedicated host.

Generated from protobuf enum HOST = 3;