Show / Hide Table of Contents

Class VirtualCircuitBandwidthShape

An individual bandwidth level for virtual circuits.

Inheritance
object
VirtualCircuitBandwidthShape
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.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.
Example: 10000

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.
Example: 10 Gbps

Remarks

Required

In this article
Back to top