Show / Hide Table of Contents

Class Realm

Message describing Realm object

Inheritance
object
Realm
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 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. [Output only] Create time stamp

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. Labels as key value pairs

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

ManagementType

Required. Management type of realm.

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

Name

Required. Identifier. Unique name/ID of the realm

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

RegistryBook

Required. URI of the registry book that claims the realm.

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

TrafficType

Required. Traffic type of 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. [Output only] Update time stamp

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