public static enum AccessPolicyTargetDetails.Type extends Enum<AccessPolicyTargetDetails.Type> implements BmcEnum
Traffic type of the target.
Enum Constant and Description |
---|
AllVirtualServices |
ExternalService |
IngressGateway |
VirtualService |
Modifier and Type | Method and Description |
---|---|
static AccessPolicyTargetDetails.Type |
create(String key) |
String |
getValue() |
static AccessPolicyTargetDetails.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccessPolicyTargetDetails.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AccessPolicyTargetDetails.Type AllVirtualServices
public static final AccessPolicyTargetDetails.Type VirtualService
public static final AccessPolicyTargetDetails.Type ExternalService
public static final AccessPolicyTargetDetails.Type IngressGateway
public static AccessPolicyTargetDetails.Type[] values()
for (AccessPolicyTargetDetails.Type c : AccessPolicyTargetDetails.Type.values()) System.out.println(c);
public static AccessPolicyTargetDetails.Type 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 static AccessPolicyTargetDetails.Type create(String key)
Copyright © 2016–2024. All rights reserved.