Show / Hide Table of Contents

Class SyntheticsTestOptions

Inheritance
System.Object
SyntheticsTestOptions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Datadog.Outputs
Assembly: Pulumi.Datadog.dll
Syntax
public sealed class SyntheticsTestOptions

Fields

View Source

AcceptSelfSigned

Declaration
public readonly bool? AcceptSelfSigned
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

FollowRedirects

Declaration
public readonly bool? FollowRedirects
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

MinFailureDuration

Declaration
public readonly int? MinFailureDuration
Field Value
Type Description
System.Nullable<System.Int32>
View Source

MinLocationFailed

Declaration
public readonly int? MinLocationFailed
Field Value
Type Description
System.Nullable<System.Int32>
View Source

TickEvery

Declaration
public readonly int TickEvery
Field Value
Type Description
System.Int32
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.