FleetHubProfileResponse

data class FleetHubProfileResponse(val dnsPrefix: String? = null, val fqdn: String, val kubernetesVersion: String)

The FleetHubProfile configures the fleet hub.

Constructors

Link copied to clipboard
constructor(dnsPrefix: String? = null, fqdn: String, kubernetesVersion: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dnsPrefix: String? = null

DNS prefix used to create the FQDN for the Fleet hub.

Link copied to clipboard

The FQDN of the Fleet hub.

Link copied to clipboard

The Kubernetes version of the Fleet hub.