Show / Hide Table of Contents

Class ClusterTemplateTemplateRevisionClusterConfigRkeConfigCloudProviderAwsCloudProviderGlobalArgs

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

Constructors

View Source

ClusterTemplateTemplateRevisionClusterConfigRkeConfigCloudProviderAwsCloudProviderGlobalArgs()

Declaration
public ClusterTemplateTemplateRevisionClusterConfigRkeConfigCloudProviderAwsCloudProviderGlobalArgs()

Properties

View Source

DisableSecurityGroupIngress

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

DisableStrictZoneCheck

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

ElbSecurityGroup

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

KubernetesClusterId

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

KubernetesClusterTag

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

RoleArn

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

RouteTableId

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

SubnetId

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

Vpc

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

Zone

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