Get Profile Result
data class GetProfileResult(val allowedEndpointRecordTypes: List<String>? = null, val dnsConfig: DnsConfigResponse? = null, val endpoints: List<EndpointResponse>? = null, val id: String? = null, val location: String? = null, val maxReturn: Double? = null, val monitorConfig: MonitorConfigResponse? = null, val name: String? = null, val profileStatus: String? = null, val tags: Map<String, String>? = null, val trafficRoutingMethod: String? = null, val trafficViewEnrollmentStatus: String? = null, val type: String? = null)
Class representing a Traffic Manager profile.
Constructors
Link copied to clipboard
fun GetProfileResult(allowedEndpointRecordTypes: List<String>? = null, dnsConfig: DnsConfigResponse? = null, endpoints: List<EndpointResponse>? = null, id: String? = null, location: String? = null, maxReturn: Double? = null, monitorConfig: MonitorConfigResponse? = null, name: String? = null, profileStatus: String? = null, tags: Map<String, String>? = null, trafficRoutingMethod: String? = null, trafficViewEnrollmentStatus: String? = null, type: String? = null)