[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis document provides reference documentation for the \u003ccode\u003eEndpoint\u003c/code\u003e class within the Google Cloud IDS v1 API, used for defining a single IDS endpoint.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eEndpoint\u003c/code\u003e class implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits from \u003ccode\u003eobject\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the \u003ccode\u003eEndpoint\u003c/code\u003e class include \u003ccode\u003eCreateTime\u003c/code\u003e, \u003ccode\u003eDescription\u003c/code\u003e, \u003ccode\u003eEndpointForwardingRule\u003c/code\u003e, \u003ccode\u003eEndpointIp\u003c/code\u003e, \u003ccode\u003eLabels\u003c/code\u003e, \u003ccode\u003eNetwork\u003c/code\u003e, \u003ccode\u003eSeverity\u003c/code\u003e, \u003ccode\u003eState\u003c/code\u003e, \u003ccode\u003eTrafficLogs\u003c/code\u003e, and \u003ccode\u003eUpdateTime\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the reference documentation is 2.4.0, while older versions dating back to 1.0.0 are also accessible.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eEndpoint\u003c/code\u003e objects serve as forwarding rules to which packets can be sent for inspection and are found within the \u003ccode\u003eGoogle.Cloud.Ids.V1\u003c/code\u003e namespace.\u003c/p\u003e\n"]]],[],null,["# Cloud IDS v1 API - Class Endpoint (2.4.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.4.0 (latest)](/dotnet/docs/reference/Google.Cloud.Ids.V1/latest/Google.Cloud.Ids.V1.Endpoint)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.Ids.V1/2.3.0/Google.Cloud.Ids.V1.Endpoint)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.Ids.V1/2.2.0/Google.Cloud.Ids.V1.Endpoint)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.Ids.V1/2.1.0/Google.Cloud.Ids.V1.Endpoint)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.Ids.V1/2.0.0/Google.Cloud.Ids.V1.Endpoint)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.Ids.V1/1.0.0/Google.Cloud.Ids.V1.Endpoint) \n\n public sealed class Endpoint : IMessage\u003cEndpoint\u003e, IEquatable\u003cEndpoint\u003e, IDeepCloneable\u003cEndpoint\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Cloud IDS v1 API class Endpoint.\n\nEndpoint describes a single IDS endpoint. It defines a forwarding rule to\nwhich packets can be sent for IDS inspection. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e Endpoint \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[Endpoint](/dotnet/docs/reference/Google.Cloud.Ids.V1/latest/Google.Cloud.Ids.V1.Endpoint), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[Endpoint](/dotnet/docs/reference/Google.Cloud.Ids.V1/latest/Google.Cloud.Ids.V1.Endpoint), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[Endpoint](/dotnet/docs/reference/Google.Cloud.Ids.V1/latest/Google.Cloud.Ids.V1.Endpoint), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Ids.V1](/dotnet/docs/reference/Google.Cloud.Ids.V1/latest/Google.Cloud.Ids.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.Ids.V1.dll\n\nConstructors\n------------\n\n### Endpoint()\n\n public Endpoint()\n\n### Endpoint(Endpoint)\n\n public Endpoint(Endpoint other)\n\nProperties\n----------\n\n### CreateTime\n\n public Timestamp CreateTime { get; set; }\n\nOutput only. The create time timestamp.\n\n### Description\n\n public string Description { get; set; }\n\nUser-provided description of the endpoint\n\n### EndpointForwardingRule\n\n public string EndpointForwardingRule { get; set; }\n\nOutput only. The fully qualified URL of the endpoint's ILB Forwarding Rule.\n\n### EndpointIp\n\n public string EndpointIp { get; set; }\n\nOutput only. The IP address of the IDS Endpoint's ILB.\n\n### EndpointName\n\n public EndpointName EndpointName { get; set; }\n\n[EndpointName](/dotnet/docs/reference/Google.Cloud.Ids.V1/latest/Google.Cloud.Ids.V1.EndpointName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.Ids.V1/latest/Google.Cloud.Ids.V1.Endpoint#Google_Cloud_Ids_V1_Endpoint_Name) resource name property.\n\n### Labels\n\n public MapField\u003cstring, string\u003e Labels { get; }\n\nThe labels of the endpoint.\n\n### Name\n\n public string Name { get; set; }\n\nOutput only. The name of the endpoint.\n\n### Network\n\n public string Network { get; set; }\n\nRequired. The fully qualified URL of the network to which the IDS Endpoint is\nattached.\n\n### Severity\n\n public Endpoint.Types.Severity Severity { get; set; }\n\nRequired. Lowest threat severity that this endpoint will alert on.\n\n### State\n\n public Endpoint.Types.State State { get; set; }\n\nOutput only. Current state of the endpoint.\n\n### TrafficLogs\n\n public bool TrafficLogs { get; set; }\n\nWhether the endpoint should report traffic logs in addition to threat logs.\n\n### UpdateTime\n\n public Timestamp UpdateTime { get; set; }\n\nOutput only. The update time timestamp."]]