Class Realm
A Realm represents a distinct network domain or security zone. It groups Ranges that share the same traffic and management characteristics. All the ranges in a Realm are routable to each other, meaning that they cannot overlap.
Implements
Inherited Members
Namespace: Google.Apis.CloudNumberRegistry.v1alpha.Data
Assembly: Google.Apis.CloudNumberRegistry.v1alpha.dll
Syntax
public class Realm : IDirectResponseSchema
Properties
AggregatedData
Output only. Aggregated data for the Realm. Populated only when the view is AGGREGATE.
Declaration
[JsonProperty("aggregatedData")]
public virtual RealmAggregatedData AggregatedData { get; set; }
Property Value
| Type | Description |
|---|---|
| RealmAggregatedData |
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 Realm was created.
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DiscoveryMetadata
Output only. Discovery metadata of the Realm.
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 |
IpVersion
Optional. IP version of the Realm.
Declaration
[JsonProperty("ipVersion")]
public virtual string IpVersion { 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> |
ManagementType
Required. Management type of the Realm.
Declaration
[JsonProperty("managementType")]
public virtual string ManagementType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Required. Identifier. The resource name of the Realm.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RegistryBook
Required. Name of the RegistryBook that claims the Realm.
Declaration
[JsonProperty("registryBook")]
public virtual string RegistryBook { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TrafficType
Required. Traffic type of the Realm.
Declaration
[JsonProperty("trafficType")]
public virtual string TrafficType { 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 Realm was last updated.
Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |