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 SourceCreate
The optional create timeout.
Declaration
public TimeSpan? Create { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.TimeSpan> |
Delete
The optional delete timeout.
Declaration
public TimeSpan? Delete { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.TimeSpan> |
Update
The optional update timeout.
Declaration
public TimeSpan? Update { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.TimeSpan> |