Class StormClusterRolesWorkerNodeArgs
Inherited Members
Namespace: Pulumi.Azure.HDInsight.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class StormClusterRolesWorkerNodeArgs : ResourceArgs
Constructors
View SourceStormClusterRolesWorkerNodeArgs()
Declaration
public StormClusterRolesWorkerNodeArgs()
Properties
View SourceMinInstanceCount
The minimum number of instances which should be run for the Worker Nodes. Changing this forces a new resource to be created.
Declaration
public Input<int> MinInstanceCount { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Password
The Password associated with the local administrator for the Worker Nodes. Changing this forces a new resource to be created.
Declaration
public Input<string> Password { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SshKeys
A list of SSH Keys which should be used for the local administrator on the Worker Nodes. Changing this forces a new resource to be created.
Declaration
public InputList<string> SshKeys { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
SubnetId
The ID of the Subnet within the Virtual Network where the Worker Nodes should be provisioned within. Changing this forces a new resource to be created.
Declaration
public Input<string> SubnetId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TargetInstanceCount
The number of instances which should be run for the Worker Nodes.
Declaration
public Input<int> TargetInstanceCount { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Username
The Username of the local administrator for the Worker Nodes. Changing this forces a new resource to be created.
Declaration
public Input<string> Username { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
VirtualNetworkId
The ID of the Virtual Network where the Worker Nodes should be provisioned within. Changing this forces a new resource to be created.
Declaration
public Input<string> VirtualNetworkId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
VmSize
The Size of the Virtual Machine which should be used as the Worker Nodes. Changing this forces a new resource to be created.
Declaration
public Input<string> VmSize { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |