supportedPlatforms property
The operating system platform (Linux/Unix-based or Windows Server-based)
that the bundle supports. You can only launch a WINDOWS
bundle
on a blueprint that supports the WINDOWS
platform.
LINUX_UNIX
blueprints require a LINUX_UNIX
bundle.
Implementation
final List<InstancePlatform>? supportedPlatforms;