@Generated(value="org.immutables.processor.ProxyProcessor") public final class SecurityGroupResource extends SecurityGroup
| Modifier and Type | Class and Description |
|---|---|
static class |
SecurityGroupResource.Builder
Builds instances of type
SecurityGroupResource. |
| Modifier and Type | Method and Description |
|---|---|
static SecurityGroupResource.Builder |
builder()
Creates a builder for
SecurityGroupResource. |
boolean |
equals(Object another)
This instance is equal to all instances of
SecurityGroupResource that have equal attribute values. |
String |
getCreatedAt()
When the resource was created
|
GloballyEnabled |
getGloballyEnabled()
The globally enabled
|
String |
getId()
The resource's id
|
Map<String,Link> |
getLinks()
Links to related resources and actions for the resource
|
String |
getName()
The name
|
Relationships |
getRelationships()
The space relationships
|
List<Rule> |
getRules()
The rules
|
String |
getUpdatedAt()
When the resource was last updated
|
int |
hashCode()
Computes a hash code from attributes:
createdAt, id, links, updatedAt, name, globallyEnabled, rules, relationships. |
String |
toString()
Prints the immutable value
SecurityGroupResource with attribute values. |
public String getCreatedAt()
getCreatedAt in class Resourcepublic String getUpdatedAt()
getUpdatedAt in class Resourcepublic String getName()
public GloballyEnabled getGloballyEnabled()
public Relationships getRelationships()
public boolean equals(Object another)
SecurityGroupResource that have equal attribute values.public int hashCode()
createdAt, id, links, updatedAt, name, globallyEnabled, rules, relationships.public String toString()
SecurityGroupResource with attribute values.public static SecurityGroupResource.Builder builder()
SecurityGroupResource.
SecurityGroupResource.builder()
.createdAt(String) // required createdAt
.id(String) // required id
.link|putAllLinks(String => Link) // links mappings
.updatedAt(String | null) // nullable updatedAt
.name(String) // required name
.globallyEnabled(org.cloudfoundry.client.v3.securitygroups.GloballyEnabled) // required globallyEnabled
.rule|addAllRules(Rule) // rules elements
.relationships(org.cloudfoundry.client.v3.securitygroups.Relationships) // required relationships
.build();
Copyright © 2024. All rights reserved.