| Package | Description |
|---|---|
| org.cloudfoundry.client.lib.domain |
| Modifier and Type | Method and Description |
|---|---|
ImmutableSecurityGroupRule |
ImmutableSecurityGroupRule.Builder.build()
Builds a new
ImmutableSecurityGroupRule. |
static ImmutableSecurityGroupRule |
ImmutableSecurityGroupRule.copyOf(SecurityGroupRule instance)
Creates an immutable copy of a
SecurityGroupRule value. |
ImmutableSecurityGroupRule |
ImmutableSecurityGroupRule.withCode(Integer value)
Copy the current immutable object by setting a value for the
code attribute. |
ImmutableSecurityGroupRule |
ImmutableSecurityGroupRule.withDestination(String value)
Copy the current immutable object by setting a value for the
destination attribute. |
ImmutableSecurityGroupRule |
ImmutableSecurityGroupRule.withLog(Boolean value)
Copy the current immutable object by setting a value for the
log attribute. |
ImmutableSecurityGroupRule |
ImmutableSecurityGroupRule.withPorts(String value)
Copy the current immutable object by setting a value for the
ports attribute. |
ImmutableSecurityGroupRule |
ImmutableSecurityGroupRule.withProtocol(String value)
Copy the current immutable object by setting a value for the
protocol attribute. |
ImmutableSecurityGroupRule |
ImmutableSecurityGroupRule.withType(Integer value)
Copy the current immutable object by setting a value for the
type attribute. |
Copyright © 2020 SAP SE. All rights reserved.