dk.sdu.cloud.provider.api.ExampleResourceSupport

UCloud Developer Guide / Orchestration of Resources / Introduction to Resources

ExampleResourceSupport

data class ExampleResourceSupport(
    val product: ProductReference,
    val supportsBackwardsCounting: ExampleResourceSupport.Supported?,
    val maintenance: Maintenance?,
)
Properties

Last updated