Show / Hide Table of Contents

Class TargetPoolsAddInstanceRequest

Inheritance
object
TargetPoolsAddInstanceRequest
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 TargetPoolsAddInstanceRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
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
IList<InstanceReference>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX