Resource: Realm
Message describing Realm object
| JSON representation |
|---|
{ "name": string, "trafficType": enum ( |
| Fields | |
|---|---|
name |
Required. Identifier. Unique name/ID of the realm |
trafficType |
Required. Traffic type of realm. |
managementType |
Required. Management type of realm. |
registryBook |
Required. URI of the registry book that claims the realm. |
discoveryMetadata |
Output only. Discovery metadata of the realm. |
createTime |
Output only. [Output only] Create time stamp Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
updateTime |
Output only. [Output only] Update time stamp Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
labels |
Optional. Labels as key value pairs An object containing a list of |
ipVersion |
Optional. IP version of the realm. |
aggregatedData |
Output only. Aggregated data for the Realm. Populated only when the view is AGGREGATE. |
TrafficType
Traffic type of realm.
| Enums | |
|---|---|
TRAFFIC_TYPE_UNSPECIFIED |
Unspecified traffic type. |
UNSET |
Unset traffic type. |
INTERNET |
Internet traffic. |
PRIVATE |
Private traffic. |
LINKLOCAL |
Linklocal traffic. |
ManagementType
Managed type of realm.
| Enums | |
|---|---|
MANAGEMENT_TYPE_UNSPECIFIED |
Unspecified management type. |
CNR |
Managed by Cloud Number Registry. |
USER |
Managed by User. |
IpVersion
IP version of the realm.
| Enums | |
|---|---|
IP_VERSION_UNSPECIFIED |
Unspecified IP version. |
IPV4 |
IPv4 IP version. |
IPV6 |
IPv6 IP version. |
RealmAggregatedData
Aggregated data for the Realm.
| JSON representation |
|---|
{ "discoveredRangesCount": integer, "customRangesCount": integer } |
| Fields | |
|---|---|
discoveredRangesCount |
Output only. Number of discovered ranges in the Realm. |
customRangesCount |
Output only. Number of custom ranges in the Realm. |
Methods |
|
|---|---|
|
Creates a new Realm in a given project and location. |
|
Deletes a single Realm. |
|
Gets details of a single Realm. |
|
Lists Realms in a given project and location. |
|
Updates the parameters of a single Realm. |