Show / Hide Table of Contents

Class CustomRange

Message describing CustomRange object

Inheritance
object
CustomRange
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudNumberRegistry.v1alpha.Data
Assembly: Google.Apis.CloudNumberRegistry.v1alpha.dll
Syntax
public class CustomRange : IDirectResponseSchema

Properties

Attributes

Optional. The attributes of the CustomRange.

Declaration
[JsonProperty("attributes")]
public virtual IList<Attribute> Attributes { get; set; }
Property Value
Type Description
IList<Attribute>

Description

Optional. Description of the CustomRange.

Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Ipv4CidrRange

Optional. The IPv4 CIDR range of the CustomRange.

Declaration
[JsonProperty("ipv4CidrRange")]
public virtual string Ipv4CidrRange { get; set; }
Property Value
Type Description
string

Ipv6CidrRange

Optional. The IPv6 CIDR range of the CustomRange.

Declaration
[JsonProperty("ipv6CidrRange")]
public virtual string Ipv6CidrRange { get; set; }
Property Value
Type Description
string

Labels

Optional. Labels as key value pairs

Declaration
[JsonProperty("labels")]
public virtual IDictionary<string, string> Labels { get; set; }
Property Value
Type Description
IDictionary<string, string>

Name

Required. Identifier. name of resource

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

ParentRange

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}

Declaration
[JsonProperty("parentRange")]
public virtual string ParentRange { get; set; }
Property Value
Type Description
string

Realm

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}

Declaration
[JsonProperty("realm")]
public virtual string Realm { get; set; }
Property Value
Type Description
string

RegistryBook

Output only. The registry book of the CustomRange. This field is inherited from the realm or parent range depending on which one is specified.

Declaration
[JsonProperty("registryBook")]
public virtual string RegistryBook { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX