Share via


BandwidthSetting Class

Definition

The bandwidth setting.

[Microsoft.Rest.Serialization.JsonTransformation]
public class BandwidthSetting : Microsoft.Azure.Management.StorSimple8000Series.Models.BaseModel
[<Microsoft.Rest.Serialization.JsonTransformation>]
type BandwidthSetting = class
    inherit BaseModel
Public Class BandwidthSetting
Inherits BaseModel
Inheritance
BandwidthSetting
Attributes

Constructors

BandwidthSetting()

Initializes a new instance of the BandwidthSetting class.

BandwidthSetting(IList<BandwidthSchedule>, String, String, String, Nullable<Kind>, Nullable<Int32>)

Initializes a new instance of the BandwidthSetting class.

Properties

Id

Gets the path ID that uniquely identifies the object.

(Inherited from BaseModel)
Kind

Gets or sets the Kind of the object. Currently only Series8000 is supported. Possible values include: 'Series8000'

(Inherited from BaseModel)
Name

Gets the name of the object.

(Inherited from BaseModel)
Schedules

Gets or sets the schedules.

Type

Gets the hierarchical type of the object.

(Inherited from BaseModel)
VolumeCount

Gets the number of volumes that uses the bandwidth setting.

Methods

Validate()

Validate the object.

Applies to