| Package | Description |
|---|---|
| org.cloudfoundry.client.v2.securitygroups |
| Modifier and Type | Method and Description |
|---|---|
static RuleEntity.Builder |
RuleEntity.builder()
Creates a builder for
RuleEntity. |
RuleEntity.Builder |
RuleEntity.Builder.code(Integer code)
Initializes the value for the
code attribute. |
RuleEntity.Builder |
RuleEntity.Builder.description(String description)
Initializes the value for the
description attribute. |
RuleEntity.Builder |
RuleEntity.Builder.destination(String destination)
Initializes the value for the
destination attribute. |
RuleEntity.Builder |
RuleEntity.Builder.from(RuleEntity instance)
Fill a builder with attribute values from the provided
RuleEntity instance. |
RuleEntity.Builder |
RuleEntity.Builder.log(Boolean log)
Initializes the value for the
log attribute. |
RuleEntity.Builder |
RuleEntity.Builder.ports(String ports)
Initializes the value for the
ports attribute. |
RuleEntity.Builder |
RuleEntity.Builder.protocol(Protocol protocol)
Initializes the value for the
protocol attribute. |
RuleEntity.Builder |
RuleEntity.Builder.type(Integer type)
Initializes the value for the
type attribute. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.