Uses of Class
com.oracle.bmc.filestorage.model.OutboundConnector.LifecycleState
-
Packages that use OutboundConnector.LifecycleState Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.model -
-
Uses of OutboundConnector.LifecycleState in com.oracle.bmc.filestorage
-
Uses of OutboundConnector.LifecycleState in com.oracle.bmc.filestorage.model
Methods in com.oracle.bmc.filestorage.model that return OutboundConnector.LifecycleState Modifier and Type Method 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.Methods in com.oracle.bmc.filestorage.model with parameters of type OutboundConnector.LifecycleState Modifier and Type Method Description LdapBindAccount.Builder
LdapBindAccount.Builder. lifecycleState(OutboundConnector.LifecycleState lifecycleState)
Constructors in com.oracle.bmc.filestorage.model with parameters of type OutboundConnector.LifecycleState Constructor 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, Map<String,Map<String,Object>> systemTags, 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, Map<String,Map<String,Object>> systemTags)
Deprecated.
-