public class SecurityGroup extends AbstractModel
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 创建时间
|
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 创建时间
|
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public SecurityGroup()
public SecurityGroup(SecurityGroup source)
public Long getProjectId()
public void setProjectId(Long ProjectId)
ProjectId
- 所属项目idpublic String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 创建时间public SecurityGroupBound[] getInbound()
public void setInbound(SecurityGroupBound[] Inbound)
Inbound
- 入站规则public SecurityGroupBound[] getOutbound()
public void setOutbound(SecurityGroupBound[] Outbound)
Outbound
- 出站规则public 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
- 安全组备注Copyright © 2021. All rights reserved.