Class Consumer
Contains information of the customer's network configurations.
Implements
Inherited Members
Namespace: Google.Apis.DataprocMetastore.v1beta.Data
Assembly: Google.Apis.DataprocMetastore.v1beta.dll
Syntax
public class Consumer : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EndpointLocation
Output only. The location of the endpoint URI. Format: projects/{project}/locations/{location}.
Declaration
[JsonProperty("endpointLocation")]
public virtual string EndpointLocation { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EndpointUri
Output only. The URI of the endpoint used to access the metastore service.
Declaration
[JsonProperty("endpointUri")]
public virtual string EndpointUri { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Subnetwork
Immutable. The subnetwork of the customer project from which an IP address is reserved and used as the Dataproc Metastore service's endpoint. It is accessible to hosts in the subnet and to all hosts in a subnet in the same region and same network. There must be at least one IP address available in the subnet's primary range. The subnet is specified in the following form:projects/{project_number}/regions/{region_id}/subnetworks/{subnetwork_id}
Declaration
[JsonProperty("subnetwork")]
public virtual string Subnetwork { get; set; }
Property Value
| Type | Description |
|---|---|
| string |