@UriParams public class JcloudsConfiguration extends Object
Constructor and Description |
---|
JcloudsConfiguration() |
Modifier and Type | Method and Description |
---|---|
String |
getBlobName() |
JcloudsCommand |
getCommand() |
String |
getContainer() |
String |
getDirectory() |
String |
getGroup() |
String |
getHardwareId() |
String |
getImageId() |
String |
getLocationId() |
String |
getNodeId() |
String |
getNodeState() |
String |
getOperation() |
String |
getProviderId() |
String |
getUser() |
void |
setBlobName(String blobName)
The name of the blob.
|
void |
setCommand(JcloudsCommand command)
What command to execute such as blobstore or compute.
|
void |
setContainer(String container)
The name of the blob container.
|
void |
setDirectory(String directory)
An optional directory name to use
|
void |
setGroup(String group)
The group that will be assigned to the newly created node.
|
void |
setHardwareId(String hardwareId)
The hardware that will be used for creating a node.
|
void |
setImageId(String imageId)
The imageId that will be used for creating a node.
|
void |
setLocationId(String locationId)
The location that will be used for creating a node.
|
void |
setNodeId(String nodeId)
The id of the node that will run the script or destroyed.
|
void |
setNodeState(String nodeState)
To filter by node status to only select running nodes etc.
|
void |
setOperation(String operation)
Specifies the type of operation that will be performed to the blobstore.
|
void |
setProviderId(String providerId)
The name of the cloud provider that provides the target service (e.g.
|
void |
setUser(String user)
The user on the target node that will run the script.
|
public JcloudsCommand getCommand()
public void setCommand(JcloudsCommand command)
public String getProviderId()
public void setProviderId(String providerId)
public String getImageId()
public void setImageId(String imageId)
public String getLocationId()
public void setLocationId(String locationId)
public String getHardwareId()
public void setHardwareId(String hardwareId)
public String getOperation()
public void setOperation(String operation)
public String getNodeState()
public void setNodeState(String nodeState)
public String getNodeId()
public void setNodeId(String nodeId)
public String getGroup()
public void setGroup(String group)
public String getUser()
public void setUser(String user)
public String getContainer()
public void setContainer(String container)
public String getDirectory()
public void setDirectory(String directory)
public String getBlobName()
public void setBlobName(String blobName)
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.