Show / Hide Table of Contents

Class WireGroup

A resource that represents a group of redundant wires.

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

Properties

AdminEnabled

Indicates whether the wires in the wire group are enabled. When false, the wires in the wire group are disabled. When true and when there is simultaneously no wire-specific override of adminEnabled to false, a given wire is enabled. Defaults to true.

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

CreationTimestamp

Output only. [Output Only] Creation timestamp inRFC3339 text format.

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

Description

An optional description of the wire group.

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

ETag

The ETag of the item.

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

Endpoints

A map that contains the logical endpoints of the wire group. Specify key-value pairs for the map as follows: - Key: an RFC1035 user-specified label. - Value: an Endpoint object.

Declaration
[JsonProperty("endpoints")]
public virtual IDictionary<string, WireGroupEndpoint> Endpoints { get; set; }
Property Value
Type Description
IDictionary<string, WireGroupEndpoint>

Id

Output only. [Output Only] The unique identifier for the resource type. The server generates this identifier.

Declaration
[JsonProperty("id")]
public virtual ulong? Id { get; set; }
Property Value
Type Description
ulong?

Kind

Output only. [Output Only] Type of the resource. Alwayscompute#wireGroups for wire groups.

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

Name

Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply withRFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.

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

Reconciling

Output only. [Output Only] Indicates whether there are wire changes yet to be processed.

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

SelfLink

Output only. [Output Only] Server-defined URL for the resource.

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

Topology

Output only. Topology details for the wire group configuration.

Declaration
[JsonProperty("topology")]
public virtual WireGroupTopology Topology { get; set; }
Property Value
Type Description
WireGroupTopology

WireProperties

Properties for all wires in the wire group.

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

Wires

Output only. The single/redundant wire(s) managed by the wire group.

Declaration
[JsonProperty("wires")]
public virtual IList<Wire> Wires { get; set; }
Property Value
Type Description
IList<Wire>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX