public static class Netapi32Util.DomainController
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
address
Specifies the address of the discovered domain controller.
|
int |
addressType
Indicates the type of string that is contained in the
DomainControllerAddress member.
|
java.lang.String |
clientSiteName
The name of the site that the computer belongs to.
|
java.lang.String |
dnsForestName
Pointer to a null-terminated string that specifies the name of the domain at the root
of the DS tree.
|
Guid.GUID |
domainGuid
The GUID of the domain.
|
java.lang.String |
domainName
Pointer to a null-terminated string that specifies the name of the domain.
|
int |
flags
Contains a set of flags that describe the domain controller.
|
java.lang.String |
name
Specifies the computer name of the discovered domain controller.
|
Constructor and Description |
---|
DomainController() |
public java.lang.String name
public java.lang.String address
public int addressType
public Guid.GUID domainGuid
public java.lang.String domainName
public java.lang.String dnsForestName
public int flags
public java.lang.String clientSiteName