IpVersions Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. compute. models. IpVersions
- com.
- com.
public final class IpVersions
extends ExpandableStringEnum<IpVersions>
Available from Api-Version 2019-07-01 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Ip |
IPV4
Static value IPv4 for Ip |
static final
Ip |
IPV6
Static value IPv6 for Ip |
Constructor Summary
Constructor | Description |
---|---|
IpVersions() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Ip |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Ip |
fromString(String name)
Creates or finds a Ip |
static
Collection<Ip |
values()
Gets known Ip |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
IPV4
public static final IpVersions IPV4
Static value IPv4 for IpVersions.
IPV6
public static final IpVersions IPV6
Static value IPv6 for IpVersions.
Constructor Details
IpVersions
@Deprecated
public IpVersions()
Deprecated
Creates a new instance of IpVersions value.
Method Details
fromString
public static IpVersions fromString(String name)
Creates or finds a IpVersions from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known IpVersions values.
Returns:
Applies to
Azure SDK for Java