Interface AwsInstancePlacementOrBuilder (0.5.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
TypeDescription
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
TypeDescription
int

The enum numeric value on the wire for tenancy.