Class ClusterState
Inherited Members
Namespace: Pulumi.Azure.ServiceFabric
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ClusterState : ResourceArgs
Constructors
View SourceClusterState()
Declaration
public ClusterState()
Properties
View SourceAddOnFeatures
A List of one or more features which should be enabled, such as DnsService.
Declaration
public InputList<string> AddOnFeatures { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
AzureActiveDirectory
An azure_active_directory block as defined below.
Declaration
public Input<ClusterAzureActiveDirectoryGetArgs> AzureActiveDirectory { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ClusterAzureActiveDirectoryGetArgs> |
Certificate
A certificate block as defined below. Conflicts with certificate_common_names.
Declaration
public Input<ClusterCertificateGetArgs> Certificate { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ClusterCertificateGetArgs> |
CertificateCommonNames
A certificate_common_names block as defined below. Conflicts with certificate.
Declaration
public Input<ClusterCertificateCommonNamesGetArgs> CertificateCommonNames { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ClusterCertificateCommonNamesGetArgs> |
ClientCertificateCommonNames
A client_certificate_common_name block as defined below.
Declaration
public InputList<ClusterClientCertificateCommonNameGetArgs> ClientCertificateCommonNames { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ClusterClientCertificateCommonNameGetArgs> |
ClientCertificateThumbprints
One or two client_certificate_thumbprint blocks as defined below.
Declaration
public InputList<ClusterClientCertificateThumbprintGetArgs> ClientCertificateThumbprints { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ClusterClientCertificateThumbprintGetArgs> |
ClusterCodeVersion
Required if Upgrade Mode set to Manual, Specifies the Version of the Cluster Code of the cluster.
Declaration
public Input<string> ClusterCodeVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ClusterEndpoint
The Cluster Endpoint for this Service Fabric Cluster.
Declaration
public Input<string> ClusterEndpoint { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DiagnosticsConfig
A diagnostics_config block as defined below. Changing this forces a new resource to be created.
Declaration
public Input<ClusterDiagnosticsConfigGetArgs> DiagnosticsConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ClusterDiagnosticsConfigGetArgs> |
FabricSettings
One or more fabric_settings blocks as defined below.
Declaration
public InputList<ClusterFabricSettingGetArgs> FabricSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ClusterFabricSettingGetArgs> |
Location
Specifies the Azure Region where the Service Fabric Cluster should exist. Changing this forces a new resource to be created.
Declaration
public Input<string> Location { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ManagementEndpoint
Specifies the Management Endpoint of the cluster such as http://example.com. Changing this forces a new resource to be created.
Declaration
public Input<string> ManagementEndpoint { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the Service Fabric Cluster. Changing this forces a new resource to be created.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
NodeTypes
One or more node_type blocks as defined below.
Declaration
public InputList<ClusterNodeTypeGetArgs> NodeTypes { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ClusterNodeTypeGetArgs> |
ReliabilityLevel
Specifies the Reliability Level of the Cluster. Possible values include None, Bronze, Silver, Gold and Platinum.
Declaration
public Input<string> ReliabilityLevel { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ResourceGroupName
The name of the Resource Group in which the Service Fabric Cluster exists. Changing this forces a new resource to be created.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ReverseProxyCertificate
A reverse_proxy_certificate block as defined below.
Declaration
public Input<ClusterReverseProxyCertificateGetArgs> ReverseProxyCertificate { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ClusterReverseProxyCertificateGetArgs> |
Tags
A mapping of tags to assign to the resource.
Declaration
public InputMap<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |
UpgradeMode
Specifies the Upgrade Mode of the cluster. Possible values are Automatic or Manual.
Declaration
public Input<string> UpgradeMode { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
VmImage
Specifies the Image expected for the Service Fabric Cluster, such as Windows. Changing this forces a new resource to be created.
Declaration
public Input<string> VmImage { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |