| Package | Description |
|---|---|
| org.cloudfoundry.client.lib.domain |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableSecurityGroupRule
Immutable implementation of
SecurityGroupRule. |
| Modifier and Type | Method and Description |
|---|---|
List<SecurityGroupRule> |
ImmutableCloudSecurityGroup.getRules() |
List<SecurityGroupRule> |
CloudSecurityGroup.getRules() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableCloudSecurityGroup.Builder |
ImmutableCloudSecurityGroup.Builder.addRule(SecurityGroupRule element)
Adds one element to
rules list. |
ImmutableCloudSecurityGroup.Builder |
ImmutableCloudSecurityGroup.Builder.addRules(SecurityGroupRule... elements)
Adds elements to
rules list. |
static ImmutableSecurityGroupRule |
ImmutableSecurityGroupRule.copyOf(SecurityGroupRule instance)
Creates an immutable copy of a
SecurityGroupRule value. |
ImmutableSecurityGroupRule.Builder |
ImmutableSecurityGroupRule.Builder.from(SecurityGroupRule instance)
Fill a builder with attribute values from the provided
SecurityGroupRule instance. |
ImmutableCloudSecurityGroup |
ImmutableCloudSecurityGroup.withRules(SecurityGroupRule... elements)
Copy the current immutable object with elements that replace the content of
rules. |
| Modifier and Type | Method and Description |
|---|---|
ImmutableCloudSecurityGroup.Builder |
ImmutableCloudSecurityGroup.Builder.addAllRules(Iterable<? extends SecurityGroupRule> elements)
Adds elements to
rules list. |
ImmutableCloudSecurityGroup.Builder |
ImmutableCloudSecurityGroup.Builder.rules(Iterable<? extends SecurityGroupRule> elements)
Sets or replaces all elements for
rules list. |
ImmutableCloudSecurityGroup |
ImmutableCloudSecurityGroup.withRules(Iterable<? extends SecurityGroupRule> elements)
Copy the current immutable object with elements that replace the content of
rules. |
Copyright © 2020 SAP SE. All rights reserved.