View Source GoogleApi.Metastore.V1beta.Model.Consumer (google_api_metastore v0.7.0)

Contains information of the customer's network configurations.

Attributes

  • endpointLocation (type: String.t, default: nil) - Output only. The location of the endpoint URI. Format: projects/{project}/locations/{location}.
  • endpointUri (type: String.t, default: nil) - Output only. The URI of the endpoint used to access the metastore service.
  • subnetwork (type: String.t, default: nil) - 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}

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Metastore.V1beta.Model.Consumer{
  endpointLocation: String.t() | nil,
  endpointUri: String.t() | nil,
  subnetwork: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.