Fleet Hub Profile Response
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)