Class ClusterRkeConfigCloudProviderAwsCloudProviderGlobalGetArgs
Inheritance
System.Object
ClusterRkeConfigCloudProviderAwsCloudProviderGlobalGetArgs
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.Inputs
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class ClusterRkeConfigCloudProviderAwsCloudProviderGlobalGetArgs : ResourceArgs
Constructors
View SourceClusterRkeConfigCloudProviderAwsCloudProviderGlobalGetArgs()
Declaration
public ClusterRkeConfigCloudProviderAwsCloudProviderGlobalGetArgs()
Properties
View SourceDisableSecurityGroupIngress
Default false (bool)
Declaration
public Input<bool> DisableSecurityGroupIngress { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
DisableStrictZoneCheck
Default false (bool)
Declaration
public Input<bool> DisableStrictZoneCheck { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
ElbSecurityGroup
(string)
Declaration
public Input<string> ElbSecurityGroup { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
KubernetesClusterId
(string)
Declaration
public Input<string> KubernetesClusterId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
KubernetesClusterTag
(string)
Declaration
public Input<string> KubernetesClusterTag { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RoleArn
(string)
Declaration
public Input<string> RoleArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RouteTableId
(string)
Declaration
public Input<string> RouteTableId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SubnetId
(string)
Declaration
public Input<string> SubnetId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Vpc
(string)
Declaration
public Input<string> Vpc { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Zone
Zone GKE cluster (string)
Declaration
public Input<string> Zone { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |