Show / Hide Table of Contents

Class ClusterRkeConfigCloudProviderAzureCloudProviderGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ClusterRkeConfigCloudProviderAzureCloudProviderGetArgs
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.Inputs
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class ClusterRkeConfigCloudProviderAzureCloudProviderGetArgs : ResourceArgs

Constructors

View Source

ClusterRkeConfigCloudProviderAzureCloudProviderGetArgs()

Declaration
public ClusterRkeConfigCloudProviderAzureCloudProviderGetArgs()

Properties

View Source

AadClientCertPassword

(string)

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

AadClientCertPath

(string)

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

AadClientId

(string)

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

AadClientSecret

(string)

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

Cloud

(string)

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

CloudProviderBackoff

(bool)

Declaration
public Input<bool> CloudProviderBackoff { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

CloudProviderBackoffDuration

(int)

Declaration
public Input<int> CloudProviderBackoffDuration { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

CloudProviderBackoffExponent

(int)

Declaration
public Input<int> CloudProviderBackoffExponent { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

CloudProviderBackoffJitter

(int)

Declaration
public Input<int> CloudProviderBackoffJitter { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

CloudProviderBackoffRetries

(int)

Declaration
public Input<int> CloudProviderBackoffRetries { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

CloudProviderRateLimit

(bool)

Declaration
public Input<bool> CloudProviderRateLimit { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

CloudProviderRateLimitBucket

(int)

Declaration
public Input<int> CloudProviderRateLimitBucket { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

CloudProviderRateLimitQps

(int)

Declaration
public Input<int> CloudProviderRateLimitQps { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Location

Azure Kubernetes cluster location. Default eastus (string)

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

MaximumLoadBalancerRuleCount

(int)

Declaration
public Input<int> MaximumLoadBalancerRuleCount { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

PrimaryAvailabilitySetName

(string)

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

PrimaryScaleSetName

(string)

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

ResourceGroup

The name of the Cluster resource group (string)

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

RouteTableName

(string)

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

SecurityGroupName

(string)

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

SubnetName

(string)

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

SubscriptionId

Subscription credentials which uniquely identify Microsoft Azure subscription (string)

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

TenantId

Azure tenant ID to use (string)

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

UseInstanceMetadata

(bool)

Declaration
public Input<bool> UseInstanceMetadata { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

UseManagedIdentityExtension

(bool)

Declaration
public Input<bool> UseManagedIdentityExtension { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

VmType

(string)

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

VnetName

(string)

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

VnetResourceGroup

(string)

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