Class CheckConsumerConfigRequest
Request for CheckConsumerConfig.
Implements
Inherited Members
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 |