Endpoint Args
data class EndpointArgs(val alwaysServe: Output<Either<String, AlwaysServe>>? = null, val customHeaders: Output<List<EndpointPropertiesCustomHeadersArgs>>? = null, val endpointLocation: Output<String>? = null, val endpointMonitorStatus: Output<Either<String, EndpointMonitorStatus>>? = null, val endpointStatus: Output<Either<String, EndpointStatus>>? = null, val geoMapping: Output<List<String>>? = null, val id: Output<String>? = null, val minChildEndpoints: Output<Double>? = null, val minChildEndpointsIPv4: Output<Double>? = null, val minChildEndpointsIPv6: Output<Double>? = null, val name: Output<String>? = null, val priority: Output<Double>? = null, val subnets: Output<List<EndpointPropertiesSubnetsArgs>>? = null, val target: Output<String>? = null, val targetResourceId: Output<String>? = null, val type: Output<String>? = null, val weight: Output<Double>? = null) : ConvertibleToJava<EndpointArgs>
Class representing a Traffic Manager endpoint.
Constructors
Link copied to clipboard
fun EndpointArgs(alwaysServe: Output<Either<String, AlwaysServe>>? = null, customHeaders: Output<List<EndpointPropertiesCustomHeadersArgs>>? = null, endpointLocation: Output<String>? = null, endpointMonitorStatus: Output<Either<String, EndpointMonitorStatus>>? = null, endpointStatus: Output<Either<String, EndpointStatus>>? = null, geoMapping: Output<List<String>>? = null, id: Output<String>? = null, minChildEndpoints: Output<Double>? = null, minChildEndpointsIPv4: Output<Double>? = null, minChildEndpointsIPv6: Output<Double>? = null, name: Output<String>? = null, priority: Output<Double>? = null, subnets: Output<List<EndpointPropertiesSubnetsArgs>>? = null, target: Output<String>? = null, targetResourceId: Output<String>? = null, type: Output<String>? = null, weight: Output<Double>? = null)