Show / Hide Table of Contents

Class SiteConnectionDpdArgs

Inheritance
System.Object
InputArgs
ResourceArgs
SiteConnectionDpdArgs
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 SiteConnectionDpdArgs : ResourceArgs

Constructors

View Source

SiteConnectionDpdArgs()

Declaration
public SiteConnectionDpdArgs()

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.