public sealed class ApplicationEndpoint : IMessage<AppConnection.Types.ApplicationEndpoint>, IEquatable<AppConnection.Types.ApplicationEndpoint>, IDeepCloneable<AppConnection.Types.ApplicationEndpoint>, IBufferMessage, IMessage
Reference documentation and code samples for the BeyondCorp v1 API class AppConnection.Types.ApplicationEndpoint.
ApplicationEndpoint represents a 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-07-02 UTC."],[[["This documentation provides details for the `AppConnection.Types.ApplicationEndpoint` class, a part of the Google Cloud BeyondCorp v1 API."],["`ApplicationEndpoint` represents a remote application endpoint and it implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class `ApplicationEndpoint` has a constructor and can also be constructed with another `ApplicationEndpoint` as parameter."],["Key properties of `ApplicationEndpoint` include `Host` (a string for the hostname or IP address) and `Port` (an integer for the port number)."],["The latest version is 1.4.0, and previous versions are available to access, with version 1.0.0 being the base version for this class."]]],[]]