@Beta(value=V1_4_0) public enum ContainerServiceMasterProfileCount extends Enum<ContainerServiceMasterProfileCount>
Enum Constant and Description |
---|
MAX
Enum value Max.
|
MID
Enum value Mid.
|
MIN
Enum value Min.
|
Modifier and Type | Method and Description |
---|---|
int |
count() |
static ContainerServiceMasterProfileCount |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContainerServiceMasterProfileCount[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContainerServiceMasterProfileCount MIN
public static final ContainerServiceMasterProfileCount MID
public static final ContainerServiceMasterProfileCount MAX
public static ContainerServiceMasterProfileCount[] values()
for (ContainerServiceMasterProfileCount c : ContainerServiceMasterProfileCount.values()) System.out.println(c);
public static ContainerServiceMasterProfileCount valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic int count()
Copyright © 2019. All rights reserved.