Class ClusterNodeTypeGetArgs
Inherited Members
Namespace: Pulumi.Azure.ServiceFabric.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ClusterNodeTypeGetArgs : ResourceArgs
Constructors
View SourceClusterNodeTypeGetArgs()
Declaration
public ClusterNodeTypeGetArgs()
Properties
View SourceApplicationPorts
A application_ports block as defined below.
Declaration
public Input<ClusterNodeTypeApplicationPortsGetArgs> ApplicationPorts { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ClusterNodeTypeApplicationPortsGetArgs> |
Capacities
The capacity tags applied to the nodes in the node type, the cluster resource manager uses these tags to understand how much resource a node has.
Declaration
public InputMap<string> Capacities { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |
ClientEndpointPort
The Port used for the Client Endpoint for this Node Type. Changing this forces a new resource to be created.
Declaration
public Input<int> ClientEndpointPort { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
DurabilityLevel
The Durability Level for this Node Type. Possible values include Bronze, Gold and Silver. Defaults to Bronze. Changing this forces a new resource to be created.
Declaration
public Input<string> DurabilityLevel { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
EphemeralPorts
A ephemeral_ports block as defined below.
Declaration
public Input<ClusterNodeTypeEphemeralPortsGetArgs> EphemeralPorts { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ClusterNodeTypeEphemeralPortsGetArgs> |
HttpEndpointPort
The Port used for the HTTP Endpoint for this Node Type. Changing this forces a new resource to be created.
Declaration
public Input<int> HttpEndpointPort { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
InstanceCount
The number of nodes for this Node Type.
Declaration
public Input<int> InstanceCount { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
IsPrimary
Is this the Primary Node Type? Changing this forces a new resource to be created.
Declaration
public Input<bool> IsPrimary { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Name
The name of the Node Type. Changing this forces a new resource to be created.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PlacementProperties
The placement tags applied to nodes in the node type, which can be used to indicate where certain services (workload) should run.
Declaration
public InputMap<string> PlacementProperties { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |
ReverseProxyEndpointPort
The Port used for the Reverse Proxy Endpoint for this Node Type. Changing this will upgrade the cluster.
Declaration
public Input<int> ReverseProxyEndpointPort { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |