Uses of Enum
com.exoscale.sdk.model.ZoneName
Packages that use ZoneName
-
Uses of ZoneName in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return ZoneNameModifier and TypeMethodDescriptionstatic ZoneName
Zone.getName()
Get nameSosBucketUsage.getZoneName()
Get zoneNamestatic ZoneName
Returns the enum constant of this type with the specified name.static ZoneName[]
ZoneName.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.exoscale.sdk.model that return types with arguments of type ZoneNameModifier and TypeMethodDescriptionInstanceType.getZones()
Instance Type available zonesTemplate.getZones()
Zones availabilityMethods in com.exoscale.sdk.model with parameters of type ZoneNameModifier and TypeMethodDescriptionTemplate.addZonesItem
(ZoneName zonesItem) void
void
SosBucketUsage.setZoneName
(ZoneName zoneName) Method parameters in com.exoscale.sdk.model with type arguments of type ZoneNameModifier and TypeMethodDescriptionvoid
Constructor parameters in com.exoscale.sdk.model with type arguments of type ZoneNameModifierConstructorDescriptionInstanceType
(UUID id, InstanceType.SizeEnum size, InstanceType.FamilyEnum family, Long cpus, Long gpus, Boolean authorized, Long memory, List<ZoneName> zones)