public sealed class AppConnection.Types.ApplicationEndpoint : IMessage<AppConnection.Types.ApplicationEndpoint>, IEquatable<AppConnection.Types.ApplicationEndpoint>, IDeepCloneable<AppConnection.Types.ApplicationEndpoint>, IBufferMessage, IMessage
Reference documentation and code samples for the BeyondCorp AppConnections 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-06-12 UTC."],[[["The `AppConnection.Types.ApplicationEndpoint` class represents a remote application endpoint in the BeyondCorp AppConnections v1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality and compatibility."],["The latest version available for this class is 1.4.0, and previous versions are also accessible, all the way to 1.0.0."],["The `ApplicationEndpoint` class has two required properties: `Host`, a string representing the hostname or IP address, and `Port`, an integer indicating the port number."],["The class is in the namespace `Google.Cloud.BeyondCorp.AppConnections.V1` and is located in the `Google.Cloud.BeyondCorp.AppConnections.V1.dll` assembly."]]],[]]