VmSizeCompatibilityFilterV2 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 VmSizeCompatibilityFilterV2
type VmSizeCompatibilityFilterV2 = class
Public Class VmSizeCompatibilityFilterV2
Inheritance
VmSizeCompatibilityFilterV2

Constructors

VmSizeCompatibilityFilterV2()

Initializes a new instance of the VmSizeCompatibilityFilterV2 class.

VmSizeCompatibilityFilterV2(String, IList<String>, IList<String>, IList<String>, IList<String>, IList<String>, IList<String>, String, String)

Initializes a new instance of the VmSizeCompatibilityFilterV2 class.

Properties

ClusterFlavors

Gets or sets the list of cluster flavors under the effect of the filter.

ClusterVersions

Gets or sets the list of cluster versions affected in Major.Minor format.

ComputeIsolationSupported

Gets or sets whether support compute isolation. 'true' means only for ComputeIsolationEnabled, 'false' means only for regular cluster.

EspApplied

Gets or sets 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

Gets or sets the filtering mode. Effectively this can enabling or disabling the VM sizes in a particular set. Possible values include: 'Exclude', 'Include', 'Recommend', 'Default'

NodeTypes

Gets or sets the list of node types affected by the filter.

OsType

Gets or sets the OSType affected, Windows or Linux.

Regions

Gets or sets the list of regions under the effect of the filter.

VmSizes

Gets or sets the list of virtual machine sizes to include or exclude.

Applies to