public class SecurityGroup extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| SecurityGroup() | 
| SecurityGroup(SecurityGroup source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getCreateTime()Get 创建时间,时间格式:yyyy-mm-dd hh:mm:ss | 
| SecurityGroupBound[] | getInbound()Get 入站规则 | 
| SecurityGroupBound[] | getOutbound()Get 出站规则 | 
| Long | getProjectId()Get 项目ID | 
| String | getSecurityGroupId()Get 安全组ID | 
| String | getSecurityGroupName()Get 安全组名称 | 
| String | getSecurityGroupRemark()Get 安全组备注 | 
| void | setCreateTime(String CreateTime)Set 创建时间,时间格式:yyyy-mm-dd hh:mm:ss | 
| void | setInbound(SecurityGroupBound[] Inbound)Set 入站规则 | 
| void | setOutbound(SecurityGroupBound[] Outbound)Set 出站规则 | 
| void | setProjectId(Long ProjectId)Set 项目ID | 
| void | setSecurityGroupId(String SecurityGroupId)Set 安全组ID | 
| void | setSecurityGroupName(String SecurityGroupName)Set 安全组名称 | 
| void | setSecurityGroupRemark(String SecurityGroupRemark)Set 安全组备注 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic SecurityGroup()
public SecurityGroup(SecurityGroup source)
public Long getProjectId()
public void setProjectId(Long ProjectId)
ProjectId - 项目IDpublic String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - 创建时间,时间格式:yyyy-mm-dd hh:mm:sspublic String getSecurityGroupId()
public void setSecurityGroupId(String SecurityGroupId)
SecurityGroupId - 安全组IDpublic String getSecurityGroupName()
public void setSecurityGroupName(String SecurityGroupName)
SecurityGroupName - 安全组名称public String getSecurityGroupRemark()
public void setSecurityGroupRemark(String SecurityGroupRemark)
SecurityGroupRemark - 安全组备注public SecurityGroupBound[] getInbound()
public void setInbound(SecurityGroupBound[] Inbound)
Inbound - 入站规则public SecurityGroupBound[] getOutbound()
public void setOutbound(SecurityGroupBound[] Outbound)
Outbound - 出站规则Copyright © 2025. All rights reserved.