Class UpdateConsumerConfigRequest
Request to update the configuration of a service networking connection including the import/export of custom routes and subnetwork routes with public IP.
Implements
Inherited Members
Namespace: Google.Apis.ServiceNetworking.v1.Data
Assembly: Google.Apis.ServiceNetworking.v1.dll
Syntax
public class UpdateConsumerConfigRequest : IDirectResponseSchema
Properties
ConsumerConfig
Required. The updated peering config.
Declaration
[JsonProperty("consumerConfig")]
public virtual ConsumerConfig ConsumerConfig { get; set; }
Property Value
Type | Description |
---|---|
ConsumerConfig |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |