BeyondCorp v1 API - Class AppConnection.Types.ApplicationEndpoint (1.0.0)

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.

Inheritance

Object > AppConnection.Types.ApplicationEndpoint

Namespace

Google.Cloud.BeyondCorp.AppConnections.V1

Assembly

Google.Cloud.BeyondCorp.AppConnections.V1.dll

Constructors

ApplicationEndpoint()

public ApplicationEndpoint()

ApplicationEndpoint(AppConnection.Types.ApplicationEndpoint)

public ApplicationEndpoint(AppConnection.Types.ApplicationEndpoint other)
Parameter
NameDescription
otherAppConnection.Types.ApplicationEndpoint

Properties

Host

public string Host { get; set; }

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

Property Value
TypeDescription
String

Port

public int Port { get; set; }

Required. Port of the remote application endpoint.

Property Value
TypeDescription
Int32