Uses of Enum
co.yellowdog.platform.interaction.cloudinfo.ProcessorArchitecture
Packages that use ProcessorArchitecture
-
Uses of ProcessorArchitecture in co.yellowdog.platform.interaction.cloudinfo
Subclasses with type arguments of type ProcessorArchitecture in co.yellowdog.platform.interaction.cloudinfoMethods in co.yellowdog.platform.interaction.cloudinfo that return ProcessorArchitectureModifier and TypeMethodDescriptionInstanceType.getProcessorArchitecture()
InstanceTypeWithPrices.getProcessorArchitecture()
static ProcessorArchitecture
Returns the enum constant of this type with the specified name.static ProcessorArchitecture[]
ProcessorArchitecture.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in co.yellowdog.platform.interaction.cloudinfo that return types with arguments of type ProcessorArchitectureModifier and TypeMethodDescriptionList
<@NotNull ProcessorArchitecture> InstanceTypeSearch.getProcessorArchitectures()
Methods in co.yellowdog.platform.interaction.cloudinfo with parameters of type ProcessorArchitectureModifier and TypeMethodDescriptionInstanceTypeWithPrices.Builder.processorArchitecture
(ProcessorArchitecture processorArchitecture) Method parameters in co.yellowdog.platform.interaction.cloudinfo with type arguments of type ProcessorArchitectureModifier and TypeMethodDescriptionInstanceTypeSearch.Builder.processorArchitectures
(List<@NotNull ProcessorArchitecture> processorArchitectures) void
InstanceTypeSearch.setProcessorArchitectures
(List<@NotNull ProcessorArchitecture> processorArchitectures) Constructors in co.yellowdog.platform.interaction.cloudinfo with parameters of type ProcessorArchitectureModifierConstructorDescriptionInstanceType
(CloudProvider provider, String name, ProcessorArchitecture processorArchitecture, Double defaultVcpus, Map<String, Integer> defaultGpus, Long ramInMib, List<InstanceTypeRegion> regions)