Class ClusterNodeType
Inheritance
Inherited Members
Namespace: Pulumi.Azure.ServiceFabric.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ClusterNodeType
Fields
View SourceApplicationPorts
A application_ports block as defined below.
Declaration
public readonly ClusterNodeTypeApplicationPorts ApplicationPorts
Field Value
| Type | Description |
|---|---|
| ClusterNodeTypeApplicationPorts |
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 readonly ImmutableDictionary<string, string> Capacities
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, 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 readonly int ClientEndpointPort
Field Value
| Type | Description |
|---|---|
| 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 readonly string DurabilityLevel
Field Value
| Type | Description |
|---|---|
| System.String |
EphemeralPorts
A ephemeral_ports block as defined below.
Declaration
public readonly ClusterNodeTypeEphemeralPorts EphemeralPorts
Field Value
| Type | Description |
|---|---|
| ClusterNodeTypeEphemeralPorts |
HttpEndpointPort
The Port used for the HTTP Endpoint for this Node Type. Changing this forces a new resource to be created.
Declaration
public readonly int HttpEndpointPort
Field Value
| Type | Description |
|---|---|
| System.Int32 |
InstanceCount
The number of nodes for this Node Type.
Declaration
public readonly int InstanceCount
Field Value
| Type | Description |
|---|---|
| System.Int32 |
IsPrimary
Is this the Primary Node Type? Changing this forces a new resource to be created.
Declaration
public readonly bool IsPrimary
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Name
The name of the Node Type. Changing this forces a new resource to be created.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| 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 readonly ImmutableDictionary<string, string> PlacementProperties
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.String> |
ReverseProxyEndpointPort
The Port used for the Reverse Proxy Endpoint for this Node Type. Changing this will upgrade the cluster.
Declaration
public readonly int? ReverseProxyEndpointPort
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |