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