Interface AwsInstancePlacementOrBuilder (0.41.0)

public interface AwsInstancePlacementOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getTenancy()

public abstract AwsInstancePlacement.Tenancy getTenancy()

Required. The tenancy for instance.

.google.cloud.gkemulticloud.v1.AwsInstancePlacement.Tenancy tenancy = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
AwsInstancePlacement.Tenancy

The tenancy.

getTenancyValue()

public abstract int getTenancyValue()

Required. The tenancy for instance.

.google.cloud.gkemulticloud.v1.AwsInstancePlacement.Tenancy tenancy = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

The enum numeric value on the wire for tenancy.