GetClusterResult

data class GetClusterResult(val aggregatorOrSingleRackDefinition: RackDefinitionResponse, val analyticsOutputSettings: AnalyticsOutputSettingsResponse? = null, val analyticsWorkspaceId: String? = null, val availableUpgradeVersions: List<ClusterAvailableUpgradeVersionResponse>, val azureApiVersion: String, val clusterCapacity: ClusterCapacityResponse, val clusterConnectionStatus: String, val clusterExtendedLocation: ExtendedLocationResponse, val clusterLocation: String? = null, val clusterManagerConnectionStatus: String, val clusterManagerId: String, val clusterServicePrincipal: ServicePrincipalInformationResponse? = null, val clusterType: String, val clusterVersion: String, val commandOutputSettings: CommandOutputSettingsResponse? = null, val computeDeploymentThreshold: ValidationThresholdResponse? = null, val computeRackDefinitions: List<RackDefinitionResponse>? = null, val detailedStatus: String, val detailedStatusMessage: String, val etag: String, val extendedLocation: ExtendedLocationResponse, val hybridAksExtendedLocation: ExtendedLocationResponse, val id: String, val identity: ManagedServiceIdentityResponse? = null, val location: String, val managedResourceGroupConfiguration: ManagedResourceGroupConfigurationResponse? = null, val manualActionCount: Double, val name: String, val networkFabricId: String, val provisioningState: String, val runtimeProtectionConfiguration: RuntimeProtectionConfigurationResponse? = null, val secretArchive: ClusterSecretArchiveResponse? = null, val secretArchiveSettings: SecretArchiveSettingsResponse? = null, val supportExpiryDate: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val updateStrategy: ClusterUpdateStrategyResponse? = null, val vulnerabilityScanningSettings: VulnerabilityScanningSettingsResponse? = null, val workloadResourceIds: List<String>)

Constructors

Link copied to clipboard
constructor(aggregatorOrSingleRackDefinition: RackDefinitionResponse, analyticsOutputSettings: AnalyticsOutputSettingsResponse? = null, analyticsWorkspaceId: String? = null, availableUpgradeVersions: List<ClusterAvailableUpgradeVersionResponse>, azureApiVersion: String, clusterCapacity: ClusterCapacityResponse, clusterConnectionStatus: String, clusterExtendedLocation: ExtendedLocationResponse, clusterLocation: String? = null, clusterManagerConnectionStatus: String, clusterManagerId: String, clusterServicePrincipal: ServicePrincipalInformationResponse? = null, clusterType: String, clusterVersion: String, commandOutputSettings: CommandOutputSettingsResponse? = null, computeDeploymentThreshold: ValidationThresholdResponse? = null, computeRackDefinitions: List<RackDefinitionResponse>? = null, detailedStatus: String, detailedStatusMessage: String, etag: String, extendedLocation: ExtendedLocationResponse, hybridAksExtendedLocation: ExtendedLocationResponse, id: String, identity: ManagedServiceIdentityResponse? = null, location: String, managedResourceGroupConfiguration: ManagedResourceGroupConfigurationResponse? = null, manualActionCount: Double, name: String, networkFabricId: String, provisioningState: String, runtimeProtectionConfiguration: RuntimeProtectionConfigurationResponse? = null, secretArchive: ClusterSecretArchiveResponse? = null, secretArchiveSettings: SecretArchiveSettingsResponse? = null, supportExpiryDate: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, updateStrategy: ClusterUpdateStrategyResponse? = null, vulnerabilityScanningSettings: VulnerabilityScanningSettingsResponse? = null, workloadResourceIds: List<String>)

Types

Link copied to clipboard
object Companion

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

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

Link copied to clipboard

The list of cluster runtime version upgrades available for this cluster.

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

The capacity supported by this cluster.

Link copied to clipboard

The latest heartbeat status between the cluster manager and the cluster.

Link copied to clipboard

The extended location (custom location) that represents the cluster's control plane location. This extended location is used to route the requests of child objects of the cluster that are handled by the platform operator.

Link copied to clipboard
val clusterLocation: String? = null

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

Link copied to clipboard

The latest connectivity status between cluster manager and the cluster.

Link copied to clipboard

The resource ID of the cluster manager that manages this cluster. This is set by the Cluster Manager when the cluster is created.

Link copied to clipboard

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

Link copied to clipboard

The type of rack configuration for the cluster.

Link copied to clipboard

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 current detailed status of the cluster.

Link copied to clipboard

The descriptive message about the detailed status.

Link copied to clipboard

Resource ETag.

Link copied to clipboard

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

Link copied to clipboard

Field Deprecated. This field will not be populated in an upcoming version. The extended location (custom location) that represents the Hybrid AKS control plane location. This extended location is used when creating provisioned clusters (Hybrid AKS clusters).

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

Link copied to clipboard

The identity for the resource.

Link copied to clipboard

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

The count of Manual Action Taken (MAT) events that have not been validated.

Link copied to clipboard

The name of the resource

Link copied to clipboard

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

Link copied to clipboard

The provisioning state of the cluster.

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

The support end date of the runtime version of the cluster.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

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

Resource tags.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

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.

Link copied to clipboard

The list of workload resource IDs that are hosted within this cluster.