Class Domain (2.2.0)

public sealed class Domain : IMessage<Domain>, IEquatable<Domain>, IDeepCloneable<Domain>, IBufferMessage, IMessage

Represents a managed Microsoft Active Directory domain.

Inheritance

Object > Domain

Namespace

Google.Cloud.ManagedIdentities.V1

Assembly

Google.Cloud.ManagedIdentities.V1.dll

Constructors

Domain()

public Domain()

Domain(Domain)

public Domain(Domain other)
Parameter
NameDescription
otherDomain

Properties

Admin

public string Admin { get; set; }

Optional. The name of delegated administrator account used to perform Active Directory operations. If not specified, setupadmin will be used.

Property Value
TypeDescription
String

AuthorizedNetworks

public RepeatedField<string> AuthorizedNetworks { get; }

Optional. The full names of the Google Compute Engine networks the domain instance is connected to. Networks can be added using UpdateDomain. The domain is only available on networks listed in authorized_networks. If CIDR subnets overlap between networks, domain creation will fail.

Property Value
TypeDescription
RepeatedField<String>

CreateTime

public Timestamp CreateTime { get; set; }

Output only. The time the instance was created.

Property Value
TypeDescription
Timestamp

DomainName

public DomainName DomainName { get; set; }

DomainName-typed view over the Name resource name property.

Property Value
TypeDescription
DomainName

Fqdn

public string Fqdn { get; set; }

Output only. The fully-qualified domain name of the exposed domain used by clients to connect to the service. Similar to what would be chosen for an Active Directory set up on an internal network.

Property Value
TypeDescription
String

Labels

public MapField<string, string> Labels { get; }

Optional. Resource labels that can contain user-provided metadata.

Property Value
TypeDescription
MapField<String, String>

Locations

public RepeatedField<string> Locations { get; }

Required. Locations where domain needs to be provisioned. [regions][compute/docs/regions-zones/] e.g. us-west1 or us-east4 Service supports up to 4 locations at once. Each location will use a /26 block.

Property Value
TypeDescription
RepeatedField<String>

Name

public string Name { get; set; }

Required. The unique name of the domain using the form: projects/{project_id}/locations/global/domains/{domain_name}.

Property Value
TypeDescription
String

ReservedIpRange

public string ReservedIpRange { get; set; }

Required. The CIDR range of internal addresses that are reserved for this domain. Reserved networks must be /24 or larger. Ranges must be unique and non-overlapping with existing subnets in [Domain].[authorized_networks].

Property Value
TypeDescription
String

State

public Domain.Types.State State { get; set; }

Output only. The current state of this domain.

Property Value
TypeDescription
Domain.Types.State

StatusMessage

public string StatusMessage { get; set; }

Output only. Additional information about the current status of this domain, if available.

Property Value
TypeDescription
String

Trusts

public RepeatedField<Trust> Trusts { get; }

Output only. The current trusts associated with the domain.

Property Value
TypeDescription
RepeatedField<Trust>

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. The last update time.

Property Value
TypeDescription
Timestamp