BandwidthSetting Class

Definition

This class represents band width setting

public class BandwidthSetting
type BandwidthSetting = class
Public Class BandwidthSetting
Inheritance
BandwidthSetting

Constructors

BandwidthSetting()

Initializes a new instance of the BandwidthSetting class.

BandwidthSetting(String, List<BandwidthSchedule>, Int32)

Initializes a new instance of the BandwidthSetting class with required arguments.

Properties

CreatedFromTemplateId

Required. Gets or sets the id of the template from which the bandwidth setting is created.

InstanceId

Optional. Gets or sets the instance id of the bandwidth setting

Name

Required. Gets or sets the name of the bandwidth setting

OperationInProgress

Optional. Gets or sets a value indicating whether there is an operation in progress

Schedules

Required. Gets or sets bandwidth schedule associated current bandwidth setting.

VolumeCount

Optional. Gets or sets the count of volumes to which the bandwidth setting is applied.

Applies to