Class ClusterTemplateTemplateRevisionClusterConfigRkeConfigArgs
Inheritance
System.Object
ClusterTemplateTemplateRevisionClusterConfigRkeConfigArgs
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()
Assembly: Pulumi.Rancher2.dll
public sealed class ClusterTemplateTemplateRevisionClusterConfigRkeConfigArgs : ResourceArgs
Constructors
View Source
Declaration
public ClusterTemplateTemplateRevisionClusterConfigRkeConfigArgs()
Properties
View Source
Declaration
public Input<int> AddonJobTimeout { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
Declaration
public Input<string> Addons { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public InputList<string> AddonsIncludes { get; set; }
Property Value
View Source
Declaration
public Input<ClusterTemplateTemplateRevisionClusterConfigRkeConfigAuthenticationArgs> Authentication { get; set; }
Property Value
View Source
Declaration
public Input<ClusterTemplateTemplateRevisionClusterConfigRkeConfigAuthorizationArgs> Authorization { get; set; }
Property Value
View Source
Declaration
public Input<ClusterTemplateTemplateRevisionClusterConfigRkeConfigBastionHostArgs> BastionHost { get; set; }
Property Value
View Source
Declaration
public Input<ClusterTemplateTemplateRevisionClusterConfigRkeConfigCloudProviderArgs> CloudProvider { get; set; }
Property Value
View Source
Declaration
public Input<ClusterTemplateTemplateRevisionClusterConfigRkeConfigDnsArgs> Dns { get; set; }
Property Value
View Source
Declaration
public Input<bool> IgnoreDockerVersion { get; set; }
Property Value
| Type |
Description |
| Input<System.Boolean> |
|
View Source
Declaration
public Input<ClusterTemplateTemplateRevisionClusterConfigRkeConfigIngressArgs> Ingress { get; set; }
Property Value
View Source
Declaration
public Input<string> KubernetesVersion { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<ClusterTemplateTemplateRevisionClusterConfigRkeConfigMonitoringArgs> Monitoring { get; set; }
Property Value
View Source
Declaration
public Input<ClusterTemplateTemplateRevisionClusterConfigRkeConfigNetworkArgs> Network { get; set; }
Property Value
View Source
Declaration
public InputList<ClusterTemplateTemplateRevisionClusterConfigRkeConfigNodeArgs> Nodes { get; set; }
Property Value
View Source
Declaration
public Input<string> PrefixPath { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public InputList<ClusterTemplateTemplateRevisionClusterConfigRkeConfigPrivateRegistryArgs> PrivateRegistries { get; set; }
Property Value
View Source
Declaration
public Input<ClusterTemplateTemplateRevisionClusterConfigRkeConfigServicesArgs> Services { get; set; }
Property Value
View Source
Declaration
public Input<bool> SshAgentAuth { get; set; }
Property Value
| Type |
Description |
| Input<System.Boolean> |
|
View Source
Declaration
public Input<string> SshCertPath { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<string> SshKeyPath { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<ClusterTemplateTemplateRevisionClusterConfigRkeConfigUpgradeStrategyArgs> UpgradeStrategy { get; set; }
Property Value