public final class FtpsState extends com.microsoft.rest.ExpandableStringEnum<FtpsState>
| Modifier and Type | Field and Description |
|---|---|
static FtpsState |
ALL_ALLOWED
Static value AllAllowed for FtpsState.
|
static FtpsState |
DISABLED
Static value Disabled for FtpsState.
|
static FtpsState |
FTPS_ONLY
Static value FtpsOnly for FtpsState.
|
| Constructor and Description |
|---|
FtpsState() |
| Modifier and Type | Method and Description |
|---|---|
static FtpsState |
fromString(String name)
Creates or finds a FtpsState from its string representation.
|
static Collection<FtpsState> |
values() |
public static final FtpsState ALL_ALLOWED
public static final FtpsState FTPS_ONLY
public static final FtpsState DISABLED
public static FtpsState fromString(String name)
name - a name to look forpublic static Collection<FtpsState> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/