Class TypedExtensionConfig
Message type for extension configuration.
Implements
Inherited Members
Namespace: Google.Apis.TrafficDirectorService.v3.Data
Assembly: Google.Apis.TrafficDirectorService.v3.dll
Syntax
public class TypedExtensionConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
The name of an extension. This is not used to select the extension, instead it serves the role of an opaque identifier.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
TypedConfig
The typed config for the extension. The type URL will be used to identify the extension. In the case that
the type URL is xds.type.v3.TypedStruct (or, for historical reasons, udpa.type.v1.TypedStruct), the
inner type URL of TypedStruct will be utilized. See the :ref:extension configuration overview
for
further details.
Declaration
[JsonProperty("typedConfig")]
public virtual IDictionary<string, object> TypedConfig { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, object> |