Uses of Enum
com.exoscale.sdk.model.InstanceType.FamilyEnum
Packages that use InstanceType.FamilyEnum
-
Uses of InstanceType.FamilyEnum in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return InstanceType.FamilyEnumModifier and TypeMethodDescriptionstatic InstanceType.FamilyEnum
InstanceType.getFamily()
Instance type familystatic InstanceType.FamilyEnum
Returns the enum constant of this type with the specified name.static InstanceType.FamilyEnum[]
InstanceType.FamilyEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.exoscale.sdk.model with parameters of type InstanceType.FamilyEnumModifierConstructorDescriptionInstanceType
(UUID id, InstanceType.SizeEnum size, InstanceType.FamilyEnum family, Long cpus, Long gpus, Boolean authorized, Long memory, List<ZoneName> zones)