Share via


HDInsightVmSizeCompatibilityFilterV2 Class

Definition

This class represent a single filter object that defines a multidimensional set. The dimensions of this set are Regions, ClusterFlavors, NodeTypes and ClusterVersions. The constraint should be defined based on the following: FilterMode (Exclude vs Include), VMSizes (the vm sizes in affect of exclusion/inclusion) and the ordering of the Filters. Later filters override previous settings if conflicted.

public class HDInsightVmSizeCompatibilityFilterV2
type HDInsightVmSizeCompatibilityFilterV2 = class
Public Class HDInsightVmSizeCompatibilityFilterV2
Inheritance
HDInsightVmSizeCompatibilityFilterV2

Properties

ClusterFlavors

The list of cluster flavors under the effect of the filter.

ClusterVersions

The list of cluster versions affected in Major.Minor format.

EspApplied

Whether apply for ESP cluster. 'true' means only for ESP, 'false' means only for non-ESP, null or empty string or others mean for both.

FilterMode

The filtering mode. Effectively this can enabling or disabling the VM sizes in a particular set.

IsComputeIsolationSupported

Whether support compute isolation. 'true' means only for ComputeIsolationEnabled, 'false' means only for regular cluster.

NodeTypes

The list of node types affected by the filter.

OSType

The OSType affected, Windows or Linux.

Regions

The list of regions under the effect of the filter.

VmSizes

The list of virtual machine sizes to include or exclude.

Applies to