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.alpha.Data
Assembly: Google.Apis.Compute.alpha.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] Creation timestamp in RFC3339 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] 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] Type of the resource. Always compute#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 with RFC1035. 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

SelfLink

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

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

SelfLinkWithId

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

ServiceLevel

Service level details determined for the wire group configuration.

Declaration
[JsonProperty("serviceLevel")]
public virtual WireGroupServiceLevel ServiceLevel { get; set; }
Property Value
Type Description
WireGroupServiceLevel

Topology

Topology details for the wire group configuration.

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

WireGroupProperties

Properties of the wire group.

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

WireInputs

A map that contains optional settings for individual wires. Specify key-value pairs for the map as follows:

  • Key: the label of an existing wire. To view a wire label and its format, see the wires[].label field. - Value: a WireInputs object.
Declaration
[JsonProperty("wireInputs")]
public virtual IDictionary<string, WireGroupWireInputs> WireInputs { get; set; }
Property Value
Type Description
IDictionary<string, WireGroupWireInputs>

WireProperties

Properties for all wires in the wire group.

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

Wires

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