Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CONF
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
UvA
CONF
Commits
1a62fee8
Commit
1a62fee8
authored
Jan 12, 2020
by
Spiros Koulouzis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added more properties missing from cloudstorm topology
parent
883de1b9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
1 deletion
+23
-1
CloudsStormSubTopology.java
...va/sne/drip/model/cloud/storm/CloudsStormSubTopology.java
+18
-0
CloudsStormSubTopology.yml
openAPI/schema/CloudStorm/CloudsStormSubTopology.yml
+5
-1
No files found.
drip-commons/src/main/java/nl/uva/sne/drip/model/cloud/storm/CloudsStormSubTopology.java
View file @
1a62fee8
...
...
@@ -15,6 +15,20 @@ import org.springframework.validation.annotation.Validated;
public
class
CloudsStormSubTopology
{
/**
* @return the connections
*/
public
Object
getConnections
()
{
return
connections
;
}
/**
* @param connections the connections to set
*/
public
void
setConnections
(
Object
connections
)
{
this
.
connections
=
connections
;
}
/**
* @return the scaledFrom
*/
...
...
@@ -74,9 +88,13 @@ public class CloudsStormSubTopology {
@JsonProperty
(
"sshKeyPairId"
)
private
String
sshKeyPairId
;
@JsonProperty
(
"scaledFrom"
)
private
Object
scaledFrom
;
@JsonProperty
(
"connections"
)
private
Object
connections
;
/**
* Gets or Sets status
*/
...
...
openAPI/schema/CloudStorm/CloudsStormSubTopology.yml
View file @
1a62fee8
...
...
@@ -21,4 +21,8 @@
scaledFrom
:
type
:
object
additionalProperties
:
type
:
object
type
:
object
connections
:
type
:
object
additionalProperties
:
type
:
object
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment