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