Show / Hide Table of Contents

Class ClusterArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ClusterArgs
Inherited Members
ResourceArgs.Empty
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.OpenStack.ContainerInfra
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class ClusterArgs : ResourceArgs

Constructors

View Source

ClusterArgs()

Declaration
public ClusterArgs()

Properties

View Source

ClusterTemplateId

Declaration
public Input<string> ClusterTemplateId { 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

Labels

Declaration
public InputMap<object> Labels { get; set; }
Property Value
Type Description
InputMap<System.Object>
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

NodeCount

Declaration
public Input<int> NodeCount { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Region

Declaration
public Input<string> Region { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.