| Package | Description |
|---|---|
| org.cloudfoundry.client.lib.domain |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableSecurityGroupRule.Builder |
ImmutableSecurityGroupRule.builder()
Creates a builder for
ImmutableSecurityGroupRule. |
ImmutableSecurityGroupRule.Builder |
ImmutableSecurityGroupRule.Builder.code(Integer code)
Initializes the value for the
code attribute. |
ImmutableSecurityGroupRule.Builder |
ImmutableSecurityGroupRule.Builder.destination(String destination)
Initializes the value for the
destination attribute. |
ImmutableSecurityGroupRule.Builder |
ImmutableSecurityGroupRule.Builder.from(SecurityGroupRule instance)
Fill a builder with attribute values from the provided
SecurityGroupRule instance. |
ImmutableSecurityGroupRule.Builder |
ImmutableSecurityGroupRule.Builder.log(Boolean log)
Initializes the value for the
log attribute. |
ImmutableSecurityGroupRule.Builder |
ImmutableSecurityGroupRule.Builder.ports(String ports)
Initializes the value for the
ports attribute. |
ImmutableSecurityGroupRule.Builder |
ImmutableSecurityGroupRule.Builder.protocol(String protocol)
Initializes the value for the
protocol attribute. |
ImmutableSecurityGroupRule.Builder |
ImmutableSecurityGroupRule.Builder.type(Integer type)
Initializes the value for the
type attribute. |
Copyright © 2020 SAP SE. All rights reserved.