Class DiscoveredRange
Message describing DiscoveredRange object
Implements
Inherited Members
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, allow child ranges of this range 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. [Output only] Create time stamp
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. 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 the DiscoveredRange.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ParentRange
Optional. The parent range of the DiscoveredRange.
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 registry book 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. [Output only] Update time stamp
Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |