| Package | Description |
|---|---|
| org.cloudfoundry.client.v3 | |
| org.cloudfoundry.client.v3.domains | |
| org.cloudfoundry.client.v3.securitygroups |
| Modifier and Type | Method and Description |
|---|---|
ToManyRelationship |
ToManyRelationship.Builder.build()
Builds a new
ToManyRelationship. |
| Modifier and Type | Method and Description |
|---|---|
ToManyRelationship.Builder |
ToManyRelationship.Builder.from(ToManyRelationship instance)
Fill a builder with attribute values from the provided
ToManyRelationship instance. |
| Modifier and Type | Method and Description |
|---|---|
ToManyRelationship |
DomainRelationships.getSharedOrganizations()
Organizations the domain is shared with.
|
| Modifier and Type | Method and Description |
|---|---|
DomainRelationships.Builder |
DomainRelationships.Builder.sharedOrganizations(ToManyRelationship sharedOrganizations)
Initializes the value for the
sharedOrganizations attribute. |
| Modifier and Type | Method and Description |
|---|---|
ToManyRelationship |
Relationships.getRunningSpaces()
A relationship to the spaces where the security_group is applied to
applications during runtime
|
ToManyRelationship |
Relationships.getStagingSpaces()
A relationship to the spaces where the security_group is applied to
applications during runtime
|
| Modifier and Type | Method and Description |
|---|---|
Relationships.Builder |
Relationships.Builder.runningSpaces(ToManyRelationship runningSpaces)
Initializes the value for the
runningSpaces attribute. |
Relationships.Builder |
Relationships.Builder.stagingSpaces(ToManyRelationship stagingSpaces)
Initializes the value for the
stagingSpaces attribute. |
Copyright © 2024. All rights reserved.