Show / Hide Table of Contents

Class RegionUrlMapPathMatcherRouteRuleRouteActionRetryPolicyPerTryTimeout

Inheritance
System.Object
RegionUrlMapPathMatcherRouteRuleRouteActionRetryPolicyPerTryTimeout
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 RegionUrlMapPathMatcherRouteRuleRouteActionRetryPolicyPerTryTimeout

Fields

View Source

Nanos

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>
View Source

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.