Class CloudInterconnectWorkload
Specifies usage for Cloud Interconnect resources.
Implements
Inherited Members
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 |