Package org.jclouds.compute.events
Class InitScriptOnNodeSubmission
- java.lang.Object
-
- org.jclouds.compute.events.StatementOnNode
-
- org.jclouds.compute.events.StatementOnNodeSubmission
-
- org.jclouds.compute.events.InitScriptOnNodeSubmission
-
@Beta public class InitScriptOnNodeSubmission extends StatementOnNodeSubmission
An init script was submitted to a node for execution. Note this does not guarantee that there was success, nor that the init script started.
-
-
Field Summary
-
Fields inherited from class org.jclouds.compute.events.StatementOnNode
node, statement
-
-
Constructor Summary
Constructors Constructor Description InitScriptOnNodeSubmission(InitScript statement, NodeMetadata node)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InitScript
getStatement()
-
-
-
Constructor Detail
-
InitScriptOnNodeSubmission
public InitScriptOnNodeSubmission(InitScript statement, NodeMetadata node)
-
-
Method Detail
-
getStatement
public InitScript getStatement()
- Overrides:
getStatement
in classStatementOnNode
-
-