public class CreateSecurityGroupWithPoliciesRequest extends AbstractModel
Constructor and Description |
---|
CreateSecurityGroupWithPoliciesRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getGroupDescription()
Get The remarks for the security group.
|
String |
getGroupName()
Get Security group can be named freely, but cannot exceed 60 characters.
|
String |
getProjectId()
Get The project id is 0 by default.
|
SecurityGroupPolicySet |
getSecurityGroupPolicySet()
Get Security group policy set.
|
void |
setGroupDescription(String GroupDescription)
Set The remarks for the security group.
|
void |
setGroupName(String GroupName)
Set Security group can be named freely, but cannot exceed 60 characters.
|
void |
setProjectId(String ProjectId)
Set The project id is 0 by default.
|
void |
setSecurityGroupPolicySet(SecurityGroupPolicySet SecurityGroupPolicySet)
Set Security group policy set.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public CreateSecurityGroupWithPoliciesRequest()
public String getGroupName()
public void setGroupName(String GroupName)
GroupName
- Security group can be named freely, but cannot exceed 60 characters.public String getGroupDescription()
public void setGroupDescription(String GroupDescription)
GroupDescription
- The remarks for the security group. The maximum length is 100 characters.public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- The project id is 0 by default. You can query this in the project management page of the Qcloud console.public SecurityGroupPolicySet getSecurityGroupPolicySet()
public void setSecurityGroupPolicySet(SecurityGroupPolicySet SecurityGroupPolicySet)
SecurityGroupPolicySet
- Security group policy set.Copyright © 2020. All rights reserved.