@Generated(value="org.immutables.processor.ProxyProcessor") public final class CreateSecurityGroupRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateSecurityGroupRequest.Builder
Builds instances of type
CreateSecurityGroupRequest. |
| Modifier and Type | Method and Description |
|---|---|
static CreateSecurityGroupRequest.Builder |
builder()
Creates a builder for
CreateSecurityGroupRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
CreateSecurityGroupRequest that have equal attribute values. |
GloballyEnabled |
getGloballyEnabled()
the security group glbally enabled field
|
String |
getName()
The security group name
|
Relationships |
getRelationships()
The security group relationships
|
List<Rule> |
getRules()
The security group rules
|
int |
hashCode()
Computes a hash code from attributes:
name, globallyEnabled, rules, relationships. |
String |
toString()
Prints the immutable value
CreateSecurityGroupRequest with attribute values. |
public String getName()
public GloballyEnabled getGloballyEnabled()
public Relationships getRelationships()
public boolean equals(Object another)
CreateSecurityGroupRequest that have equal attribute values.public int hashCode()
name, globallyEnabled, rules, relationships.public String toString()
CreateSecurityGroupRequest with attribute values.public static CreateSecurityGroupRequest.Builder builder()
CreateSecurityGroupRequest.
CreateSecurityGroupRequest.builder()
.name(String) // required name
.globallyEnabled(org.cloudfoundry.client.v3.securitygroups.GloballyEnabled | null) // nullable globallyEnabled
.rules(List<Rule> | null) // nullable rules
.relationships(org.cloudfoundry.client.v3.securitygroups.Relationships | null) // nullable relationships
.build();
Copyright © 2024. All rights reserved.