Class ServiceArgs
Inheritance
System.Object
ServiceArgs
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()
Assembly: Pulumi.Kong.dll
Syntax
public sealed class ServiceArgs : ResourceArgs
Constructors
View Source
ServiceArgs()
Declaration
Properties
View Source
ConnectTimeout
Declaration
public Input<int> ConnectTimeout { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
Host
Declaration
public Input<string> Host { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Name
Declaration
public Input<string> Name { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Path
Declaration
public Input<string> Path { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Port
Declaration
public Input<int> Port { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
Protocol
Declaration
public Input<string> Protocol { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
ReadTimeout
Declaration
public Input<int> ReadTimeout { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
Retries
Declaration
public Input<int> Retries { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
WriteTimeout
Declaration
public Input<int> WriteTimeout { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|