Enum AwsInstancePlacement.Types.Tenancy (1.0.0-beta01)

public enum Tenancy

Tenancy defines how EC2 instances are distributed across physical hardware.

Namespace

Google.Cloud.GkeMultiCloud.V1

Assembly

Google.Cloud.GkeMultiCloud.V1.dll

Fields

NameDescription
Dedicated

Run a dedicated instance.

Default

Use default VPC tenancy.

Host

Launch this instance to a dedicated host.

Unspecified

Not set.