public static enum Endpoint.Type extends Enum<Endpoint.Type> implements BmcEnum
The type of the Endpoint
.
Enum Constant and Description |
---|
ComputeInstance |
IpAddress |
LoadBalancer |
LoadBalancerListener |
NetworkLoadBalancer |
NetworkLoadBalancerListener |
OnPrem |
Subnet |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Vlan |
Vnic |
Modifier and Type | Method and Description |
---|---|
static Endpoint.Type |
create(String key) |
String |
getValue() |
static Endpoint.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Endpoint.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Endpoint.Type IpAddress
public static final Endpoint.Type Subnet
public static final Endpoint.Type ComputeInstance
public static final Endpoint.Type Vnic
public static final Endpoint.Type LoadBalancer
public static final Endpoint.Type LoadBalancerListener
public static final Endpoint.Type NetworkLoadBalancer
public static final Endpoint.Type NetworkLoadBalancerListener
public static final Endpoint.Type Vlan
public static final Endpoint.Type OnPrem
public static final Endpoint.Type UnknownEnumValue
public static Endpoint.Type[] values()
for (Endpoint.Type c : Endpoint.Type.values()) System.out.println(c);
public static Endpoint.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 Endpoint.Type create(String key)
Copyright © 2016–2024. All rights reserved.