Class ClusterRkeConfigCloudProviderArgs
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 ClusterRkeConfigCloudProviderArgs : ResourceArgs
Constructors
View SourceClusterRkeConfigCloudProviderArgs()
Declaration
public ClusterRkeConfigCloudProviderArgs()
Properties
View SourceAwsCloudProvider
RKE AWS Cloud Provider config for Cloud Provider rke-aws-cloud-provider (list maxitems:1)
Declaration
public Input<ClusterRkeConfigCloudProviderAwsCloudProviderArgs> AwsCloudProvider { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ClusterRkeConfigCloudProviderAwsCloudProviderArgs> |
AzureCloudProvider
RKE Azure Cloud Provider config for Cloud Provider rke-azure-cloud-provider (list maxitems:1)
Declaration
public Input<ClusterRkeConfigCloudProviderAzureCloudProviderArgs> AzureCloudProvider { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ClusterRkeConfigCloudProviderAzureCloudProviderArgs> |
CustomCloudProvider
RKE Custom Cloud Provider config for Cloud Provider (string) (string)
Declaration
public Input<string> CustomCloudProvider { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
Name of cluster registration token (string)
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
OpenstackCloudProvider
RKE Openstack Cloud Provider config for Cloud Provider rke-openstack-cloud-provider (list maxitems:1)
Declaration
public Input<ClusterRkeConfigCloudProviderOpenstackCloudProviderArgs> OpenstackCloudProvider { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ClusterRkeConfigCloudProviderOpenstackCloudProviderArgs> |
VsphereCloudProvider
RKE Vsphere Cloud Provider config for Cloud Provider rke-vsphere-cloud-provider Extra argument name is required on virtual_center configuration. (list maxitems:1)
Declaration
public Input<ClusterRkeConfigCloudProviderVsphereCloudProviderArgs> VsphereCloudProvider { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ClusterRkeConfigCloudProviderVsphereCloudProviderArgs> |