Interface protos.google.cloud.ids.v1.IEndpoint (4.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
Properties of an Endpoint.
Package
@google-cloud/ids
Properties
createTime
createTime
?:
(
google
.
protobuf
.
ITimestamp
|
null
);
description
description
?:
(
string
|
null
);
endpointForwardingRule
endpointForwardingRule
?:
(
string
|
null
);
Endpoint endpointForwardingRule
endpointIp
endpointIp
?:
(
string
|
null
);
labels
labels
?:
({
[
k
:
string
]
:
string
}
|
null
);
name
name
?:
(
string
|
null
);
network
network
?:
(
string
|
null
);
severity
severity
?:
(
google
.
cloud
.
ids
.
v1
.
Endpoint
.
Severity
|
keyof
typeof
google
.
cloud
.
ids
.
v1
.
Endpoint
.
Severity
|
null
);
state
state
?:
(
google
.
cloud
.
ids
.
v1
.
Endpoint
.
State
|
keyof
typeof
google
.
cloud
.
ids
.
v1
.
Endpoint
.
State
|
null
);
trafficLogs
trafficLogs
?:
(
boolean
|
null
);
updateTime
updateTime
?:
(
google
.
protobuf
.
ITimestamp
|
null
);
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License
, and code samples are licensed under the Apache 2.0 License
. For details, see the Google Developers Site Policies
. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-09-04 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Interface protos.google.cloud.ids.v1.IEndpoint (4.1.0)\n\nVersion latestkeyboard_arrow_down\n\n- [4.1.0 (latest)](/nodejs/docs/reference/ids/latest/ids/protos.google.cloud.ids.v1.iendpoint)\n- [2.2.2](/nodejs/docs/reference/ids/2.2.2/ids/protos.google.cloud.ids.v1.iendpoint)\n- [2.1.2](/nodejs/docs/reference/ids/2.1.2/ids/protos.google.cloud.ids.v1.iendpoint)\n- [1.1.0](/nodejs/docs/reference/ids/1.1.0/ids/protos.google.cloud.ids.v1.iendpoint)\n- [1.0.0](/nodejs/docs/reference/ids/1.0.0/ids/protos.google.cloud.ids.v1.iendpoint) \nProperties of an Endpoint.\n\nPackage\n-------\n\n[@google-cloud/ids](../overview.html)\n\nProperties\n----------\n\n### createTime\n\n createTime?: (google.protobuf.ITimestamp|null);\n\nEndpoint createTime\n\n### description\n\n description?: (string|null);\n\nEndpoint description\n\n### endpointForwardingRule\n\n endpointForwardingRule?: (string|null);\n\nEndpoint endpointForwardingRule\n\n### endpointIp\n\n endpointIp?: (string|null);\n\nEndpoint endpointIp\n\n### labels\n\n labels?: ({ [k: string]: string }|null);\n\nEndpoint labels\n\n### name\n\n name?: (string|null);\n\nEndpoint name\n\n### network\n\n network?: (string|null);\n\nEndpoint network\n\n### severity\n\n severity?: (google.cloud.ids.v1.Endpoint.Severity|keyof typeof google.cloud.ids.v1.Endpoint.Severity|null);\n\nEndpoint severity\n\n### state\n\n state?: (google.cloud.ids.v1.Endpoint.State|keyof typeof google.cloud.ids.v1.Endpoint.State|null);\n\nEndpoint state\n\n### trafficLogs\n\n trafficLogs?: (boolean|null);\n\nEndpoint trafficLogs\n\n### updateTime\n\n updateTime?: (google.protobuf.ITimestamp|null);\n\nEndpoint updateTime"]]