Show / Hide Table of Contents

Class DiscoveredRange

A DiscoveredRange represents an IP address range automatically detected by the discovery pipeline.

Inheritance
object
DiscoveredRange
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 DiscoveredRange : IDirectResponseSchema

Properties

Attributes

Optional. The attributes of the DiscoveredRange.

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

ChildCidrOverlapAllowed

Output only. If true, allows child DiscoveredRanges of this DiscoveredRange to overlap with each other.

Declaration
[JsonProperty("childCidrOverlapAllowed")]
public virtual bool? ChildCidrOverlapAllowed { get; set; }
Property Value
Type Description
bool?

CreateTime

object representation of CreateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type Description
object

CreateTimeDateTimeOffset

DateTimeOffset representation of CreateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

CreateTimeRaw

Output only. The time at which the DiscoveredRange was created.

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

Description

Optional. Description of the DiscoveredRange.

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

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.

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

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 DiscoveredRange.

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

Ipv6CidrRange

Optional. The IPv6 CIDR range of the DiscoveredRange.

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

Labels

Optional. User-defined labels.

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

Name

Required. Identifier. The resource name of the DiscoveredRange, in the format projects/{project}/locations/{location}/discoveredRanges/{discovered_range}.

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

ParentRange

Optional. The resource name of the parent DiscoveredRange, in the format projects/{project}/locations/{location}/discoveredRanges/{discovered_range}.

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

Realm

Optional. The Realm of the DiscoveredRange.

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

RegistryBook

Output only. The RegistryBook of the DiscoveredRange.

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

UpdateTime

object representation of UpdateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
Property Value
Type Description
object

UpdateTimeDateTimeOffset

DateTimeOffset representation of UpdateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

UpdateTimeRaw

Output only. The time at which the DiscoveredRange was last updated.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX