Show / Hide Table of Contents

Class ClusterTemplateTemplateRevisionClusterConfigRkeConfigServicesEtcdGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ClusterTemplateTemplateRevisionClusterConfigRkeConfigServicesEtcdGetArgs
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 ClusterTemplateTemplateRevisionClusterConfigRkeConfigServicesEtcdGetArgs : ResourceArgs

Constructors

View Source

ClusterTemplateTemplateRevisionClusterConfigRkeConfigServicesEtcdGetArgs()

Declaration
public ClusterTemplateTemplateRevisionClusterConfigRkeConfigServicesEtcdGetArgs()

Properties

View Source

BackupConfig

Declaration
public Input<ClusterTemplateTemplateRevisionClusterConfigRkeConfigServicesEtcdBackupConfigGetArgs> BackupConfig { get; set; }
Property Value
Type Description
Input<ClusterTemplateTemplateRevisionClusterConfigRkeConfigServicesEtcdBackupConfigGetArgs>
View Source

CaCert

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

Cert

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

Creation

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

ExternalUrls

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

ExtraArgs

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

ExtraBinds

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

ExtraEnvs

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

Gid

Declaration
public Input<int> Gid { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Image

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

Key

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

Path

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

Retention

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

Snapshot

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

Uid

Declaration
public Input<int> Uid { get; set; }
Property Value
Type Description
Input<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.