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 创建时间
|
PolicyRule[] |
getInbound()
Get 入站规则
|
PolicyRule[] |
getOutbound()
Get 出站规则
|
Long |
getProjectId()
Get 项目Id
|
String |
getSecurityGroupDescription()
Get 安全组备注
|
String |
getSecurityGroupId()
Get 安全组ID
|
String |
getSecurityGroupName()
Get 安全组名称
|
void |
setCreateTime(String CreateTime)
Set 创建时间
|
void |
setInbound(PolicyRule[] Inbound)
Set 入站规则
|
void |
setOutbound(PolicyRule[] Outbound)
Set 出站规则
|
void |
setProjectId(Long ProjectId)
Set 项目Id
|
void |
setSecurityGroupDescription(String SecurityGroupDescription)
Set 安全组备注
|
void |
setSecurityGroupId(String SecurityGroupId)
Set 安全组ID
|
void |
setSecurityGroupName(String SecurityGroupName)
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 PolicyRule[] getInbound()
public void setInbound(PolicyRule[] Inbound)
Inbound
- 入站规则public PolicyRule[] getOutbound()
public void setOutbound(PolicyRule[] Outbound)
Outbound
- 出站规则public String getSecurityGroupId()
public void setSecurityGroupId(String SecurityGroupId)
SecurityGroupId
- 安全组IDpublic String getSecurityGroupName()
public void setSecurityGroupName(String SecurityGroupName)
SecurityGroupName
- 安全组名称public String getSecurityGroupDescription()
public void setSecurityGroupDescription(String SecurityGroupDescription)
SecurityGroupDescription
- 安全组备注Copyright © 2023. All rights reserved.