public static enum Resource.InternalType extends Enum<Resource.InternalType>
Modifier and Type | Method and Description |
---|---|
static Resource.InternalType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Resource.InternalType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Resource.InternalType Cluster
public static final Resource.InternalType Service
public static final Resource.InternalType Host
public static final Resource.InternalType Component
public static final Resource.InternalType HostComponent
public static final Resource.InternalType Configuration
public static final Resource.InternalType ConfigGroup
public static final Resource.InternalType Action
public static final Resource.InternalType Request
public static final Resource.InternalType RequestSchedule
public static final Resource.InternalType Task
public static final Resource.InternalType User
public static final Resource.InternalType Stack
public static final Resource.InternalType StackVersion
public static final Resource.InternalType OperatingSystem
public static final Resource.InternalType Repository
public static final Resource.InternalType StackService
public static final Resource.InternalType StackConfiguration
public static final Resource.InternalType StackServiceComponent
public static final Resource.InternalType DRFeed
public static final Resource.InternalType DRTargetCluster
public static final Resource.InternalType DRInstance
public static final Resource.InternalType Workflow
public static final Resource.InternalType Job
public static final Resource.InternalType TaskAttempt
public static final Resource.InternalType RootService
public static final Resource.InternalType RootServiceComponent
public static final Resource.InternalType RootServiceHostComponent
public static final Resource.InternalType View
public static final Resource.InternalType ViewInstance
public static final Resource.InternalType Blueprint
public static Resource.InternalType[] values()
for (Resource.InternalType c : Resource.InternalType.values()) System.out.println(c);
public static Resource.InternalType 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 © 2015. All rights reserved.