ServerEndpointSyncMode Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. storagesync. models. ServerEndpointSyncMode
- com.
- com.
public final class ServerEndpointSyncMode
extends ExpandableStringEnum<ServerEndpointSyncMode>
Sync mode for the server endpoint.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Server |
INITIAL_FULL_DOWNLOAD
Static value Initial |
|
static final
Server |
INITIAL_UPLOAD
Static value Initial |
|
static final
Server |
NAMESPACE_DOWNLOAD
Static value Namespace |
|
static final
Server |
REGULAR
Static value Regular for Server |
|
static final
Server |
SNAPSHOT_UPLOAD
Static value Snapshot |
Constructor Summary
| Constructor | Description |
|---|---|
| ServerEndpointSyncMode() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Server |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Server |
fromString(String name)
Creates or finds a Server |
|
static
Collection<Server |
values()
Gets known Server |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
INITIAL_FULL_DOWNLOAD
public static final ServerEndpointSyncMode INITIAL_FULL_DOWNLOAD
Static value InitialFullDownload for ServerEndpointSyncMode.
INITIAL_UPLOAD
public static final ServerEndpointSyncMode INITIAL_UPLOAD
Static value InitialUpload for ServerEndpointSyncMode.
NAMESPACE_DOWNLOAD
public static final ServerEndpointSyncMode NAMESPACE_DOWNLOAD
Static value NamespaceDownload for ServerEndpointSyncMode.
REGULAR
public static final ServerEndpointSyncMode REGULAR
Static value Regular for ServerEndpointSyncMode.
SNAPSHOT_UPLOAD
public static final ServerEndpointSyncMode SNAPSHOT_UPLOAD
Static value SnapshotUpload for ServerEndpointSyncMode.
Constructor Details
ServerEndpointSyncMode
@Deprecated
public ServerEndpointSyncMode()
Deprecated
Creates a new instance of ServerEndpointSyncMode value.
Method Details
fromString
public static ServerEndpointSyncMode fromString(String name)
Creates or finds a ServerEndpointSyncMode from its string representation.
Parameters:
Returns:
values
public static Collection<ServerEndpointSyncMode> values()
Gets known ServerEndpointSyncMode values.
Returns: