Class ClusterRkeConfigCloudProviderAzureCloudProviderGetArgs
Inheritance
System.Object
ClusterRkeConfigCloudProviderAzureCloudProviderGetArgs
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 ClusterRkeConfigCloudProviderAzureCloudProviderGetArgs : ResourceArgs
Constructors
View SourceClusterRkeConfigCloudProviderAzureCloudProviderGetArgs()
Declaration
public ClusterRkeConfigCloudProviderAzureCloudProviderGetArgs()
Properties
View SourceAadClientCertPassword
(string)
Declaration
public Input<string> AadClientCertPassword { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
AadClientCertPath
(string)
Declaration
public Input<string> AadClientCertPath { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
AadClientId
(string)
Declaration
public Input<string> AadClientId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
AadClientSecret
(string)
Declaration
public Input<string> AadClientSecret { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Cloud
(string)
Declaration
public Input<string> Cloud { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
CloudProviderBackoff
(bool)
Declaration
public Input<bool> CloudProviderBackoff { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
CloudProviderBackoffDuration
(int)
Declaration
public Input<int> CloudProviderBackoffDuration { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
CloudProviderBackoffExponent
(int)
Declaration
public Input<int> CloudProviderBackoffExponent { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
CloudProviderBackoffJitter
(int)
Declaration
public Input<int> CloudProviderBackoffJitter { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
CloudProviderBackoffRetries
(int)
Declaration
public Input<int> CloudProviderBackoffRetries { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
CloudProviderRateLimit
(bool)
Declaration
public Input<bool> CloudProviderRateLimit { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
CloudProviderRateLimitBucket
(int)
Declaration
public Input<int> CloudProviderRateLimitBucket { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
CloudProviderRateLimitQps
(int)
Declaration
public Input<int> CloudProviderRateLimitQps { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Location
Azure Kubernetes cluster location. Default eastus (string)
Declaration
public Input<string> Location { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
MaximumLoadBalancerRuleCount
(int)
Declaration
public Input<int> MaximumLoadBalancerRuleCount { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
PrimaryAvailabilitySetName
(string)
Declaration
public Input<string> PrimaryAvailabilitySetName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PrimaryScaleSetName
(string)
Declaration
public Input<string> PrimaryScaleSetName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ResourceGroup
The name of the Cluster resource group (string)
Declaration
public Input<string> ResourceGroup { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RouteTableName
(string)
Declaration
public Input<string> RouteTableName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SecurityGroupName
(string)
Declaration
public Input<string> SecurityGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SubnetName
(string)
Declaration
public Input<string> SubnetName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SubscriptionId
Subscription credentials which uniquely identify Microsoft Azure subscription (string)
Declaration
public Input<string> SubscriptionId { 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> |
UseInstanceMetadata
(bool)
Declaration
public Input<bool> UseInstanceMetadata { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
UseManagedIdentityExtension
(bool)
Declaration
public Input<bool> UseManagedIdentityExtension { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
VmType
(string)
Declaration
public Input<string> VmType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
VnetName
(string)
Declaration
public Input<string> VnetName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
VnetResourceGroup
(string)
Declaration
public Input<string> VnetResourceGroup { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |