Class GetServiceIntegrationEndpointRsyslogUserConfigArgs
Inheritance
System.Object
GetServiceIntegrationEndpointRsyslogUserConfigArgs
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.Aiven.dll
public sealed class GetServiceIntegrationEndpointRsyslogUserConfigArgs : InvokeArgs
Constructors
View Source
Declaration
public GetServiceIntegrationEndpointRsyslogUserConfigArgs()
Properties
View Source
Declaration
public string Ca { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Declaration
public string Cert { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Declaration
public string Format { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Declaration
public string Key { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Declaration
public string Logline { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Declaration
public int? Port { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
Declaration
public string Sd { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Declaration
public string Server { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Declaration
public bool? Tls { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|