Uses of Class
com.google.cloud.gkemulticloud.v1.AwsInstancePlacement.Tenancy
-
Packages that use AwsInstancePlacement.Tenancy Package Description com.google.cloud.gkemulticloud.v1 A client to Anthos Multi-Cloud API -
-
Uses of AwsInstancePlacement.Tenancy in com.google.cloud.gkemulticloud.v1
Methods in com.google.cloud.gkemulticloud.v1 that return AwsInstancePlacement.Tenancy Modifier and Type Method Description static AwsInstancePlacement.Tenancy
AwsInstancePlacement.Tenancy. forNumber(int value)
AwsInstancePlacement.Tenancy
AwsInstancePlacement.Builder. getTenancy()
Required.AwsInstancePlacement.Tenancy
AwsInstancePlacement. getTenancy()
Required.AwsInstancePlacement.Tenancy
AwsInstancePlacementOrBuilder. getTenancy()
Required.static AwsInstancePlacement.Tenancy
AwsInstancePlacement.Tenancy. valueOf(int value)
Deprecated.static AwsInstancePlacement.Tenancy
AwsInstancePlacement.Tenancy. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static AwsInstancePlacement.Tenancy
AwsInstancePlacement.Tenancy. valueOf(String name)
Returns the enum constant of this type with the specified name.static AwsInstancePlacement.Tenancy[]
AwsInstancePlacement.Tenancy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.gkemulticloud.v1 that return types with arguments of type AwsInstancePlacement.Tenancy Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<AwsInstancePlacement.Tenancy>
AwsInstancePlacement.Tenancy. internalGetValueMap()
Methods in com.google.cloud.gkemulticloud.v1 with parameters of type AwsInstancePlacement.Tenancy Modifier and Type Method Description AwsInstancePlacement.Builder
AwsInstancePlacement.Builder. setTenancy(AwsInstancePlacement.Tenancy value)
Required.
-