CustomRange
import type { CustomRange } from "https://googleapis.deno.dev/v1/cloudnumberregistry:v1alpha.ts";Message describing CustomRange object
interface CustomRange {
attributes?: Attribute[];
description?: string;
ipv4CidrRange?: string;
ipv6CidrRange?: string;
labels?: {};
[key: string]: string;
name?: string;
parentRange?: string;
realm?: string;
readonly registryBook?: string;
}§Properties
§
parentRange?: string
[src]Optional. The parent range of the CustomRange. Do not allow setting parent range if realm is specified. Format must follow this pattern: projects/{project}/locations/{location}/customRanges/{custom_range}
§
realm?: string
[src]Optional. The realm of the CustomRange. The realm must be in the same project as the custom range. Do not allow setting realm if parent range is specified, since the realm should be inherited from the parent range. Format must follow this pattern: projects/{project}/locations/{location}/realms/{realm}