Show / Hide Table of Contents

Class ClusterNodeTypeGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ClusterNodeTypeGetArgs
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.Azure.ServiceFabric.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ClusterNodeTypeGetArgs : ResourceArgs

Constructors

View Source

ClusterNodeTypeGetArgs()

Declaration
public ClusterNodeTypeGetArgs()

Properties

View Source

ApplicationPorts

A application_ports block as defined below.

Declaration
public Input<ClusterNodeTypeApplicationPortsGetArgs> ApplicationPorts { get; set; }
Property Value
Type Description
Input<ClusterNodeTypeApplicationPortsGetArgs>
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 InputMap<string> Capacities { get; set; }
Property Value
Type Description
InputMap<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 Input<int> ClientEndpointPort { get; set; }
Property Value
Type Description
Input<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 Input<string> DurabilityLevel { get; set; }
Property Value
Type Description
Input<System.String>
View Source

EphemeralPorts

A ephemeral_ports block as defined below.

Declaration
public Input<ClusterNodeTypeEphemeralPortsGetArgs> EphemeralPorts { get; set; }
Property Value
Type Description
Input<ClusterNodeTypeEphemeralPortsGetArgs>
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 Input<int> HttpEndpointPort { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

InstanceCount

The number of nodes for this Node Type.

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

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

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>
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 InputMap<string> PlacementProperties { get; set; }
Property Value
Type Description
InputMap<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 Input<int> ReverseProxyEndpointPort { get; set; }
Property Value
Type Description
Input<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.