Uses of Enum
co.yellowdog.platform.model.ImageAccess
Packages that use ImageAccess
Package
Description
Defines types used in the request/response interactions with the YellowDog Images Service.
Provides the types that define the YellowDog Platform data model.
-
Uses of ImageAccess in co.yellowdog.platform.interaction.images
Methods in co.yellowdog.platform.interaction.images that return ImageAccessModifier and TypeMethodDescriptionMachineImageFamilySummary.getAccess()The access level for this machine image family and any contained groups and images.Methods in co.yellowdog.platform.interaction.images with parameters of type ImageAccessModifier and TypeMethodDescriptionMachineImageFamilySummary.Builder.access(ImageAccess access) The access level for this machine image family and any contained groups and images.voidMachineImageFamilySummary.setAccess(ImageAccess access) The access level for this machine image family and any contained groups and images. -
Uses of ImageAccess in co.yellowdog.platform.model
Subclasses with type arguments of type ImageAccess in co.yellowdog.platform.modelMethods in co.yellowdog.platform.model that return ImageAccessModifier and TypeMethodDescriptionMachineImageFamily.getAccess()The access level for this machine image family and any contained groups and images.static ImageAccessReturns the enum constant of this type with the specified name.static ImageAccess[]ImageAccess.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in co.yellowdog.platform.model with parameters of type ImageAccessModifier and TypeMethodDescriptionMachineImageFamily.Builder.access(ImageAccess access) voidMachineImageFamily.setAccess(ImageAccess access) The access level for this machine image family and any contained groups and images.Constructors in co.yellowdog.platform.model with parameters of type ImageAccessModifierConstructorDescriptionMachineImageFamily(String namespace, String name, ImageOsType osType, ImageAccess access, Map<String, String> metadataSpecification, List<MachineImageGroup> imageGroups)