Show / Hide Table of Contents

Class CloudCredentialState

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

Constructors

View Source

CloudCredentialState()

Declaration
public CloudCredentialState()

Properties

View Source

Amazonec2CredentialConfig

AWS config for the Cloud Credential (list maxitems:1)

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

Annotations

Annotations for Cloud Credential object (map)

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

AzureCredentialConfig

Azure config for the Cloud Credential (list maxitems:1)

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

Description

Description for the Cloud Credential (string)

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

DigitaloceanCredentialConfig

DigitalOcean config for the Cloud Credential (list maxitems:1)

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

Driver

(Computed) The driver of the Cloud Credential (string)

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

Labels

Labels for Cloud Credential object (map)

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

LinodeCredentialConfig

Linode config for the Cloud Credential (list maxitems:1)

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

Name

The name of the Cloud Credential (string)

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

OpenstackCredentialConfig

OpenStack config for the Cloud Credential (list maxitems:1)

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

VsphereCredentialConfig

vSphere config for the Cloud Credential (list maxitems:1)

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