Show / Hide Table of Contents

Class GetServiceIntegrationEndpointRsyslogUserConfigArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetServiceIntegrationEndpointRsyslogUserConfigArgs
Inherited Members
InvokeArgs.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.Aiven.Inputs
Assembly: Pulumi.Aiven.dll
Syntax
public sealed class GetServiceIntegrationEndpointRsyslogUserConfigArgs : InvokeArgs

Constructors

View Source

GetServiceIntegrationEndpointRsyslogUserConfigArgs()

Declaration
public GetServiceIntegrationEndpointRsyslogUserConfigArgs()

Properties

View Source

Ca

Declaration
public string Ca { get; set; }
Property Value
Type Description
System.String
View Source

Cert

Declaration
public string Cert { get; set; }
Property Value
Type Description
System.String
View Source

Format

Declaration
public string Format { get; set; }
Property Value
Type Description
System.String
View Source

Key

Declaration
public string Key { get; set; }
Property Value
Type Description
System.String
View Source

Logline

Declaration
public string Logline { get; set; }
Property Value
Type Description
System.String
View Source

Port

Declaration
public int? Port { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

Sd

Declaration
public string Sd { get; set; }
Property Value
Type Description
System.String
View Source

Server

Declaration
public string Server { get; set; }
Property Value
Type Description
System.String
View Source

Tls

Declaration
public bool? Tls { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.