Show / Hide Table of Contents

Class CheckConsumerConfigRequest

Request for CheckConsumerConfig.

Inheritance
object
CheckConsumerConfigRequest
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.Networkconnectivity.v1.Data
Assembly: Google.Apis.Networkconnectivity.v1.dll
Syntax
public class CheckConsumerConfigRequest : IDirectResponseSchema

Properties

ConsumerNetwork

Required. Full resource name of the consumer network. Example: - projects/{project}/global/networks/{network}.

Declaration
[JsonProperty("consumerNetwork")]
public virtual string ConsumerNetwork { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

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

EndpointProject

The project number or ID where the PSC endpoint is to be created.

Declaration
[JsonProperty("endpointProject")]
public virtual string EndpointProject { get; set; }
Property Value
Type Description
string

RequestedIpVersion

The requested IP Version

Declaration
[JsonProperty("requestedIpVersion")]
public virtual string RequestedIpVersion { get; set; }
Property Value
Type Description
string

ServiceClass

Required. The service class identifier of the producer.

Declaration
[JsonProperty("serviceClass")]
public virtual string ServiceClass { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX