Show / Hide Table of Contents

Class CustomTimeouts

Optional timeouts to supply in CustomTimeouts.

Inheritance
System.Object
CustomTimeouts
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
Assembly: Pulumi.dll
Syntax
public sealed class CustomTimeouts

Properties

View Source

Create

The optional create timeout.

Declaration
public TimeSpan? Create { get; set; }
Property Value
Type Description
System.Nullable<System.TimeSpan>
View Source

Delete

The optional delete timeout.

Declaration
public TimeSpan? Delete { get; set; }
Property Value
Type Description
System.Nullable<System.TimeSpan>
View Source

Update

The optional update timeout.

Declaration
public TimeSpan? Update { get; set; }
Property Value
Type Description
System.Nullable<System.TimeSpan>
  • View Source
Back to top Copyright 2016-2022, Pulumi Corporation.