Class ClusterState
Inheritance
System.Object
ClusterState
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 ClusterState : ResourceArgs
Constructors
View Source
ClusterState()
Declaration
Properties
View Source
ApiAddress
Declaration
public Input<string> ApiAddress { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
ClusterTemplateId
Declaration
public Input<string> ClusterTemplateId { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
CoeVersion
Declaration
public Input<string> CoeVersion { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
ContainerVersion
Declaration
public Input<string> ContainerVersion { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
CreatedAt
Declaration
public Input<string> CreatedAt { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
CreateTimeout
Declaration
public Input<int> CreateTimeout { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
DiscoveryUrl
Declaration
public Input<string> DiscoveryUrl { 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
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
Keypair
Declaration
public Input<string> Keypair { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Kubeconfig
Declaration
public Input<ClusterKubeconfigGetArgs> Kubeconfig { get; set; }
Property Value
View Source
Labels
Declaration
public InputMap<object> Labels { get; set; }
Property Value
| Type |
Description |
| InputMap<System.Object> |
|
View Source
MasterAddresses
Declaration
public InputList<string> MasterAddresses { get; set; }
Property Value
View Source
MasterCount
Declaration
public Input<int> MasterCount { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
MasterFlavor
Declaration
public Input<string> MasterFlavor { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Name
Declaration
public Input<string> Name { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
NodeAddresses
Declaration
public InputList<string> NodeAddresses { get; set; }
Property Value
View Source
NodeCount
Declaration
public Input<int> NodeCount { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
ProjectId
Declaration
public Input<string> ProjectId { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Region
Declaration
public Input<string> Region { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
StackId
Declaration
public Input<string> StackId { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
UpdatedAt
Declaration
public Input<string> UpdatedAt { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
UserId
Declaration
public Input<string> UserId { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|