Package | Description |
---|---|
org.cloudfoundry.operations.spaces |
Modifier and Type | Method and Description |
---|---|
Rule |
Rule.Builder.build()
Builds a new
Rule . |
Modifier and Type | Method and Description |
---|---|
List<Rule> |
SecurityGroup.getRules()
The rules
|
Modifier and Type | Method and Description |
---|---|
Rule.Builder |
Rule.Builder.from(Rule instance)
Fill a builder with attribute values from the provided
Rule instance. |
SecurityGroup.Builder |
SecurityGroup.Builder.rule(Rule... elements)
Adds elements to
rules list. |
SecurityGroup.Builder |
SecurityGroup.Builder.rule(Rule element)
Adds one element to
rules list. |
Modifier and Type | Method and Description |
---|---|
SecurityGroup.Builder |
SecurityGroup.Builder.addAllRules(Iterable<? extends Rule> elements)
Adds elements to
rules list. |
SecurityGroup.Builder |
SecurityGroup.Builder.rules(Iterable<? extends Rule> elements)
Sets or replaces all elements for
rules list. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.