Show / Hide Table of Contents

Class GoogleCloudBeyondcorpAppconnectionsV1alphaAppConnectionApplicationEndpoint

ApplicationEndpoint represents a remote application endpoint.

Inheritance
object
GoogleCloudBeyondcorpAppconnectionsV1alphaAppConnectionApplicationEndpoint
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.BeyondCorp.v1alpha.Data
Assembly: Google.Apis.BeyondCorp.v1alpha.dll
Syntax
public class GoogleCloudBeyondcorpAppconnectionsV1alphaAppConnectionApplicationEndpoint : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Host

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

Declaration
[JsonProperty("host")]
public virtual string Host { get; set; }
Property Value
Type Description
string

Port

Required. Port of the remote application endpoint.

Declaration
[JsonProperty("port")]
public virtual int? Port { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX