Show / Hide Table of Contents

Class ClusterRkeConfigCloudProviderAwsCloudProviderGlobalArgs

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

Constructors

View Source

ClusterRkeConfigCloudProviderAwsCloudProviderGlobalArgs()

Declaration
public ClusterRkeConfigCloudProviderAwsCloudProviderGlobalArgs()

Properties

View Source

DisableSecurityGroupIngress

Default false (bool)

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

DisableStrictZoneCheck

Default false (bool)

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

ElbSecurityGroup

(string)

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

KubernetesClusterId

(string)

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

KubernetesClusterTag

(string)

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

RoleArn

(string)

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

RouteTableId

(string)

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

SubnetId

(string)

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

Vpc

(string)

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

Zone

Zone GKE cluster (string)

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