Table of Contents

Class ResourceTypeAvailability

Namespace
FoundationaLLM.Common.Models.ResourceProviders
Assembly
FoundationaLLM.Common.dll

Provides details about the availability of a resource type in various API operations.

public class ResourceTypeAvailability
Inheritance
ResourceTypeAvailability
Inherited Members
Extension Methods

Properties

AvailableActions

Gets or sets the list of available actions for the resource type.

public HashSet<string> AvailableActions { get; set; }

Property Value

HashSet<string>

AvailableSubordinateResourceTypes

Gets or sets the list of available subordinate resource types.

public Dictionary<string, ResourceTypeAvailability> AvailableSubordinateResourceTypes { get; set; }

Property Value

Dictionary<string, ResourceTypeAvailability>

IsResourceTypeAvailable

Gets or sets a flag that indicates whether the resource type itself is available.

public bool IsResourceTypeAvailable { get; set; }

Property Value

bool