Show / Hide Table of Contents

Class TargetPoolsAddInstanceRequest

Inheritance
System.Object
TargetPoolsAddInstanceRequest
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class TargetPoolsAddInstanceRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Instances

A full or partial URL to an instance to add to this target pool. This can be a full or partial URL. For example, the following are valid URLs: - https://www.googleapis.com/compute/v1/projects/project-id/zones/zone /instances/instance-name - projects/project-id/zones/zone/instances/instance-name - zones/zone/instances/instance-name

Declaration
[JsonProperty("instances")]
public virtual IList<InstanceReference> Instances { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<InstanceReference>

Implements

IDirectResponseSchema
In This Article
Back to top