Class ClusterRkeConfigCloudProviderGetArgs
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 ClusterRkeConfigCloudProviderGetArgs : ResourceArgs
Constructors
View SourceClusterRkeConfigCloudProviderGetArgs()
Declaration
public ClusterRkeConfigCloudProviderGetArgs()
Properties
View SourceAwsCloudProvider
RKE AWS Cloud Provider config for Cloud Provider rke-aws-cloud-provider (list maxitems:1)
Declaration
public Input<ClusterRkeConfigCloudProviderAwsCloudProviderGetArgs> AwsCloudProvider { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ClusterRkeConfigCloudProviderAwsCloudProviderGetArgs> |
AzureCloudProvider
RKE Azure Cloud Provider config for Cloud Provider rke-azure-cloud-provider (list maxitems:1)
Declaration
public Input<ClusterRkeConfigCloudProviderAzureCloudProviderGetArgs> AzureCloudProvider { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ClusterRkeConfigCloudProviderAzureCloudProviderGetArgs> |
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<ClusterRkeConfigCloudProviderOpenstackCloudProviderGetArgs> OpenstackCloudProvider { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ClusterRkeConfigCloudProviderOpenstackCloudProviderGetArgs> |
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<ClusterRkeConfigCloudProviderVsphereCloudProviderGetArgs> VsphereCloudProvider { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ClusterRkeConfigCloudProviderVsphereCloudProviderGetArgs> |