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