Show / Hide Table of Contents

Class ClusterRkeConfigServicesEtcdGetArgs

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

Constructors

View Source

ClusterRkeConfigServicesEtcdGetArgs()

Declaration
public ClusterRkeConfigServicesEtcdGetArgs()

Properties

View Source

BackupConfig

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>
View Source

CaCert

TLS CA certificate for etcd service (string)

Declaration
public Input<string> CaCert { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Cert

TLS certificate for etcd service (string)

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

Creation

Creation option for etcd service (string)

Declaration
public Input<string> Creation { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ExternalUrls

External urls for etcd service (list)

Declaration
public InputList<string> ExternalUrls { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

ExtraArgs

Extra arguments for scheduler service (map)

Declaration
public InputMap<object> ExtraArgs { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

ExtraBinds

Extra binds for scheduler service (list)

Declaration
public InputList<string> ExtraBinds { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

ExtraEnvs

Extra environment for scheduler service (list)

Declaration
public InputList<string> ExtraEnvs { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

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>
View Source

Image

Docker image for scheduler service (string)

Declaration
public Input<string> Image { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Key

TLS key for etcd service (string)

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

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>
View Source

Retention

Retention for etcd backup. Default 6 (int)

Declaration
public Input<string> Retention { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Snapshot

Snapshot option for etcd service (bool)

Declaration
public Input<bool> Snapshot { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.