dk.sdu.cloud.provider.api.ProviderSpecification

UCloud Developer Guide / Accounting and Project Management / Providers

ProviderSpecification

The specification of a Provider contains basic (network) contact information

data class ProviderSpecification(
    val id: String,
    val domain: String,
    val https: Boolean,
    val port: Int?,
    val product: ProductReference,
)
Properties

Last updated