Class SecurityGroupDetail

    • Constructor Detail

      • SecurityGroupDetail

        public SecurityGroupDetail()
      • SecurityGroupDetail

        public 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.
    • Method Detail

      • getProjectId

        public Long getProjectId()
        Get 项目ID。
        Returns:
        ProjectId 项目ID。
      • setProjectId

        public void setProjectId​(Long ProjectId)
        Set 项目ID。
        Parameters:
        ProjectId - 项目ID。
      • getCreateTime

        public String getCreateTime()
        Get 创建安全组的时间。
        Returns:
        CreateTime 创建安全组的时间。
      • setCreateTime

        public void setCreateTime​(String CreateTime)
        Set 创建安全组的时间。
        Parameters:
        CreateTime - 创建安全组的时间。
      • getSecurityGroupId

        public String getSecurityGroupId()
        Get 安全组 ID。
        Returns:
        SecurityGroupId 安全组 ID。
      • setSecurityGroupId

        public void setSecurityGroupId​(String SecurityGroupId)
        Set 安全组 ID。
        Parameters:
        SecurityGroupId - 安全组 ID。
      • getSecurityGroupName

        public String getSecurityGroupName()
        Get 安全组名称。
        Returns:
        SecurityGroupName 安全组名称。
      • setSecurityGroupName

        public void setSecurityGroupName​(String SecurityGroupName)
        Set 安全组名称。
        Parameters:
        SecurityGroupName - 安全组名称。
      • getSecurityGroupRemark

        public String getSecurityGroupRemark()
        Get 安全组标记。
        Returns:
        SecurityGroupRemark 安全组标记。
      • setSecurityGroupRemark

        public void setSecurityGroupRemark​(String SecurityGroupRemark)
        Set 安全组标记。
        Parameters:
        SecurityGroupRemark - 安全组标记。
      • getInboundRule

        public SecurityGroupsInboundAndOutbound[] getInboundRule()
        Get 安全组入站规则,即控制访问数据库的来源。
        Returns:
        InboundRule 安全组入站规则,即控制访问数据库的来源。
      • setInboundRule

        public void setInboundRule​(SecurityGroupsInboundAndOutbound[] InboundRule)
        Set 安全组入站规则,即控制访问数据库的来源。
        Parameters:
        InboundRule - 安全组入站规则,即控制访问数据库的来源。
      • setOutboundRule

        public void setOutboundRule​(SecurityGroupsInboundAndOutbound[] OutboundRule)
        Set 安全组出站规则。
        Parameters:
        OutboundRule - 安全组出站规则。