Show / Hide Table of Contents

Class CloudCredentialArgs

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

Constructors

View Source

CloudCredentialArgs()

Declaration
public CloudCredentialArgs()

Properties

View Source

Amazonec2CredentialConfig

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

Declaration
public Input<CloudCredentialAmazonec2CredentialConfigArgs> Amazonec2CredentialConfig { get; set; }
Property Value
Type Description
Input<CloudCredentialAmazonec2CredentialConfigArgs>
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<CloudCredentialAzureCredentialConfigArgs> AzureCredentialConfig { get; set; }
Property Value
Type Description
Input<CloudCredentialAzureCredentialConfigArgs>
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<CloudCredentialDigitaloceanCredentialConfigArgs> DigitaloceanCredentialConfig { get; set; }
Property Value
Type Description
Input<CloudCredentialDigitaloceanCredentialConfigArgs>
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<CloudCredentialLinodeCredentialConfigArgs> LinodeCredentialConfig { get; set; }
Property Value
Type Description
Input<CloudCredentialLinodeCredentialConfigArgs>
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<CloudCredentialOpenstackCredentialConfigArgs> OpenstackCredentialConfig { get; set; }
Property Value
Type Description
Input<CloudCredentialOpenstackCredentialConfigArgs>
View Source

VsphereCredentialConfig

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

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