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
- 项目Idpublic String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 创建时间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
- 安全组标记public SecurityGroupsInboundAndOutbound[] getInboundRule()
public void setInboundRule(SecurityGroupsInboundAndOutbound[] InboundRule)
InboundRule
- 安全组入站规则public SecurityGroupsInboundAndOutbound[] getOutboundRule()
public void setOutboundRule(SecurityGroupsInboundAndOutbound[] OutboundRule)
OutboundRule
- 安全组出站规则Copyright © 2021. All rights reserved.