Uses of Enum
co.yellowdog.platform.interaction.cloudinfo.OperatingSystemLicence
Packages that use OperatingSystemLicence
-
Uses of OperatingSystemLicence in co.yellowdog.platform.interaction.cloudinfo
Subclasses with type arguments of type OperatingSystemLicence in co.yellowdog.platform.interaction.cloudinfoMethods in co.yellowdog.platform.interaction.cloudinfo that return OperatingSystemLicenceModifier and TypeMethodDescriptionInstanceTypePrice.getOperatingSystemLicence()
InstanceTypeWithPricesSearch.getOperatingSystemLicence()
static OperatingSystemLicence
Returns the enum constant of this type with the specified name.static OperatingSystemLicence[]
OperatingSystemLicence.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 OperatingSystemLicenceModifier and TypeMethodDescriptionList
<@NotNull OperatingSystemLicence> InstanceTypePriceSearch.getOperatingSystemLicences()
Methods in co.yellowdog.platform.interaction.cloudinfo with parameters of type OperatingSystemLicenceModifier and TypeMethodDescriptionInstanceTypeWithPricesSearch.Builder.operatingSystemLicence
(OperatingSystemLicence operatingSystemLicence) void
InstanceTypeWithPricesSearch.setOperatingSystemLicence
(OperatingSystemLicence operatingSystemLicence) Method parameters in co.yellowdog.platform.interaction.cloudinfo with type arguments of type OperatingSystemLicenceModifier and TypeMethodDescriptionInstanceTypePriceSearch.Builder.operatingSystemLicences
(List<@NotNull OperatingSystemLicence> operatingSystemLicences) void
InstanceTypePriceSearch.setOperatingSystemLicences
(List<@NotNull OperatingSystemLicence> operatingSystemLicences) Constructors in co.yellowdog.platform.interaction.cloudinfo with parameters of type OperatingSystemLicenceModifierConstructorDescriptionInstanceTypePrice
(CloudProvider provider, String region, String subRegion, String instanceType, UsageType usageType, OperatingSystemLicence operatingSystemLicence, Price price)