public sealed class DiscoveryEndpoint : IMessage<DiscoveryEndpoint>, IEquatable<DiscoveryEndpoint>, IDeepCloneable<DiscoveryEndpoint>, IBufferMessage, IMessage
Reference documentation and code samples for the Memorystore v1beta API class DiscoveryEndpoint.
Represents an endpoint for clients to connect to the instance.
Implements
IMessageDiscoveryEndpoint, IEquatableDiscoveryEndpoint, IDeepCloneableDiscoveryEndpoint, IBufferMessage, IMessageNamespace
Google.Cloud.Memorystore.V1BetaAssembly
Google.Cloud.Memorystore.V1Beta.dll
Constructors
DiscoveryEndpoint()
public DiscoveryEndpoint()
DiscoveryEndpoint(DiscoveryEndpoint)
public DiscoveryEndpoint(DiscoveryEndpoint other)
Parameter | |
---|---|
Name | Description |
other |
DiscoveryEndpoint |
Properties
Address
public string Address { get; set; }
Output only. IP address of the exposed endpoint clients connect to.
Property Value | |
---|---|
Type | Description |
string |
Network
public string Network { get; set; }
Output only. The network where the IP address of the discovery endpoint will be reserved, in the form of projects/{network_project}/global/networks/{network_id}.
Property Value | |
---|---|
Type | Description |
string |
NetworkAsNetworkName
public NetworkName NetworkAsNetworkName { get; set; }
NetworkName-typed view over the Network resource name property.
Property Value | |
---|---|
Type | Description |
NetworkName |
Port
public int Port { get; set; }
Output only. The port number of the exposed endpoint.
Property Value | |
---|---|
Type | Description |
int |