Show / Hide Table of Contents

Class CloudInterconnectWorkload

Specifies usage for Cloud Interconnect resources.

Inheritance
object
CloudInterconnectWorkload
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.Cloudbilling.v1beta.Data
Assembly: Google.Apis.Cloudbilling.v1beta.dll
Syntax
public class CloudInterconnectWorkload : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

InterconnectAttachments

VLAN attachment used for interconnect.

Declaration
[JsonProperty("interconnectAttachments")]
public virtual IList<VlanAttachment> InterconnectAttachments { get; set; }
Property Value
Type Description
IList<VlanAttachment>

InterconnectType

VLAN attachment type

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

LinkType

Interconnect circuit link type.

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

ProvisionedLinkCount

Interconnect usage. This is specified as a unitless quantity which indicates the number of circuit provisioned in interconnect.

Declaration
[JsonProperty("provisionedLinkCount")]
public virtual Usage ProvisionedLinkCount { get; set; }
Property Value
Type Description
Usage

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX