Class ClusterLoggingFluentdConfigFluentServerGetArgs
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()
Namespace: Pulumi.Rancher2.Inputs
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class ClusterLoggingFluentdConfigFluentServerGetArgs : ResourceArgs
Constructors
View SourceClusterLoggingFluentdConfigFluentServerGetArgs()
Declaration
public ClusterLoggingFluentdConfigFluentServerGetArgs()
Properties
View SourceEndpoint
Endpoint of the syslog service (string)
Declaration
public Input<string> Endpoint { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Hostname
Hostname of the fluentd service (string)
Declaration
public Input<string> Hostname { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Password
User password of the fluentd service (string)
Declaration
public Input<string> Password { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SharedKey
Shared key of the fluentd service (string)
Declaration
public Input<string> SharedKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Standby
Standby server of the fluentd service (bool)
Declaration
public Input<bool> Standby { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Username
Username of the fluentd service (string)
Declaration
public Input<string> Username { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Weight
Weight of the fluentd server (int)
Declaration
public Input<int> Weight { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |