Domain Args
Creates a Microsoft AD domain. Auto-naming is currently not supported for this resource.
Constructors
Properties
Optional. Configuration for audit logs. True if audit logs are enabled, else false. Default is audit logs disabled.
Optional. The full names of the Google Compute Engine /compute/docs/networks-and-firewalls#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.
Required. A domain name, e.g. mydomain.myorg.com, with the following restrictions: * Must contain only lowercase letters, numbers, periods and hyphens. * Must start with a letter. * Must contain between 2-64 characters. * Must end with a number or a letter. * Must not start with period. * First segment length (mydomain form example above) shouldn't exceed 15 chars. * The last segment cannot be fully numeric. * Must be unique within the customer project.
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.