Package | Description |
---|---|
cz.cesnet.cloud.occi.core | |
cz.cesnet.cloud.occi.infrastructure |
Modifier and Type | Method and Description |
---|---|
void |
Entity.addAttribute(String attributeIdentifier,
String value)
Adds attribute and its value.
|
void |
Entity.addAttributes(Map<String,String> attributes)
Adds attributes and their values.
|
void |
Entity.setId(String id)
Sets entity's id.
|
void |
Link.setSource(Resource source)
Sets link's source.
|
void |
Link.setSource(String sourceLocation)
Sets link's source.
|
void |
Resource.setSummary(String summary)
Sets resource's summary.
|
void |
Link.setTarget(Resource target)
Sets link's target.
|
void |
Link.setTarget(String targetLocation)
Sets link's target.
|
void |
Entity.setTitle(String title)
Sets entity's title.
|
Constructor and Description |
---|
Entity(String id,
Kind kind)
Constructor.
|
Entity(String id,
Kind kind,
String title,
Model model)
Constructor.
|
Link(String id,
Kind kind)
Constructor.
|
Link(String id,
Kind kind,
String title,
Model model)
Constructor.
|
Resource(String id,
Kind kind)
Constructor.
|
Resource(String id,
Kind kind,
String title,
Model model,
String summary)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
IPNetworkInterface.setAddress(String address)
Sets ipnetwork interface's address.
|
void |
IPNetwork.setAddress(String address)
Sets ipnetwork's address.
|
void |
IPNetworkInterface.setAllocation(Allocation allocation)
Sets ipnetwork interface's allocation.
|
void |
IPNetwork.setAllocation(Allocation allocation)
Sets ipnetwork's allocation.
|
void |
IPNetworkInterface.setAllocation(String allocationName)
Sets ipnetwork interface's allocation.
|
void |
IPNetwork.setAllocation(String allocationName)
Sets ipnetwork's allocation.
|
void |
Compute.setArchitecture(Architecture architecture)
Sets compute's architecture
|
void |
Compute.setArchitecture(String architectureName)
Sets compute's architecture
|
void |
Compute.setCores(int cores)
Sets number of compute's cores.
|
void |
Compute.setCores(String cores)
Sets number of compute's cores.
|
void |
StorageLink.setDeviceId(String id)
Sets storage link's device id.
|
void |
IPNetworkInterface.setGateway(String gateway)
Sets ipnetwork interface's gateway
|
void |
IPNetwork.setGateway(String gateway)
Sets ipnetwork's gateway
|
void |
Compute.setHostname(String hostname)
Sets compute's hostname.
|
void |
Network.setLabel(String label)
Sets network's label.
|
void |
NetworkInterface.setMac(String mac)
Sets network interface's mac address
|
void |
Compute.setMemory(float memory)
Sets compute's memory.
|
void |
Compute.setMemory(String memory)
Sets compute's memory.
|
void |
StorageLink.setMountpoint(String mountpoint)
Sets storage link's mountpoint
|
void |
NetworkInterface.setNetworkInterface(String networkInterface)
Sets network interface's interface
|
void |
Storage.setSize(float size)
Sets storage's size.
|
void |
Storage.setSize(String size)
Sets storage's size.
|
void |
Compute.setSpeed(float speed)
Sets compute's speed.
|
void |
Compute.setSpeed(String speed)
Sets compute's speed.
|
void |
Compute.setState(ComputeState state)
Sets compute's state.
|
void |
NetworkInterface.setState(NetworkState state)
Sets network interface's state.
|
void |
Network.setState(NetworkState state)
Sets network's state.
|
void |
StorageLink.setState(StorageLinkState state)
Sets storage link's state.
|
void |
Storage.setState(StorageState state)
Sets storage's state.
|
void |
NetworkInterface.setState(String stateName)
Sets network interface's state.
|
void |
Compute.setState(String stateName)
Sets compute's state.
|
void |
StorageLink.setState(String stateName)
Sets storage link's state.
|
void |
Network.setState(String stateName)
Sets network's state.
|
void |
Storage.setState(String stateName)
Sets storage's state.
|
void |
Network.setVlan(int vlan)
Sets network's vlan number.
|
void |
Network.setVlan(String vlan)
Sets network's vlan number.
|
Constructor and Description |
---|
Compute(String id,
Kind kind)
Constructor.
|
Compute(String id,
Kind kind,
String title,
Model model,
String summary)
Constructor.
|
IPNetwork(String id,
Kind kind)
Constructor.
|
IPNetwork(String id,
Kind kind,
String title,
Model model,
String summary)
Constructor.
|
IPNetworkInterface(String id,
Kind kind)
Constructor.
|
IPNetworkInterface(String id,
Kind kind,
String title,
Model model)
Constructor.
|
Network(String id,
Kind kind)
Constructor.
|
Network(String id,
Kind kind,
String title,
Model model,
String summary)
Constructor.
|
NetworkInterface(String id,
Kind kind)
Constructor.
|
NetworkInterface(String id,
Kind kind,
String title,
Model model)
Constructor.
|
Storage(String id,
Kind kind)
Constructor.
|
Storage(String id,
Kind kind,
String title,
Model model,
String summary)
Constructor.
|
StorageLink(String id,
Kind kind)
Constructor.
|
StorageLink(String id,
Kind kind,
String title,
Model model)
Constructor.
|
Copyright © 2016. All Rights Reserved.