public class AttachedGridResource extends Object
WorkflowGridAdaptor
that requires this information. The resources that can be attached to the adaptor are of specific types and some
restrictions apply to those that are considered mandatory or optional as well as their cardinality. These are described
in the resources container, AdaptorGridResources| Modifier and Type | Class and Description |
|---|---|
static class |
AttachedGridResource.AccessInfo |
static class |
AttachedGridResource.AttachedResourceType |
static class |
AttachedGridResource.ResourceType
The type of resource that is provided
|
| Modifier and Type | Field and Description |
|---|---|
AttachedGridResource.AccessInfo |
accessInfo |
String |
Key
The Key by which this resource is identified.
|
AttachedGridResource.AttachedResourceType |
ResourceLocationType |
String |
StorageSystemID
The ID of the resource once it is submitted to the
|
AttachedGridResource.ResourceType |
TypeOfResource
The Type of resource.
|
String |
Value
The location of the resource in the node that the resource is submitted
|
| Constructor and Description |
|---|
AttachedGridResource(String Key,
String Value)
Instantiates a new attached grid resource.
|
AttachedGridResource(String Key,
String Value,
AttachedGridResource.ResourceType TypeOfResource)
Instantiates a new attached grid resource.
|
AttachedGridResource(String Key,
String Value,
AttachedGridResource.ResourceType TypeOfResource,
AttachedGridResource.AttachedResourceType ResourceLocationType) |
public String Key
public String Value
public AttachedGridResource.AccessInfo accessInfo
public String StorageSystemID
public AttachedGridResource.ResourceType TypeOfResource
public AttachedGridResource.AttachedResourceType ResourceLocationType
public AttachedGridResource(String Key, String Value)
Key - the keyValue - the valuepublic AttachedGridResource(String Key, String Value, AttachedGridResource.ResourceType TypeOfResource)
Key - the keyValue - the valueTypeOfResource - the type of resourcepublic AttachedGridResource(String Key, String Value, AttachedGridResource.ResourceType TypeOfResource, AttachedGridResource.AttachedResourceType ResourceLocationType)
Copyright © 2015. All Rights Reserved.