Show / Hide Table of Contents

Class ClusterTemplateTemplateRevisionClusterConfigRkeConfigCloudProviderAzureCloudProviderGetArgs

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

Constructors

View Source

ClusterTemplateTemplateRevisionClusterConfigRkeConfigCloudProviderAzureCloudProviderGetArgs()

Declaration
public ClusterTemplateTemplateRevisionClusterConfigRkeConfigCloudProviderAzureCloudProviderGetArgs()

Properties

View Source

AadClientCertPassword

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

AadClientCertPath

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

AadClientId

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

AadClientSecret

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

Cloud

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

CloudProviderBackoff

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

CloudProviderBackoffDuration

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

CloudProviderBackoffExponent

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

CloudProviderBackoffJitter

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

CloudProviderBackoffRetries

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

CloudProviderRateLimit

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

CloudProviderRateLimitBucket

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

CloudProviderRateLimitQps

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

Location

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

MaximumLoadBalancerRuleCount

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

PrimaryAvailabilitySetName

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

PrimaryScaleSetName

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

ResourceGroup

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

RouteTableName

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

SecurityGroupName

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

SubnetName

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

SubscriptionId

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

TenantId

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

UseInstanceMetadata

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

UseManagedIdentityExtension

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

VmType

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

VnetName

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

VnetResourceGroup

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