BeyondCorp AppConnections v1 API - Class AppConnection.Types.ApplicationEndpoint (1.1.0)

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.

Inheritance

object > AppConnection.Types.ApplicationEndpoint

Namespace

Google.Cloud.BeyondCorp.AppConnections.V1

Assembly

Google.Cloud.BeyondCorp.AppConnections.V1.dll

Constructors

ApplicationEndpoint()

public ApplicationEndpoint()

ApplicationEndpoint(ApplicationEndpoint)

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

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
int