FileCollection.Status¶
Describes the current state of the Resource
data class Status(
val resolvedSupport: ResolvedSupport<Product.Storage, FSSupport>?,
val resolvedProduct: Product.Storage?,
)
The contents of this field depends almost entirely on the specific Resource that this field is managing. Typically,
this will contain information such as:
A state value. For example, a compute
Jobmight beRUNNINGKey metrics about the resource.
Related resources. For example, certain
Resources are bound to anotherResourcein a mutually exclusive way, this should be listed in thestatussection.
Properties
resolvedSupport: ResolvedSupport<Product.Storage, FSSupport>?
ResolvedSupport<Product.Storage, FSSupport>?
resolvedProduct: Product.Storage? The resolved product referenced by `product`.
Product.Storage?This attribute is not included by default unless includeProduct is specified.