public class SecurityGroupResponse extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
SecurityGroupResponse.DynamicMember
Dynamic member.
|
static class |
SecurityGroupResponse.Member
Member.
|
| Constructor and Description |
|---|
SecurityGroupResponse(String objectId,
String name,
String description,
String scope,
boolean isTemporal,
boolean inheritanceAllowed,
List<SecurityGroupResponse.Member> includedMember,
List<SecurityGroupResponse.Member> excludedMember,
List<SecurityGroupResponse.DynamicMember> dynamicMember)
Instantiates a new security group response.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets description.
|
List<SecurityGroupResponse.DynamicMember> |
getDynamicMember()
Gets dynamicMember.
|
List<SecurityGroupResponse.Member> |
getExcludedMember()
Gets excludedMember.
|
List<SecurityGroupResponse.Member> |
getIncludedMember()
Gets includedMember.
|
String |
getName()
Gets name.
|
String |
getObjectId()
Gets objectId.
|
String |
getScope()
Gets scope.
|
boolean |
isInheritanceAllowed()
Gets inheritanceAllowed.
|
boolean |
isTemporal()
Gets isTemporal.
|
public SecurityGroupResponse(String objectId, String name, String description, String scope, boolean isTemporal, boolean inheritanceAllowed, List<SecurityGroupResponse.Member> includedMember, List<SecurityGroupResponse.Member> excludedMember, List<SecurityGroupResponse.DynamicMember> dynamicMember)
objectId - the object idname - the namedescription - the descriptionscope - the scopeisTemporal - the is temporalinheritanceAllowed - the inheritance allowedincludedMember - the included memberexcludedMember - the excluded memberdynamicMember - the dynamic memberpublic String getObjectId()
The object ID of the security group
String the objectIdpublic String getDescription()
The description of the security group
String the descriptionpublic String getScope()
The scope of the security group in relation to the network
String the scopepublic boolean isTemporal()
Whether or not the security group is temporal
public boolean isInheritanceAllowed()
Whether inheritance is allowed for the security group
public List<SecurityGroupResponse.Member> getIncludedMember()
The included members of the security group
List of SecurityGroupResponse.Member the includedMemberpublic List<SecurityGroupResponse.Member> getExcludedMember()
The excluded members of the security group
List of SecurityGroupResponse.Member the excludedMemberpublic List<SecurityGroupResponse.DynamicMember> getDynamicMember()
The dynamic members of the security group
List of SecurityGroupResponse.DynamicMember the dynamicMemberCopyright © 2023 iland Internet Solutions, Corp. All rights reserved.