FleetHubProfileResponse

data class FleetHubProfileResponse(val agentProfile: AgentProfileResponse? = null, val apiServerAccessProfile: APIServerAccessProfileResponse? = null, val dnsPrefix: String? = null, val fqdn: String, val kubernetesVersion: String, val portalFqdn: String)

The FleetHubProfile configures the fleet hub.

Constructors

Link copied to clipboard
constructor(agentProfile: AgentProfileResponse? = null, apiServerAccessProfile: APIServerAccessProfileResponse? = null, dnsPrefix: String? = null, fqdn: String, kubernetesVersion: String, portalFqdn: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The agent profile for the Fleet hub.

Link copied to clipboard

The access profile for the Fleet hub API server.

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.

Link copied to clipboard

The Azure Portal FQDN of the Fleet hub.