Resource: DiscoveredRange
A DiscoveredRange represents an IP address range automatically detected by the discovery pipeline.
| JSON representation |
|---|
{ "name": string, "realm": string, "parentRange": string, "registryBook": string, "description": string, "discoveryMetadata": { object ( |
| Fields | |
|---|---|
name |
Required. Identifier. The resource name of the DiscoveredRange, in the format |
realm |
Optional. The Realm of the DiscoveredRange. |
parentRange |
Optional. The resource name of the parent DiscoveredRange, in the format |
registryBook |
Output only. The RegistryBook of the DiscoveredRange. |
description |
Optional. Description of the DiscoveredRange. |
discoveryMetadata |
Output only. Owner metadata for this DiscoveredRange. A unique set of metadata is associated with each DiscoveredRange. If an IP range is shared by multiple resources (e.g., an Address resource and an Instance resource, or multiple ForwardingRules),separate DiscoveredRanges are created, each with a distinct owner. This ensures each DiscoveredRange has its own unique set of attributes, labels, create time and update time. |
attributes[] |
Optional. The attributes of the DiscoveredRange. |
createTime |
Output only. The time at which the DiscoveredRange was created. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
updateTime |
Output only. The time at which the DiscoveredRange was last updated. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
labels |
Optional. User-defined labels. An object containing a list of |
childCidrOverlapAllowed |
Output only. If true, allows child DiscoveredRanges of this DiscoveredRange to overlap with each other. |
Union field ip_cidr_range. The IP CIDR range of the DiscoveredRange. ip_cidr_range can be only one of the following: |
|
ipv4CidrRange |
Optional. The IPv4 CIDR range of the DiscoveredRange. |
ipv6CidrRange |
Optional. The IPv6 CIDR range of the DiscoveredRange. |
Methods |
|
|---|---|
|
Finds free IP ranges in a single DiscoveredRange. |
|
Gets details of a single DiscoveredRange. |
|
Lists DiscoveredRanges in a given project and location. |
|
Gets the details of a single DiscoveredRange and its utilization. |