Dataproc Metastore V1 API - Class Google::Cloud::Metastore::V1::NetworkConfig::Consumer (v0.6.0)

Reference documentation and code samples for the Dataproc Metastore V1 API class Google::Cloud::Metastore::V1::NetworkConfig::Consumer.

Contains information of the customer's network configurations.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#endpoint_uri

def endpoint_uri() -> ::String
Returns
  • (::String) — Output only. The URI of the endpoint used to access the metastore service.

#subnetwork

def subnetwork() -> ::String
Returns
  • (::String) — 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}

#subnetwork=

def subnetwork=(value) -> ::String
Parameter
  • value (::String) — 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}

Returns
  • (::String) — 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}