Reference documentation and code samples for the BeyondCorp AppConnections V1 API class Google::Cloud::BeyondCorp::AppConnections::V1::AppConnection::ApplicationEndpoint.
ApplicationEndpoint represents a remote application endpoint.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#host
def host() -> ::String
Returns
- (::String) — Required. Hostname or IP address of the remote application endpoint.
#host=
def host=(value) -> ::String
Parameter
- value (::String) — Required. Hostname or IP address of the remote application endpoint.
Returns
- (::String) — Required. Hostname or IP address of the remote application endpoint.
#port
def port() -> ::Integer
Returns
- (::Integer) — Required. Port of the remote application endpoint.
#port=
def port=(value) -> ::Integer
Parameter
- value (::Integer) — Required. Port of the remote application endpoint.
Returns
- (::Integer) — Required. Port of the remote application endpoint.