- Docs
- Type Reference
Share.Status
Share.Status
¶
Describes the current state of the Resource
data class Status(
val shareAvailableAt: String?,
val state: Share.State,
val resolvedSupport: ResolvedSupport<Product.Storage, ShareSupport>?,
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
Job
might beRUNNING
Key metrics about the resource.
Related resources. For example, certain
Resource
s are bound to anotherResource
in a mutually exclusive way, this should be listed in thestatus
section.
Properties
shareAvailableAt
: String?
String?
state
: Share.State
Share.State
resolvedSupport
: ResolvedSupport<Product.Storage, ShareSupport>?
ResolvedSupport<Product.Storage, ShareSupport>?
resolvedProduct
: Product.Storage?
The resolved product referenced by `product`.
Product.Storage?
This attribute is not included by default unless includeProduct
is specified.