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