public class SecurityGroupDetail extends AbstractModel
Constructor and Description |
---|
SecurityGroupDetail() |
SecurityGroupDetail(SecurityGroupDetail 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 创建安全组的时间。
|
SecurityGroupsInboundAndOutbound[] |
getInboundRule()
Get 安全组入站规则,即控制访问数据库的来源。
|
SecurityGroupsInboundAndOutbound[] |
getOutboundRule()
Get 安全组出站规则。
|
Long |
getProjectId()
Get 项目ID。
|
String |
getSecurityGroupId()
Get 安全组 ID。
|
String |
getSecurityGroupName()
Get 安全组名称。
|
String |
getSecurityGroupRemark()
Get 安全组标记。
|
void |
setCreateTime(String CreateTime)
Set 创建安全组的时间。
|
void |
setInboundRule(SecurityGroupsInboundAndOutbound[] InboundRule)
Set 安全组入站规则,即控制访问数据库的来源。
|
void |
setOutboundRule(SecurityGroupsInboundAndOutbound[] OutboundRule)
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 SecurityGroupDetail()
public SecurityGroupDetail(SecurityGroupDetail source)
public Long getProjectId()
public void setProjectId(Long ProjectId)
ProjectId
- 项目ID。public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 创建安全组的时间。public String getSecurityGroupId()
public void setSecurityGroupId(String SecurityGroupId)
SecurityGroupId
- 安全组 ID。public String getSecurityGroupName()
public void setSecurityGroupName(String SecurityGroupName)
SecurityGroupName
- 安全组名称。public String getSecurityGroupRemark()
public void setSecurityGroupRemark(String SecurityGroupRemark)
SecurityGroupRemark
- 安全组标记。public SecurityGroupsInboundAndOutbound[] getInboundRule()
public void setInboundRule(SecurityGroupsInboundAndOutbound[] InboundRule)
InboundRule
- 安全组入站规则,即控制访问数据库的来源。public SecurityGroupsInboundAndOutbound[] getOutboundRule()
public void setOutboundRule(SecurityGroupsInboundAndOutbound[] OutboundRule)
OutboundRule
- 安全组出站规则。Copyright © 2023. All rights reserved.