Class DomainController

    • Method Detail

      • directoryId

        public final String directoryId()

        Identifier of the directory where the domain controller resides.

        Returns:
        Identifier of the directory where the domain controller resides.
      • domainControllerId

        public final String domainControllerId()

        Identifies a specific domain controller in the directory.

        Returns:
        Identifies a specific domain controller in the directory.
      • dnsIpAddr

        public final String dnsIpAddr()

        The IP address of the domain controller.

        Returns:
        The IP address of the domain controller.
      • vpcId

        public final String vpcId()

        The identifier of the VPC that contains the domain controller.

        Returns:
        The identifier of the VPC that contains the domain controller.
      • subnetId

        public final String subnetId()

        Identifier of the subnet in the VPC that contains the domain controller.

        Returns:
        Identifier of the subnet in the VPC that contains the domain controller.
      • availabilityZone

        public final String availabilityZone()

        The Availability Zone where the domain controller is located.

        Returns:
        The Availability Zone where the domain controller is located.
      • statusReason

        public final String statusReason()

        A description of the domain controller state.

        Returns:
        A description of the domain controller state.
      • launchTime

        public final Instant launchTime()

        Specifies when the domain controller was created.

        Returns:
        Specifies when the domain controller was created.
      • statusLastUpdatedDateTime

        public final Instant statusLastUpdatedDateTime()

        The date and time that the status was last updated.

        Returns:
        The date and time that the status was last updated.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)