public class SecurityGroupUpdateRequest extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
SecurityGroupUpdateRequest.DynamicMember
Dynamic member.
|
static class |
SecurityGroupUpdateRequest.Member
Member.
|
Constructor and Description |
---|
SecurityGroupUpdateRequest(String objectId,
String name,
String description,
String scope,
Boolean isTemporal,
Boolean inheritanceAllowed,
List<SecurityGroupUpdateRequest.Member> includedMember,
List<SecurityGroupUpdateRequest.Member> excludedMember,
List<SecurityGroupUpdateRequest.DynamicMember> dynamicMember)
Instantiates a new security group response.
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets description.
|
List<SecurityGroupUpdateRequest.DynamicMember> |
getDynamicMember()
Gets dynamicMember.
|
List<SecurityGroupUpdateRequest.Member> |
getExcludedMember()
Gets excludedMember.
|
List<SecurityGroupUpdateRequest.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 SecurityGroupUpdateRequest(String objectId, String name, String description, String scope, Boolean isTemporal, Boolean inheritanceAllowed, List<SecurityGroupUpdateRequest.Member> includedMember, List<SecurityGroupUpdateRequest.Member> excludedMember, List<SecurityGroupUpdateRequest.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<SecurityGroupUpdateRequest.Member> getIncludedMember()
The included members of the security group
List
of SecurityGroupUpdateRequest.Member
the includedMemberpublic List<SecurityGroupUpdateRequest.Member> getExcludedMember()
The excluded members of the security group
List
of SecurityGroupUpdateRequest.Member
the excludedMemberpublic List<SecurityGroupUpdateRequest.DynamicMember> getDynamicMember()
The dynamic members of the security group
List
of SecurityGroupUpdateRequest.DynamicMember
the dynamicMemberCopyright © 2023 iland Internet Solutions, Corp. All rights reserved.