Resource: CustomRange
A CustomRange represents a user-defined IP address range.
| JSON representation |
|---|
{ "name": string, "realm": string, "parentRange": string, "registryBook": string, "attributes": [ { object ( |
| Fields | |
|---|---|
name |
Required. Identifier. The resource name of the CustomRange, in the format |
realm |
Optional. The resource name of the Realm associated with the CustomRange, in the format |
parentRange |
Optional. The resource name of the parent CustomRange, in the format |
registryBook |
Output only. The RegistryBook of the CustomRange. This field is inherited from the Realm or parent CustomRange depending on which one is specified. |
attributes[] |
Optional. The attributes of the CustomRange. |
description |
Optional. The description of the CustomRange. |
labels |
Optional. User-defined labels. An object containing a list of |
Union field ip_cidr_range. The IP CIDR range of the CustomRange. ip_cidr_range can be only one of the following: |
|
ipv4CidrRange |
Optional. The IPv4 CIDR range of the CustomRange. |
ipv6CidrRange |
Optional. The IPv6 CIDR range of the CustomRange. |
Methods |
|
|---|---|
|
Creates a new CustomRange in a given project and location. |
|
Deletes a single CustomRange. |
|
Finds free IP ranges in a single CustomRange. |
|
Gets details of a single CustomRange. |
|
Lists CustomRanges in a given project and location. |
|
Updates the parameters of a single CustomRange. |
|
Gets the details of a single CustomRange and its utilization. |