Package | Description |
---|---|
com.oracle.bmc.filestorage.model |
Modifier and Type | Method and Description |
---|---|
Endpoint |
Endpoint.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<Endpoint> |
LdapBindAccountSummary.getEndpoints()
Array of server endpoints to use when connecting with the LDAP bind account.
|
List<Endpoint> |
CreateLdapBindAccountDetails.getEndpoints()
Array of server endpoints to use when connecting with the LDAP bind account.
|
List<Endpoint> |
LdapBindAccount.getEndpoints()
Array of server endpoints to use when connecting with the LDAP bind account.
|
Modifier and Type | Method and Description |
---|---|
Endpoint.Builder |
Endpoint.Builder.copy(Endpoint model) |
Modifier and Type | Method and Description |
---|---|
LdapBindAccountSummary.Builder |
LdapBindAccountSummary.Builder.endpoints(List<Endpoint> endpoints)
Array of server endpoints to use when connecting with the LDAP bind account.
|
CreateLdapBindAccountDetails.Builder |
CreateLdapBindAccountDetails.Builder.endpoints(List<Endpoint> endpoints)
Array of server endpoints to use when connecting with the LDAP bind account.
|
LdapBindAccount.Builder |
LdapBindAccount.Builder.endpoints(List<Endpoint> endpoints)
Array of server endpoints to use when connecting with the LDAP bind account.
|
Constructor and Description |
---|
CreateLdapBindAccountDetails(String availabilityDomain,
String compartmentId,
String displayName,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
List<ResourceLock> locks,
List<Endpoint> endpoints,
String bindDistinguishedName,
String passwordSecretId,
Integer passwordSecretVersion)
Deprecated.
|
LdapBindAccount(String availabilityDomain,
String compartmentId,
String id,
OutboundConnector.LifecycleState lifecycleState,
String displayName,
Date timeCreated,
List<ResourceLock> locks,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
List<Endpoint> endpoints,
String bindDistinguishedName,
String passwordSecretId,
Integer passwordSecretVersion)
Deprecated.
|
LdapBindAccountSummary(String availabilityDomain,
String compartmentId,
String id,
OutboundConnectorSummary.LifecycleState lifecycleState,
String displayName,
Date timeCreated,
List<ResourceLock> locks,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
List<Endpoint> endpoints,
String bindDistinguishedName)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.