Show / Hide Table of Contents

Class ClusterNodeType

Inheritance
System.Object
ClusterNodeType
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()
Namespace: Pulumi.Azure.ServiceFabric.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ClusterNodeType

Fields

View Source

ApplicationPorts

A application_ports block as defined below.

Declaration
public readonly ClusterNodeTypeApplicationPorts ApplicationPorts
Field Value
Type Description
ClusterNodeTypeApplicationPorts
View Source

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>
View Source

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
View Source

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
View Source

EphemeralPorts

A ephemeral_ports block as defined below.

Declaration
public readonly ClusterNodeTypeEphemeralPorts EphemeralPorts
Field Value
Type Description
ClusterNodeTypeEphemeralPorts
View Source

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
View Source

InstanceCount

The number of nodes for this Node Type.

Declaration
public readonly int InstanceCount
Field Value
Type Description
System.Int32
View Source

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
View Source

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
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.