ClusterArgs

data class ClusterArgs(val aggregatorOrSingleRackDefinition: Output<RackDefinitionArgs>? = null, val analyticsOutputSettings: Output<AnalyticsOutputSettingsArgs>? = null, val analyticsWorkspaceId: Output<String>? = null, val clusterLocation: Output<String>? = null, val clusterName: Output<String>? = null, val clusterServicePrincipal: Output<ServicePrincipalInformationArgs>? = null, val clusterType: Output<Either<String, ClusterType>>? = null, val clusterVersion: Output<String>? = null, val commandOutputSettings: Output<CommandOutputSettingsArgs>? = null, val computeDeploymentThreshold: Output<ValidationThresholdArgs>? = null, val computeRackDefinitions: Output<List<RackDefinitionArgs>>? = null, val extendedLocation: Output<ExtendedLocationArgs>? = null, val identity: Output<ManagedServiceIdentityArgs>? = null, val location: Output<String>? = null, val managedResourceGroupConfiguration: Output<ManagedResourceGroupConfigurationArgs>? = null, val networkFabricId: Output<String>? = null, val resourceGroupName: Output<String>? = null, val runtimeProtectionConfiguration: Output<RuntimeProtectionConfigurationArgs>? = null, val secretArchive: Output<ClusterSecretArchiveArgs>? = null, val secretArchiveSettings: Output<SecretArchiveSettingsArgs>? = null, val tags: Output<Map<String, String>>? = null, val updateStrategy: Output<ClusterUpdateStrategyArgs>? = null, val vulnerabilityScanningSettings: Output<VulnerabilityScanningSettingsArgs>? = null) : ConvertibleToJava<ClusterArgs>

Uses Azure REST API version 2025-02-01. In version 2.x of the Azure Native provider, it used API version 2023-10-01-preview. Other available API versions: 2023-10-01-preview, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native networkcloud [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Import

An existing resource can be imported using its type token, name, and identifier, e.g.

$ pulumi import azure-native:networkcloud:Cluster clusterName /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/clusters/{clusterName}

Constructors

Link copied to clipboard
constructor(aggregatorOrSingleRackDefinition: Output<RackDefinitionArgs>? = null, analyticsOutputSettings: Output<AnalyticsOutputSettingsArgs>? = null, analyticsWorkspaceId: Output<String>? = null, clusterLocation: Output<String>? = null, clusterName: Output<String>? = null, clusterServicePrincipal: Output<ServicePrincipalInformationArgs>? = null, clusterType: Output<Either<String, ClusterType>>? = null, clusterVersion: Output<String>? = null, commandOutputSettings: Output<CommandOutputSettingsArgs>? = null, computeDeploymentThreshold: Output<ValidationThresholdArgs>? = null, computeRackDefinitions: Output<List<RackDefinitionArgs>>? = null, extendedLocation: Output<ExtendedLocationArgs>? = null, identity: Output<ManagedServiceIdentityArgs>? = null, location: Output<String>? = null, managedResourceGroupConfiguration: Output<ManagedResourceGroupConfigurationArgs>? = null, networkFabricId: Output<String>? = null, resourceGroupName: Output<String>? = null, runtimeProtectionConfiguration: Output<RuntimeProtectionConfigurationArgs>? = null, secretArchive: Output<ClusterSecretArchiveArgs>? = null, secretArchiveSettings: Output<SecretArchiveSettingsArgs>? = null, tags: Output<Map<String, String>>? = null, updateStrategy: Output<ClusterUpdateStrategyArgs>? = null, vulnerabilityScanningSettings: Output<VulnerabilityScanningSettingsArgs>? = null)

Properties

Link copied to clipboard

The rack definition that is intended to reflect only a single rack in a single rack cluster, or an aggregator rack in a multi-rack cluster.

Link copied to clipboard

The settings for the log analytics workspace used for output of logs from this cluster.

Link copied to clipboard
val analyticsWorkspaceId: Output<String>? = null

Field Deprecated. The resource ID of the Log Analytics Workspace that will be used for storing relevant logs.

Link copied to clipboard
val clusterLocation: Output<String>? = null

The customer-provided location information to identify where the cluster resides.

Link copied to clipboard
val clusterName: Output<String>? = null

The name of the cluster.

Link copied to clipboard

The service principal to be used by the cluster during Arc Appliance installation.

Link copied to clipboard
val clusterType: Output<Either<String, ClusterType>>? = null

The type of rack configuration for the cluster.

Link copied to clipboard
val clusterVersion: Output<String>? = null

The current runtime version of the cluster.

Link copied to clipboard

The settings for commands run in this cluster, such as bare metal machine run read only commands and data extracts.

Link copied to clipboard

The validation threshold indicating the allowable failures of compute machines during environment validation and deployment.

Link copied to clipboard

The list of rack definitions for the compute racks in a multi-rack cluster, or an empty list in a single-rack cluster.

Link copied to clipboard

The extended location of the cluster manager associated with the cluster.

Link copied to clipboard

The identity for the resource.

Link copied to clipboard
val location: Output<String>? = null

The geo-location where the resource lives

Link copied to clipboard

The configuration of the managed resource group associated with the resource.

Link copied to clipboard
val networkFabricId: Output<String>? = null

The resource ID of the Network Fabric associated with the cluster.

Link copied to clipboard
val resourceGroupName: Output<String>? = null

The name of the resource group. The name is case insensitive.

Link copied to clipboard

The settings for cluster runtime protection.

Link copied to clipboard

The configuration for use of a key vault to store secrets for later retrieval by the operator.

Link copied to clipboard

The settings for the secret archive used to hold credentials for the cluster.

Link copied to clipboard
val tags: Output<Map<String, String>>? = null

Resource tags.

Link copied to clipboard

The strategy for updating the cluster.

Link copied to clipboard

The settings for how security vulnerability scanning is applied to the cluster.

Functions

Link copied to clipboard
open override fun toJava(): ClusterArgs