public static enum ListPrivateEndpointsRequest.Fields extends Enum<ListPrivateEndpointsRequest.Fields> implements BmcEnum
PrivateEndpoint summary in list of PrivateEndpoints includes the ‘namespace’, ‘name’, ‘compartmentId’, ‘createdBy’, ‘timeCreated’, ‘timeModified’ and ‘etag’ fields. This parameter can also include ‘tags’ (freeformTags and definedTags). The only supported value of this parameter is ‘tags’ for now. Example ‘tags’.
Enum Constant and Description |
---|
Tags |
Modifier and Type | Method and Description |
---|---|
static ListPrivateEndpointsRequest.Fields |
create(String key) |
String |
getValue() |
static ListPrivateEndpointsRequest.Fields |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListPrivateEndpointsRequest.Fields[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListPrivateEndpointsRequest.Fields Tags
public static ListPrivateEndpointsRequest.Fields[] values()
for (ListPrivateEndpointsRequest.Fields c : ListPrivateEndpointsRequest.Fields.values()) System.out.println(c);
public static ListPrivateEndpointsRequest.Fields 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 ListPrivateEndpointsRequest.Fields create(String key)
Copyright © 2016–2024. All rights reserved.