Show / Hide Table of Contents

Class Wire

A pseudowire that connects two Interconnect connections.

Inheritance
object
Wire
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.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class Wire : IDirectResponseSchema

Properties

AdminEnabled

[Output Only] Indicates whether the wire is enabled. When false, the wire is disabled. When true and when the wire group of the wire is also enabled, the wire is enabled. Defaults to true.

Declaration
[JsonProperty("adminEnabled")]
public virtual bool? AdminEnabled { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

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

Endpoints

Wire endpoints are specific Interconnect connections.

Declaration
[JsonProperty("endpoints")]
public virtual IList<WireEndpoint> Endpoints { get; set; }
Property Value
Type Description
IList<WireEndpoint>

Label

[Output Only] A label that identifies the wire. The format of this label combines the existing labels of the wire group endpoints and Interconnect connections used by this wire in alphabetical order as follows: ENDPOINT_A+CONNECTION_A1,ENDPOINT_B+CONNECTION_B1, where: - ENDPOINT_A and ENDPOINT_B: are the labels that you entered as map keys when you specified the wire group endpoint objects. - CONNECTION_A1 and CONNECTION_B1: are the labels that you entered as map keys when you specified the wire group Interconnect objects.

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

WireProperties

[Output Only] Properties of the wire.

Declaration
[JsonProperty("wireProperties")]
public virtual WireProperties WireProperties { get; set; }
Property Value
Type Description
WireProperties

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX