Class ClusterTemplateArgs
Inheritance
System.Object
ClusterTemplateArgs
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()
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class ClusterTemplateArgs : ResourceArgs
Constructors
View Source
ClusterTemplateArgs()
Declaration
public ClusterTemplateArgs()
Properties
View Source
ApiserverPort
Declaration
public Input<int> ApiserverPort { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
ClusterDistro
Declaration
public Input<string> ClusterDistro { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Coe
Declaration
public Input<string> Coe { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
DnsNameserver
Declaration
public Input<string> DnsNameserver { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
DockerStorageDriver
Declaration
public Input<string> DockerStorageDriver { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
DockerVolumeSize
Declaration
public Input<int> DockerVolumeSize { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
ExternalNetworkId
Declaration
public Input<string> ExternalNetworkId { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
FixedNetwork
Declaration
public Input<string> FixedNetwork { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
FixedSubnet
Declaration
public Input<string> FixedSubnet { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Flavor
Declaration
public Input<string> Flavor { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
FloatingIpEnabled
Declaration
public Input<bool> FloatingIpEnabled { get; set; }
Property Value
| Type |
Description |
| Input<System.Boolean> |
|
View Source
HttpProxy
Declaration
public Input<string> HttpProxy { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
HttpsProxy
Declaration
public Input<string> HttpsProxy { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Image
Declaration
public Input<string> Image { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
InsecureRegistry
Declaration
public Input<string> InsecureRegistry { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
KeypairId
Declaration
public Input<string> KeypairId { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Labels
Declaration
public InputMap<object> Labels { get; set; }
Property Value
| Type |
Description |
| InputMap<System.Object> |
|
View Source
MasterFlavor
Declaration
public Input<string> MasterFlavor { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
MasterLbEnabled
Declaration
public Input<bool> MasterLbEnabled { get; set; }
Property Value
| Type |
Description |
| Input<System.Boolean> |
|
View Source
Name
Declaration
public Input<string> Name { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
NetworkDriver
Declaration
public Input<string> NetworkDriver { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
NoProxy
Declaration
public Input<string> NoProxy { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Public
Declaration
public Input<bool> Public { get; set; }
Property Value
| Type |
Description |
| Input<System.Boolean> |
|
View Source
Region
Declaration
public Input<string> Region { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
RegistryEnabled
Declaration
public Input<bool> RegistryEnabled { get; set; }
Property Value
| Type |
Description |
| Input<System.Boolean> |
|
View Source
ServerType
Declaration
public Input<string> ServerType { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
TlsDisabled
Declaration
public Input<bool> TlsDisabled { get; set; }
Property Value
| Type |
Description |
| Input<System.Boolean> |
|
View Source
VolumeDriver
Declaration
public Input<string> VolumeDriver { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|