Class GoogleCloudBeyondcorpSecuritygatewaysV1EndpointMatcher
EndpointMatcher contains the information of the endpoint that will match the application.
Implements
Inherited Members
Namespace: Google.Apis.BeyondCorp.v1.Data
Assembly: Google.Apis.BeyondCorp.v1.dll
Syntax
public class GoogleCloudBeyondcorpSecuritygatewaysV1EndpointMatcher : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Hostname
Required. Hostname of the application.
Declaration
[JsonProperty("hostname")]
public virtual string Hostname { get; set; }
Property Value
Type | Description |
---|---|
string |
Ports
Optional. Ports of the application.
Declaration
[JsonProperty("ports")]
public virtual IList<int?> Ports { get; set; }
Property Value
Type | Description |
---|---|
IList<int?> |