Show / Hide Table of Contents

Class ClusterRkeConfigCloudProviderAwsCloudProviderGlobal

Inheritance
System.Object
ClusterRkeConfigCloudProviderAwsCloudProviderGlobal
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.Outputs
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class ClusterRkeConfigCloudProviderAwsCloudProviderGlobal

Fields

View Source

DisableSecurityGroupIngress

Default false (bool)

Declaration
public readonly bool? DisableSecurityGroupIngress
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

DisableStrictZoneCheck

Default false (bool)

Declaration
public readonly bool? DisableStrictZoneCheck
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

ElbSecurityGroup

(string)

Declaration
public readonly string ElbSecurityGroup
Field Value
Type Description
System.String
View Source

KubernetesClusterId

(string)

Declaration
public readonly string KubernetesClusterId
Field Value
Type Description
System.String
View Source

KubernetesClusterTag

(string)

Declaration
public readonly string KubernetesClusterTag
Field Value
Type Description
System.String
View Source

RoleArn

(string)

Declaration
public readonly string RoleArn
Field Value
Type Description
System.String
View Source

RouteTableId

(string)

Declaration
public readonly string RouteTableId
Field Value
Type Description
System.String
View Source

SubnetId

(string)

Declaration
public readonly string SubnetId
Field Value
Type Description
System.String
View Source

Vpc

(string)

Declaration
public readonly string Vpc
Field Value
Type Description
System.String
View Source

Zone

Zone GKE cluster (string)

Declaration
public readonly string Zone
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.