Show / Hide Table of Contents

Class BootstrapState

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

Constructors

View Source

BootstrapState()

Declaration
public BootstrapState()

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

TempToken

(Computed) Generated API temporary token as helper. Should be empty (string)

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

TempTokenId

(Computed) Generated API temporary token id as helper. Should be empty (string)

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

Token

(Computed) Generated API token for Admin User (string)

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

TokenId

(Computed) Generated API token id for Admin User (string)

Declaration
public Input<string> TokenId { get; set; }
Property Value
Type Description
Input<System.String>
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

Url

(Computed) URL set as server-url (string)

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

User

(Computed) Admin username (string)

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