Resource: DiscoveredRange
Message describing DiscoveredRange object
| JSON representation |
|---|
{ "name": string, "realm": string, "parentRange": string, "registryBook": string, "description": string, "discoveryMetadata": { object ( |
| Fields | |
|---|---|
name |
Required. Identifier. Name of the DiscoveredRange. |
realm |
Optional. The realm of the DiscoveredRange. |
parentRange |
Optional. The parent range of the DiscoveredRange. |
registryBook |
Output only. The registry book 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. [Output only] Create time stamp 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. [Output only] Update time stamp 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. Labels as key value pairs An object containing a list of |
childCidrOverlapAllowed |
Output only. If true, allow child ranges of this range 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. |