Class ClusterRkeConfigCloudProviderOpenstackCloudProviderGlobalArgs
Inheritance
System.Object
ClusterRkeConfigCloudProviderOpenstackCloudProviderGlobalArgs
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()
Namespace: Pulumi.Rancher2.Inputs
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class ClusterRkeConfigCloudProviderOpenstackCloudProviderGlobalArgs : ResourceArgs
Constructors
View SourceClusterRkeConfigCloudProviderOpenstackCloudProviderGlobalArgs()
Declaration
public ClusterRkeConfigCloudProviderOpenstackCloudProviderGlobalArgs()
Properties
View SourceAuthUrl
(string)
Declaration
public Input<string> AuthUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
CaFile
(string)
Declaration
public Input<string> CaFile { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DomainId
Required if domain_name not provided. (string)
Declaration
public Input<string> DomainId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DomainName
Required if domain_id not provided. (string)
Declaration
public Input<string> DomainName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Password
Registry password (string)
Declaration
public Input<string> Password { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Region
The AWS Region to create the EKS cluster in. Default us-west-2 (string)
Declaration
public Input<string> Region { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TenantId
Azure tenant ID to use (string)
Declaration
public Input<string> TenantId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TenantName
Required if tenant_id not provided. (string)
Declaration
public Input<string> TenantName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TrustId
(string)
Declaration
public Input<string> TrustId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Username
(string)
Declaration
public Input<string> Username { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |