public class SecurityGroupCreateRequest extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
SecurityGroupCreateRequest.DynamicMember
Dynamic member.
|
static class |
SecurityGroupCreateRequest.Member
Member.
|
Constructor and Description |
---|
SecurityGroupCreateRequest(String name,
String description,
String scope,
boolean isTemporal,
boolean inheritanceAllowed,
List<SecurityGroupCreateRequest.Member> includedMember,
List<SecurityGroupCreateRequest.Member> excludedMember,
List<SecurityGroupCreateRequest.DynamicMember> dynamicMember)
Instantiates a new security group response.
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets description.
|
List<SecurityGroupCreateRequest.DynamicMember> |
getDynamicMember()
Gets dynamicMember.
|
List<SecurityGroupCreateRequest.Member> |
getExcludedMember()
Gets excludedMember.
|
List<SecurityGroupCreateRequest.Member> |
getIncludedMember()
Gets includedMember.
|
String |
getName()
Gets name.
|
String |
getScope()
Gets scope.
|
boolean |
isInheritanceAllowed()
Gets inheritanceAllowed.
|
boolean |
isTemporal()
Gets isTemporal.
|
public SecurityGroupCreateRequest(String name, String description, String scope, boolean isTemporal, boolean inheritanceAllowed, List<SecurityGroupCreateRequest.Member> includedMember, List<SecurityGroupCreateRequest.Member> excludedMember, List<SecurityGroupCreateRequest.DynamicMember> dynamicMember)
name
- the namedescription
- the descriptionscope
- the scopeisTemporal
- the is temporalinheritanceAllowed
- the inheritance allowedincludedMember
- the included memberexcludedMember
- the excluded memberdynamicMember
- the dynamic memberpublic 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<SecurityGroupCreateRequest.Member> getIncludedMember()
The included members of the security group
List
of SecurityGroupCreateRequest.Member
the includedMemberpublic List<SecurityGroupCreateRequest.Member> getExcludedMember()
The excluded members of the security group
List
of SecurityGroupCreateRequest.Member
the excludedMemberpublic List<SecurityGroupCreateRequest.DynamicMember> getDynamicMember()
The dynamic members of the security group
List
of SecurityGroupCreateRequest.DynamicMember
the dynamicMemberCopyright © 2023 iland Internet Solutions, Corp. All rights reserved.