Class ClusterRkeConfigServicesEtcdGetArgs
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 ClusterRkeConfigServicesEtcdGetArgs : ResourceArgs
Constructors
View SourceClusterRkeConfigServicesEtcdGetArgs()
Declaration
public ClusterRkeConfigServicesEtcdGetArgs()
Properties
View SourceBackupConfig
Backup options for etcd service. Just for Rancher v2.2.x (list maxitems:1)
Declaration
public Input<ClusterRkeConfigServicesEtcdBackupConfigGetArgs> BackupConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ClusterRkeConfigServicesEtcdBackupConfigGetArgs> |
CaCert
TLS CA certificate for etcd service (string)
Declaration
public Input<string> CaCert { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Cert
TLS certificate for etcd service (string)
Declaration
public Input<string> Cert { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Creation
Creation option for etcd service (string)
Declaration
public Input<string> Creation { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ExternalUrls
External urls for etcd service (list)
Declaration
public InputList<string> ExternalUrls { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
ExtraArgs
Extra arguments for scheduler service (map)
Declaration
public InputMap<object> ExtraArgs { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
ExtraBinds
Extra binds for scheduler service (list)
Declaration
public InputList<string> ExtraBinds { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
ExtraEnvs
Extra environment for scheduler service (list)
Declaration
public InputList<string> ExtraEnvs { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Gid
Etcd service GID. Default: 0. For Rancher v2.3.x or above (int)
Declaration
public Input<int> Gid { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Image
Docker image for scheduler service (string)
Declaration
public Input<string> Image { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Key
TLS key for etcd service (string)
Declaration
public Input<string> Key { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Path
(Optional) Audit log path. Default: /var/log/kube-audit/audit-log.json (string)
Declaration
public Input<string> Path { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Retention
Retention for etcd backup. Default 6 (int)
Declaration
public Input<string> Retention { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Snapshot
Snapshot option for etcd service (bool)
Declaration
public Input<bool> Snapshot { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Uid
Etcd service UID. Default: 0. For Rancher v2.3.x or above (int)
Declaration
public Input<int> Uid { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |