public enum IpCollectionAction extends Enum<IpCollectionAction>
| Enum Constant and Description |
|---|
attach |
bind |
bindEsg |
bindSg |
detach |
modifyAttribute
update specified ip collection name or description
|
unBind |
| Modifier and Type | Method and Description |
|---|---|
static IpCollectionAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IpCollectionAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IpCollectionAction modifyAttribute
public static final IpCollectionAction attach
public static final IpCollectionAction detach
public static final IpCollectionAction bind
public static final IpCollectionAction unBind
public static final IpCollectionAction bindSg
public static final IpCollectionAction bindEsg
public static IpCollectionAction[] values()
for (IpCollectionAction c : IpCollectionAction.values()) System.out.println(c);
public static IpCollectionAction 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 nullCopyright © 2025. All rights reserved.