OBJECT
CcprovisionInfo
Description
Metadata for a single cluster job.
link GraphQL Schema definition
- type CcprovisionInfo {
- # Cloud vendor provider.
- CcpVendorType! :
- # Current job status.
- CcpJobStatus! :
- # Progress of job in percent.
- Int! :
- # Type of running job.
- CcpJobType! :
- # Cloud cluster configuration.
- String! :
- }