Domain class Null safety
Represents a managed Microsoft Active Directory domain.
If the domain is being changed, it will be placed into the UPDATING state, which indicates that the resource is being reconciled. At this point, Get will reflect an intermediate state.
Constructors
-
Domain({String? admin, bool? auditLogsEnabled, List<
String> ? authorizedNetworks, String? createTime, String? fqdn, Map<String, String> ? labels, List<String> ? locations, String? name, String? reservedIpRange, String? state, String? statusMessage, List<Trust> ? trusts, String? updateTime}) - Domain.fromJson(Map json_)
Properties
- admin ↔ String?
-
The name of delegated administrator account used to perform Active
Directory operations.
read / write
- auditLogsEnabled ↔ bool?
-
Configuration for audit logs.
read / write
-
The full names of the Google Compute Engine
[networks](/compute/docs/networks-and-firewalls#networks) the domain
instance is connected to.
read / write
- createTime ↔ String?
-
The time the instance was created.
read / write
- fqdn ↔ String?
-
The fully-qualified domain name of the exposed domain used by clients to
connect to the service.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
-
labels
↔ Map<
String, String> ? -
Resource labels that can contain user-provided metadata.
read / write
-
locations
↔ List<
String> ? -
Locations where domain needs to be provisioned.
read / write
- name ↔ String?
-
The unique name of the domain using the form:
projects/{project_id}/locations/global/domains/{domain_name}
.read / write - reservedIpRange ↔ String?
-
The CIDR range of internal addresses that are reserved for this domain.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- state ↔ String?
-
The current state of this domain.
read / write
- statusMessage ↔ String?
-
Additional information about the current status of this domain, if
available.
read / write
-
trusts
↔ List<
Trust> ? -
The current trusts associated with the domain.
read / write
- updateTime ↔ String?
-
The last update time.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited