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 TypeInterfaceDescriptioninterface
Derives fromComputeSource
to provide the interface for all Alibaba Cloud compute source model objects.interface
Derives fromComputeSource
to provide the interface for all AWS compute source model objects.interface
Derives fromComputeSource
to provide the interface for all Azure compute source model objects.interface
The interface implemented by all compute provision strategy model objects.interface
The interface implemented by all compute source model objects.interface
Derives fromComputeSource
to provide the interface for all Google Compute Engine (GCE) compute source model objects.interface
Derives fromComputeSource
to provide the interface for all AWS compute source model objects.Classes in co.yellowdog.platform.model that implement CredentialedModifier and TypeClassDescriptionclass
Defines a source of compute composed of Alibaba Cloud ECS instances.class
Defines a source of compute provisioned using an AWS EC2 Fleet request.class
Defines a source of compute composed of AWS EC2 instances using the RunInstances API.class
class
class
Defines a source of compute composed of Google Compute Engine (GCE) instances organised into an Instance Group.class
Defines a source of compute composed of Google Compute Engine (GCE) instances individually provisioned.class
Defines a source of compute composed of OCI instances provisioned using the OCI Instance Pool API.class
Defines a source of compute composed of OCI instances provisioned individually.class
Defines a simulated source of compute that can be used to test the YellowDog Compute system.class
Instructs YellowDog Compute to use a single compute source for the compute requirement.class
Instructs YellowDog Compute to split the provision of instances as evenly as possible across the compute sources.class
Instructs YellowDog Compute to provision instances by acquiring the maximum available from each compute source in order, until the required number of instances is reached.