Package | Description |
---|---|
com.oracle.bmc.filestorage | |
com.oracle.bmc.filestorage.model |
Modifier and Type | Method and Description |
---|---|
static OutboundConnector.LifecycleState |
OutboundConnector.LifecycleState.create(String key) |
OutboundConnector.LifecycleState |
OutboundConnector.getLifecycleState()
The current state of this outbound connector.
|
static OutboundConnector.LifecycleState |
OutboundConnector.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OutboundConnector.LifecycleState[] |
OutboundConnector.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
LdapBindAccount.Builder |
LdapBindAccount.Builder.lifecycleState(OutboundConnector.LifecycleState lifecycleState) |
Constructor and Description |
---|
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.
|
OutboundConnector(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)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.