Show / Hide Table of Contents

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.

Inheritance
object
UpdateConsumerConfigRequest
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX