Class RegionUrlMapPathMatcherRouteRuleRouteActionTimeoutArgs
Inheritance
System.Object
RegionUrlMapPathMatcherRouteRuleRouteActionTimeoutArgs
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class RegionUrlMapPathMatcherRouteRuleRouteActionTimeoutArgs : ResourceArgs
Constructors
View SourceRegionUrlMapPathMatcherRouteRuleRouteActionTimeoutArgs()
Declaration
public RegionUrlMapPathMatcherRouteRuleRouteActionTimeoutArgs()
Properties
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 Input<int> Nanos { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Seconds
Span of time at a resolution of a second. Must be from 0 to 315,576,000,000 inclusive.
Declaration
public Input<string> Seconds { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |