Reference documentation and code samples for the Google Cloud Memorystore V1beta Client class DiscoveryEndpoint.
Represents an endpoint for clients to connect to the instance.
Generated from protobuf message google.cloud.memorystore.v1beta.DiscoveryEndpoint
Namespace
Google \ Cloud \ Memorystore \ V1betaMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ address
string
Output only. IP address of the exposed endpoint clients connect to.
↳ port
int
Output only. The port number of the exposed endpoint.
↳ network
string
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}.
getAddress
Output only. IP address of the exposed endpoint clients connect to.
string
setAddress
Output only. IP address of the exposed endpoint clients connect to.
var
string
$this
getPort
Output only. The port number of the exposed endpoint.
int
setPort
Output only. The port number of the exposed endpoint.
var
int
$this
getNetwork
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}.
string
setNetwork
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}.
var
string
$this