| Package | Description |
|---|---|
| org.cloudfoundry.client.lib.domain |
| Modifier and Type | Method and Description |
|---|---|
ImmutableCloudSecurityGroup |
ImmutableCloudSecurityGroup.Builder.build()
Builds a new
ImmutableCloudSecurityGroup. |
static ImmutableCloudSecurityGroup |
ImmutableCloudSecurityGroup.copyOf(CloudSecurityGroup instance)
Creates an immutable copy of a
CloudSecurityGroup value. |
ImmutableCloudSecurityGroup |
ImmutableCloudSecurityGroup.withIsRunningDefault(Boolean value)
Copy the current immutable object by setting a value for the
isRunningDefault attribute. |
ImmutableCloudSecurityGroup |
ImmutableCloudSecurityGroup.withIsStagingDefault(Boolean value)
Copy the current immutable object by setting a value for the
isStagingDefault attribute. |
ImmutableCloudSecurityGroup |
ImmutableCloudSecurityGroup.withMetadata(CloudMetadata value)
Copy the current immutable object by setting a value for the
metadata attribute. |
ImmutableCloudSecurityGroup |
ImmutableCloudSecurityGroup.withName(String value)
Copy the current immutable object by setting a value for the
name attribute. |
ImmutableCloudSecurityGroup |
ImmutableCloudSecurityGroup.withRules(Iterable<? extends SecurityGroupRule> elements)
Copy the current immutable object with elements that replace the content of
rules. |
ImmutableCloudSecurityGroup |
ImmutableCloudSecurityGroup.withRules(SecurityGroupRule... elements)
Copy the current immutable object with elements that replace the content of
rules. |
ImmutableCloudSecurityGroup |
ImmutableCloudSecurityGroup.withV3Metadata(org.cloudfoundry.client.v3.Metadata value)
Copy the current immutable object by setting a value for the
v3Metadata attribute. |
Copyright © 2020 SAP SE. All rights reserved.