Class VirtualCircuitBandwidthShape
An individual bandwidth level for virtual circuits.
Inherited Members
Namespace: Oci.VnmonitoringService.Models
Assembly: OCI.DotNetSDK.Vnmonitoring.dll
Syntax
public class VirtualCircuitBandwidthShape
Properties
BandwidthInMbps
Declaration
[JsonProperty(PropertyName = "bandwidthInMbps")]
public int? BandwidthInMbps { get; set; }
Property Value
| Type | Description |
|---|---|
| int? | The bandwidth in Mbps.
|
Name
Declaration
[Required(ErrorMessage = "Name is required.")]
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The name of the bandwidth shape.
|
Remarks
Required