Uses of Annotation Type
co.yellowdog.platform.model.json.JsonAllowWildcard
Packages that use JsonAllowWildcard
Package
Description
Provides the types that define the YellowDog Platform data model.
-
Uses of JsonAllowWildcard in co.yellowdog.platform.model
Methods in co.yellowdog.platform.model with annotations of type JsonAllowWildcardModifier and TypeMethodDescription@NotBlank String
GceComputeSource.getImage()
@NotBlank String
ComputeSource.getImageId()
Gets the image ID to use for the instances that will be provisioned.@NotBlank String
ComputeSource.getInstanceType()
Gets the provider-specific instance type of the instances that will be provisioned.@NotBlank String
GceComputeSource.getMachineType()
@NotBlank String
OciComputeSource.getShape()
The machine shape to use for the provisioned instances.@NotBlank String
AzureComputeSource.getVmSize()