Package | Description |
---|---|
cz.cesnet.cloud.occi | |
cz.cesnet.cloud.occi.core | |
cz.cesnet.cloud.occi.infrastructure |
Modifier and Type | Method and Description |
---|---|
Resource |
Collection.getResource(String resourceIdentifier)
Retrieves the resource specified by its identifier from the collection.
|
Modifier and Type | Method and Description |
---|---|
Set<Resource> |
Collection.getResources()
Returns all resources in the collection in form of a set.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Collection.addResource(Resource resource)
Adds resource instance to the collection.
|
boolean |
Collection.containsResource(Resource resource)
Checks whether collection contains the resource.
|
boolean |
Collection.removeResource(Resource resource)
Removes resource from the collection.
|
Modifier and Type | Method and Description |
---|---|
void |
Link.setSource(Resource source)
Sets link's source.
|
void |
Link.setTarget(Resource target)
Sets link's target.
|
Modifier and Type | Class and Description |
---|---|
class |
Compute
Class representing an OCCI Compute
|
class |
IPNetwork
Class representing an OCCI IPNetwork
|
class |
Network
Class representing an OCCI Network
|
class |
Storage
Class representing an OCCI Storage.
|
Copyright © 2016. All Rights Reserved.