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
defhost()->::String
Returns
(::String) — Required. Hostname or IP address of the remote application endpoint.
#host=
defhost=(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
defport()->::Integer
Returns
(::Integer) — Required. Port of the remote application endpoint.
#port=
defport=(value)->::Integer
Parameter
value (::Integer) — Required. Port of the remote application endpoint.
Returns
(::Integer) — Required. Port of the remote application endpoint.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# BeyondCorp AppConnections V1 API - Class Google::Cloud::BeyondCorp::AppConnections::V1::AppConnection::ApplicationEndpoint (v0.8.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.8.0 (latest)](/ruby/docs/reference/google-cloud-beyond_corp-app_connections-v1/latest/Google-Cloud-BeyondCorp-AppConnections-V1-AppConnection-ApplicationEndpoint)\n- [0.7.1](/ruby/docs/reference/google-cloud-beyond_corp-app_connections-v1/0.7.1/Google-Cloud-BeyondCorp-AppConnections-V1-AppConnection-ApplicationEndpoint)\n- [0.6.0](/ruby/docs/reference/google-cloud-beyond_corp-app_connections-v1/0.6.0/Google-Cloud-BeyondCorp-AppConnections-V1-AppConnection-ApplicationEndpoint)\n- [0.5.2](/ruby/docs/reference/google-cloud-beyond_corp-app_connections-v1/0.5.2/Google-Cloud-BeyondCorp-AppConnections-V1-AppConnection-ApplicationEndpoint)\n- [0.4.2](/ruby/docs/reference/google-cloud-beyond_corp-app_connections-v1/0.4.2/Google-Cloud-BeyondCorp-AppConnections-V1-AppConnection-ApplicationEndpoint)\n- [0.3.0](/ruby/docs/reference/google-cloud-beyond_corp-app_connections-v1/0.3.0/Google-Cloud-BeyondCorp-AppConnections-V1-AppConnection-ApplicationEndpoint)\n- [0.2.0](/ruby/docs/reference/google-cloud-beyond_corp-app_connections-v1/0.2.0/Google-Cloud-BeyondCorp-AppConnections-V1-AppConnection-ApplicationEndpoint)\n- [0.1.1](/ruby/docs/reference/google-cloud-beyond_corp-app_connections-v1/0.1.1/Google-Cloud-BeyondCorp-AppConnections-V1-AppConnection-ApplicationEndpoint) \nReference documentation and code samples for the BeyondCorp AppConnections V1 API class Google::Cloud::BeyondCorp::AppConnections::V1::AppConnection::ApplicationEndpoint.\n\nApplicationEndpoint represents a remote application endpoint. \n\nInherits\n--------\n\n- Object \n\nExtended By\n-----------\n\n- Google::Protobuf::MessageExts::ClassMethods \n\nIncludes\n--------\n\n- Google::Protobuf::MessageExts\n\nMethods\n-------\n\n### #host\n\n def host() -\u003e ::String\n\n**Returns**\n\n- (::String) --- Required. Hostname or IP address of the remote application endpoint.\n\n### #host=\n\n def host=(value) -\u003e ::String\n\n**Parameter**\n\n- **value** (::String) --- Required. Hostname or IP address of the remote application endpoint. \n**Returns**\n\n- (::String) --- Required. Hostname or IP address of the remote application endpoint.\n\n### #port\n\n def port() -\u003e ::Integer\n\n**Returns**\n\n- (::Integer) --- Required. Port of the remote application endpoint.\n\n### #port=\n\n def port=(value) -\u003e ::Integer\n\n**Parameter**\n\n- **value** (::Integer) --- Required. Port of the remote application endpoint. \n**Returns**\n\n- (::Integer) --- Required. Port of the remote application endpoint."]]