Show / Hide Table of Contents

Class BootstrapArgs

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

Constructors

View Source

BootstrapArgs()

Declaration
public BootstrapArgs()

Properties

View Source

CurrentPassword

Current password for Admin user. Just needed for recover if admin password has been changed from other resources and token is expired (string)

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

Password

Password for Admin user or random generated if empty (string)

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

Telemetry

Send telemetry anonymous data. Default: false (bool)

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

TokenTtl

TTL in seconds for generated admin token. Default: 0 (int)

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

TokenUpdate

Regenerate admin token. Default: false (bool)

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