public sealed class Domain : IMessage<Domain>, IEquatable<Domain>, IDeepCloneable<Domain>, IBufferMessage, IMessageReference documentation and code samples for the App Topology v1 API class Domain.
Domain is a pre-defined topology query domain. Each topology domain contains a set of nodes and edges.
Namespace
Google.Cloud.AppTopology.V1Assembly
Google.Cloud.AppTopology.V1.dll
Constructors
Domain()
public Domain()Domain(Domain)
public Domain(Domain other)| Parameter | |
|---|---|
| Name | Description |
other |
Domain |
Properties
DomainName
public DomainName DomainName { get; set; }DomainName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
DomainName |
|
Name
public string Name { get; set; }Identifier. The pre-defined topology domain.
Currently only SRE, DEVOPS, and SECURITY are available.
Format: projects/{project}/locations/{location}/domains/{domain}
| Property Value | |
|---|---|
| Type | Description |
string |
|