Class RegionUrlMapPathMatcherPathRuleRouteActionRetryPolicyPerTryTimeout
Inheritance
System.Object
RegionUrlMapPathMatcherPathRuleRouteActionRetryPolicyPerTryTimeout
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.Gcp.Compute.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class RegionUrlMapPathMatcherPathRuleRouteActionRetryPolicyPerTryTimeout
Fields
View SourceNanos
Span of time that's a fraction of a second at nanosecond resolution. Durations
less than one second are represented with a 0 seconds field and a positive
nanos field. Must be from 0 to 999,999,999 inclusive.
Declaration
public readonly int? Nanos
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Seconds
Span of time at a resolution of a second. Must be from 0 to 315,576,000,000 inclusive.
Declaration
public readonly string Seconds
Field Value
| Type | Description |
|---|---|
| System.String |