Google Cloud BeyondCorp AppConnections V1 Client - Class ApplicationEndpoint (0.2.2)

Reference documentation and code samples for the Google Cloud BeyondCorp AppConnections V1 Client class ApplicationEndpoint.

ApplicationEndpoint represents a remote application endpoint.

Generated from protobuf message google.cloud.beyondcorp.appconnections.v1.AppConnection.ApplicationEndpoint

Namespace

Google \ Cloud \ BeyondCorp \ AppConnections \ V1 \ AppConnection

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ host string

Required. Hostname or IP address of the remote application endpoint.

↳ port int

Required. Port of the remote application endpoint.

getHost

Required. Hostname or IP address of the remote application endpoint.

Returns
TypeDescription
string

setHost

Required. Hostname or IP address of the remote application endpoint.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPort

Required. Port of the remote application endpoint.

Returns
TypeDescription
int

setPort

Required. Port of the remote application endpoint.

Parameter
NameDescription
var int
Returns
TypeDescription
$this