public class SecurityGroup extends AbstractModel
Constructor and Description |
---|
SecurityGroup() |
Modifier and Type | Method and Description |
---|---|
String |
getCreateTime()
Get Creation time in the format of yyyy-mm-dd hh:mm:ss.
|
Inbound[] |
getInbound()
Get Inbound rule.
|
Outbound[] |
getOutbound()
Get Outbound rule.
|
Long |
getProjectId()
Get Project ID.
|
String |
getSecurityGroupId()
Get Security group ID.
|
String |
getSecurityGroupName()
Get Security group name.
|
String |
getSecurityGroupRemark()
Get Security group remarks.
|
void |
setCreateTime(String CreateTime)
Set Creation time in the format of yyyy-mm-dd hh:mm:ss.
|
void |
setInbound(Inbound[] Inbound)
Set Inbound rule.
|
void |
setOutbound(Outbound[] Outbound)
Set Outbound rule.
|
void |
setProjectId(Long ProjectId)
Set Project ID.
|
void |
setSecurityGroupId(String SecurityGroupId)
Set Security group ID.
|
void |
setSecurityGroupName(String SecurityGroupName)
Set Security group name.
|
void |
setSecurityGroupRemark(String SecurityGroupRemark)
Set Security group remarks.
|
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 String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Creation time in the format of yyyy-mm-dd hh:mm:ss.public Long getProjectId()
public void setProjectId(Long ProjectId)
ProjectId
- Project ID.public String getSecurityGroupId()
public void setSecurityGroupId(String SecurityGroupId)
SecurityGroupId
- Security group ID.public String getSecurityGroupName()
public void setSecurityGroupName(String SecurityGroupName)
SecurityGroupName
- Security group name.public String getSecurityGroupRemark()
public void setSecurityGroupRemark(String SecurityGroupRemark)
SecurityGroupRemark
- Security group remarks.public Outbound[] getOutbound()
public void setOutbound(Outbound[] Outbound)
Outbound
- Outbound rule.public Inbound[] getInbound()
public void setInbound(Inbound[] Inbound)
Inbound
- Inbound rule.Copyright © 2020. All rights reserved.