Show / Hide Table of Contents

Class SiteConnectionDpdGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
SiteConnectionDpdGetArgs
Inherited Members
ResourceArgs.Empty
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.OpenStack.VPNaaS.Inputs
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class SiteConnectionDpdGetArgs : ResourceArgs

Constructors

View Source

SiteConnectionDpdGetArgs()

Declaration
public SiteConnectionDpdGetArgs()

Properties

View Source

Action

Declaration
public Input<string> Action { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Interval

Declaration
public Input<int> Interval { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Timeout

Declaration
public Input<int> Timeout { get; set; }
Property Value
Type Description
Input<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.