Show / Hide Table of Contents

Class InterconnectApplicationAwareInterconnect

Configuration information for application awareness on this Cloud Interconnect.

Inheritance
object
InterconnectApplicationAwareInterconnect
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Compute.beta.Data
Assembly: Google.Apis.Compute.beta.dll
Syntax
public class InterconnectApplicationAwareInterconnect : IDirectResponseSchema

Properties

BandwidthPercentagePolicy

Declaration
[JsonProperty("bandwidthPercentagePolicy")]
public virtual InterconnectApplicationAwareInterconnectBandwidthPercentagePolicy BandwidthPercentagePolicy { get; set; }
Property Value
Type Description
InterconnectApplicationAwareInterconnectBandwidthPercentagePolicy

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ProfileDescription

Description for the application awareness profile on this Cloud Interconnect.

Declaration
[JsonProperty("profileDescription")]
public virtual string ProfileDescription { get; set; }
Property Value
Type Description
string

ShapeAveragePercentages

Optional field to specify a list of shape average percentages to be applied in conjunction with StrictPriorityPolicy or BandwidthPercentagePolicy.

Declaration
[JsonProperty("shapeAveragePercentages")]
public virtual IList<InterconnectApplicationAwareInterconnectBandwidthPercentage> ShapeAveragePercentages { get; set; }
Property Value
Type Description
IList<InterconnectApplicationAwareInterconnectBandwidthPercentage>

StrictPriorityPolicy

Declaration
[JsonProperty("strictPriorityPolicy")]
public virtual InterconnectApplicationAwareInterconnectStrictPriorityPolicy StrictPriorityPolicy { get; set; }
Property Value
Type Description
InterconnectApplicationAwareInterconnectStrictPriorityPolicy

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX