public enum RemoteServiceType extends Enum<RemoteServiceType>
| Enum Constant and Description |
|---|
APPLIANCE_MANAGER |
BPM_SERVICE |
CLOUD_PROVIDER_PROXY |
DHCP_SERVICE |
DHCPv6 |
NODE_COLLECTOR |
STORAGE_SYSTEM_MONITOR |
VIRTUAL_FACTORY |
VIRTUAL_SYSTEM_MONITOR |
| Modifier and Type | Field and Description |
|---|---|
static List<RemoteServiceType> |
CLOUD_PROVIDER_REMOTE_SERVICES |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canBeChecked() |
boolean |
checkDatacenterId() |
boolean |
checkUniqueness() |
String |
fixUri(URI uri) |
Integer |
getDefaultPort() |
String |
getDefaultProtocol() |
String |
getIdentifierName() |
String |
getName() |
String |
getServiceMapping() |
static boolean |
isCloudProviderRemoteService(RemoteServiceType type) |
static RemoteServiceType |
valueFromName(String name) |
static RemoteServiceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RemoteServiceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RemoteServiceType VIRTUAL_FACTORY
public static final RemoteServiceType STORAGE_SYSTEM_MONITOR
public static final RemoteServiceType VIRTUAL_SYSTEM_MONITOR
public static final RemoteServiceType NODE_COLLECTOR
public static final RemoteServiceType DHCP_SERVICE
public static final RemoteServiceType BPM_SERVICE
public static final RemoteServiceType APPLIANCE_MANAGER
public static final RemoteServiceType DHCPv6
public static final RemoteServiceType CLOUD_PROVIDER_PROXY
public static List<RemoteServiceType> CLOUD_PROVIDER_REMOTE_SERVICES
public static RemoteServiceType[] values()
for (RemoteServiceType c : RemoteServiceType.values()) System.out.println(c);
public static RemoteServiceType 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 Integer getDefaultPort()
public String getDefaultProtocol()
public String getName()
public String getServiceMapping()
public boolean canBeChecked()
public boolean checkUniqueness()
public boolean checkDatacenterId()
public static RemoteServiceType valueFromName(String name)
public String getIdentifierName()
public static boolean isCloudProviderRemoteService(RemoteServiceType type)
Copyright © 2008-2014 Abiquo Holdings S.L.. All Rights Reserved.