MonitoringUptimeCheckConfigHttpCheck constructor

const MonitoringUptimeCheckConfigHttpCheck({
  1. MonitoringUptimeCheckHttpMethod? requestMethod,
  2. MonitoringUptimeCheckContentType? contentType,
  3. TfArg<String>? customContentType,
  4. TfArg<int>? port,
  5. TfArg<String>? path,
  6. TfArg<bool>? useSsl,
  7. TfArg<bool>? validateSsl,
  8. TfArg<bool>? maskHeaders,
  9. Map<String, String>? headers,
  10. TfArg<String>? body,
  11. MonitoringUptimeCheckConfigHttpAuthInfo? authInfo,
  12. MonitoringUptimeCheckConfigServiceAgentAuthentication? serviceAgentAuthentication,
  13. List<MonitoringUptimeCheckConfigAcceptedResponseStatus>? acceptedResponseStatusCodes,
  14. MonitoringUptimeCheckConfigPingConfig? pingConfig,
})

Implementation

const MonitoringUptimeCheckConfigHttpCheck({
  this.requestMethod,
  this.contentType,
  this.customContentType,
  this.port,
  this.path,
  this.useSsl,
  this.validateSsl,
  this.maskHeaders,
  this.headers,
  this.body,
  this.authInfo,
  this.serviceAgentAuthentication,
  this.acceptedResponseStatusCodes,
  this.pingConfig,
});