Uses of Class
com.oracle.bmc.filestorage.model.OutboundConnectorSummary.LifecycleState
-
Packages that use OutboundConnectorSummary.LifecycleState Package Description com.oracle.bmc.filestorage.model -
-
Uses of OutboundConnectorSummary.LifecycleState in com.oracle.bmc.filestorage.model
Methods in com.oracle.bmc.filestorage.model that return OutboundConnectorSummary.LifecycleState Modifier and Type Method Description static OutboundConnectorSummary.LifecycleStateOutboundConnectorSummary.LifecycleState. create(String key)OutboundConnectorSummary.LifecycleStateOutboundConnectorSummary. getLifecycleState()The current state of this outbound connector.static OutboundConnectorSummary.LifecycleStateOutboundConnectorSummary.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.Methods in com.oracle.bmc.filestorage.model with parameters of type OutboundConnectorSummary.LifecycleState Modifier and Type Method Description LdapBindAccountSummary.BuilderLdapBindAccountSummary.Builder. lifecycleState(OutboundConnectorSummary.LifecycleState lifecycleState)Constructors in com.oracle.bmc.filestorage.model with parameters of type OutboundConnectorSummary.LifecycleState Constructor 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, Map<String,Map<String,Object>> systemTags, 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, Map<String,Map<String,Object>> systemTags)Deprecated.
-