/AWS1/CL_DSRDIRECTORYCNCTSTGS¶
Contains connection settings for creating an AD Connector with the ConnectDirectory action.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_vpcid
TYPE /AWS1/DSRVPCID
/AWS1/DSRVPCID
¶
The identifier of the VPC in which the AD Connector is created.
it_subnetids
TYPE /AWS1/CL_DSRSUBNETIDS_W=>TT_SUBNETIDS
TT_SUBNETIDS
¶
A list of subnet identifiers in the VPC in which the AD Connector is created.
iv_customerusername
TYPE /AWS1/DSRUSERNAME
/AWS1/DSRUSERNAME
¶
The user name of an account in your self-managed directory that is used to connect to the directory. This account must have the following permissions:
Read users and groups
Create computer objects
Join computers to the domain
Optional arguments:¶
it_customerdnsips
TYPE /AWS1/CL_DSRDNSIPADDRS_W=>TT_DNSIPADDRS
TT_DNSIPADDRS
¶
The IP addresses of DNS servers or domain controllers in your self-managed directory.
it_customerdnsipsv6
TYPE /AWS1/CL_DSRDNSIPV6ADDRS_W=>TT_DNSIPV6ADDRS
TT_DNSIPV6ADDRS
¶
The IPv6 addresses of DNS servers or domain controllers in your self-managed directory.
Queryable Attributes¶
VpcId¶
The identifier of the VPC in which the AD Connector is created.
Accessible with the following methods¶
Method | Description |
---|---|
GET_VPCID() |
Getter for VPCID, with configurable default |
ASK_VPCID() |
Getter for VPCID w/ exceptions if field has no value |
HAS_VPCID() |
Determine if VPCID has a value |
SubnetIds¶
A list of subnet identifiers in the VPC in which the AD Connector is created.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SUBNETIDS() |
Getter for SUBNETIDS, with configurable default |
ASK_SUBNETIDS() |
Getter for SUBNETIDS w/ exceptions if field has no value |
HAS_SUBNETIDS() |
Determine if SUBNETIDS has a value |
CustomerDnsIps¶
The IP addresses of DNS servers or domain controllers in your self-managed directory.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CUSTOMERDNSIPS() |
Getter for CUSTOMERDNSIPS, with configurable default |
ASK_CUSTOMERDNSIPS() |
Getter for CUSTOMERDNSIPS w/ exceptions if field has no valu |
HAS_CUSTOMERDNSIPS() |
Determine if CUSTOMERDNSIPS has a value |
CustomerDnsIpsV6¶
The IPv6 addresses of DNS servers or domain controllers in your self-managed directory.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CUSTOMERDNSIPSV6() |
Getter for CUSTOMERDNSIPSV6, with configurable default |
ASK_CUSTOMERDNSIPSV6() |
Getter for CUSTOMERDNSIPSV6 w/ exceptions if field has no va |
HAS_CUSTOMERDNSIPSV6() |
Determine if CUSTOMERDNSIPSV6 has a value |
CustomerUserName¶
The user name of an account in your self-managed directory that is used to connect to the directory. This account must have the following permissions:
Read users and groups
Create computer objects
Join computers to the domain
Accessible with the following methods¶
Method | Description |
---|---|
GET_CUSTOMERUSERNAME() |
Getter for CUSTOMERUSERNAME, with configurable default |
ASK_CUSTOMERUSERNAME() |
Getter for CUSTOMERUSERNAME w/ exceptions if field has no va |
HAS_CUSTOMERUSERNAME() |
Determine if CUSTOMERUSERNAME has a value |