public sealed class NetworkConfig.Types.Consumer : IMessage<NetworkConfig.Types.Consumer>, IEquatable<NetworkConfig.Types.Consumer>, IDeepCloneable<NetworkConfig.Types.Consumer>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataproc Metastore v1alpha API class NetworkConfig.Types.Consumer.
Contains information of the customer's network configurations.
Next available ID: 5
Implements
IMessageNetworkConfigTypesConsumer, IEquatableNetworkConfigTypesConsumer, IDeepCloneableNetworkConfigTypesConsumer, IBufferMessage, IMessageNamespace
Google.Cloud.Metastore.V1AlphaAssembly
Google.Cloud.Metastore.V1Alpha.dll
Constructors
Consumer()
public Consumer()
Consumer(Consumer)
public Consumer(NetworkConfig.Types.Consumer other)
Parameter | |
---|---|
Name | Description |
other |
NetworkConfigTypesConsumer |
Properties
EndpointLocation
public string EndpointLocation { get; set; }
Output only. The location of the endpoint URI. Format:
projects/{project}/locations/{location}
.
Property Value | |
---|---|
Type | Description |
string |
EndpointUri
public string EndpointUri { get; set; }
Output only. The URI of the endpoint used to access the metastore service.
Property Value | |
---|---|
Type | Description |
string |
HasSubnetwork
public bool HasSubnetwork { get; }
Gets whether the "subnetwork" field is set
Property Value | |
---|---|
Type | Description |
bool |
Subnetwork
public string Subnetwork { get; set; }
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}
Property Value | |
---|---|
Type | Description |
string |
VpcResourceCase
public NetworkConfig.Types.Consumer.VpcResourceOneofCase VpcResourceCase { get; }
Property Value | |
---|---|
Type | Description |
NetworkConfigTypesConsumerVpcResourceOneofCase |