Show / Hide Table of Contents

Class DynamicCluster

Describes a dynamically loaded cluster via the CDS API.

Inheritance
System.Object
DynamicCluster
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.TrafficDirectorService.v2.Data
Assembly: Google.Apis.TrafficDirectorService.v2.dll
Syntax
public class DynamicCluster : IDirectResponseSchema

Properties

Cluster

The cluster config.

Declaration
[JsonProperty("cluster")]
public virtual IDictionary<string, object> Cluster { get; set; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, System.Object>

ETag

The ETag of the item.

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

LastUpdated

The timestamp when the Cluster was last updated.

Declaration
[JsonProperty("lastUpdated")]
public virtual object LastUpdated { get; set; }
Property Value
Type Description
System.Object

VersionInfo

This is the per-resource version information. This version is currently taken from the :ref:version_info field at the time that the cluster was loaded. In the future, discrete per-cluster versions may be supported by the API.

Declaration
[JsonProperty("versionInfo")]
public virtual string VersionInfo { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
In This Article
Back to top