Uses of Interface
co.yellowdog.platform.model.Credentialed
Packages that use Credentialed
Package
Description
Provides the types that define the YellowDog Platform data model.
-
Uses of Credentialed in co.yellowdog.platform.model
Subinterfaces of Credentialed in co.yellowdog.platform.modelModifier and TypeInterfaceDescriptioninterfaceDerives fromComputeSourceto provide the interface for all AWS compute source model objects.interfaceDerives fromComputeSourceto provide the interface for all Azure compute source model objects.interfaceThe interface implemented by all compute provision strategy model objects.interfaceThe interface implemented by all compute source model objects.interfaceDerives fromComputeSourceto provide the interface for all Google Compute Engine (GCE) compute source model objects.interfaceDerives fromComputeSourceto provide the interface for all AWS compute source model objects.Classes in co.yellowdog.platform.model that implement CredentialedModifier and TypeClassDescriptionclassDefines a source of compute provisioned using an AWS EC2 Fleet request.classDefines a source of compute composed of AWS EC2 instances using the RunInstances API.classclassclassDefines a source of compute composed of Google Compute Engine (GCE) instances organised into an Instance Group.classDefines a source of compute composed of Google Compute Engine (GCE) instances individually provisioned.classDefines a source of compute composed of OCI instances provisioned using the OCI Instance Pool API.classDefines a source of compute composed of OCI instances provisioned individually.classDefines a simulated source of compute that can be used to test the YellowDog Compute system.classInstructs YellowDog Compute to use a single compute source for the compute requirement.classInstructs YellowDog Compute to split the provision of instances as evenly as possible across the compute sources.classInstructs YellowDog Compute to provision instances by acquiring the maximum available from each compute source in order, until the required number of instances is reached.