Class: TencentCloud::Cfw::V20190904::InstanceInfo

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20190904/models.rb

Overview

实例详情结果

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(appid = nil, inssource = nil, instype = nil, instanceid = nil, instancename = nil, leaknum = nil, portnum = nil, privateip = nil, publicip = nil, region = nil, regionkey = nil, resourcepath = nil, server = nil, subnetid = nil, vpcname = nil, vpcid = nil) ⇒ InstanceInfo

Returns a new instance of InstanceInfo.



5915
5916
5917
5918
5919
5920
5921
5922
5923
5924
5925
5926
5927
5928
5929
5930
5931
5932
# File 'lib/v20190904/models.rb', line 5915

def initialize(appid=nil, inssource=nil, instype=nil, instanceid=nil, instancename=nil, leaknum=nil, portnum=nil, privateip=nil, publicip=nil, region=nil, regionkey=nil, resourcepath=nil, server=nil, subnetid=nil, vpcname=nil, vpcid=nil)
  @AppId = appid
  @InsSource = inssource
  @InsType = instype
  @InstanceId = instanceid
  @InstanceName = instancename
  @LeakNum = leaknum
  @PortNum = portnum
  @PrivateIp = privateip
  @PublicIp = publicip
  @Region = region
  @RegionKey = regionkey
  @ResourcePath = resourcepath
  @Server = server
  @SubnetId = subnetid
  @VPCName = vpcname
  @VpcId = vpcid
end

Instance Attribute Details

#AppIdObject

1公网 2内网

Parameters:

  • AppId:

    appid信息

  • InsSource:

    资产来源

  • InsType:

    资产类型3是cvm实例,4是clb实例,5是eni实例,6是mysql,7是redis,8是NAT,9是VPN,10是ES,11是MARIADB,12是KAFKA 13 NATFW

  • InstanceId:

    资产id

  • InstanceName:

    资产名

  • LeakNum:

    漏洞数

  • PortNum:

    端口数

  • PrivateIp:

    内网ip

  • PublicIp:

    公网ip

  • Region:

    地域

  • RegionKey:

    地域

  • ResourcePath:

    资产路径

  • Server:

    扫描结果

  • SubnetId:

    子网id

  • VPCName:

    vpc名称

  • VpcId:

    vpcid信息



5913
5914
5915
# File 'lib/v20190904/models.rb', line 5913

def AppId
  @AppId
end

#InsSourceObject

1公网 2内网

Parameters:

  • AppId:

    appid信息

  • InsSource:

    资产来源

  • InsType:

    资产类型3是cvm实例,4是clb实例,5是eni实例,6是mysql,7是redis,8是NAT,9是VPN,10是ES,11是MARIADB,12是KAFKA 13 NATFW

  • InstanceId:

    资产id

  • InstanceName:

    资产名

  • LeakNum:

    漏洞数

  • PortNum:

    端口数

  • PrivateIp:

    内网ip

  • PublicIp:

    公网ip

  • Region:

    地域

  • RegionKey:

    地域

  • ResourcePath:

    资产路径

  • Server:

    扫描结果

  • SubnetId:

    子网id

  • VPCName:

    vpc名称

  • VpcId:

    vpcid信息



5913
5914
5915
# File 'lib/v20190904/models.rb', line 5913

def InsSource
  @InsSource
end

#InstanceIdObject

1公网 2内网

Parameters:

  • AppId:

    appid信息

  • InsSource:

    资产来源

  • InsType:

    资产类型3是cvm实例,4是clb实例,5是eni实例,6是mysql,7是redis,8是NAT,9是VPN,10是ES,11是MARIADB,12是KAFKA 13 NATFW

  • InstanceId:

    资产id

  • InstanceName:

    资产名

  • LeakNum:

    漏洞数

  • PortNum:

    端口数

  • PrivateIp:

    内网ip

  • PublicIp:

    公网ip

  • Region:

    地域

  • RegionKey:

    地域

  • ResourcePath:

    资产路径

  • Server:

    扫描结果

  • SubnetId:

    子网id

  • VPCName:

    vpc名称

  • VpcId:

    vpcid信息



5913
5914
5915
# File 'lib/v20190904/models.rb', line 5913

def InstanceId
  @InstanceId
end

#InstanceNameObject

1公网 2内网

Parameters:

  • AppId:

    appid信息

  • InsSource:

    资产来源

  • InsType:

    资产类型3是cvm实例,4是clb实例,5是eni实例,6是mysql,7是redis,8是NAT,9是VPN,10是ES,11是MARIADB,12是KAFKA 13 NATFW

  • InstanceId:

    资产id

  • InstanceName:

    资产名

  • LeakNum:

    漏洞数

  • PortNum:

    端口数

  • PrivateIp:

    内网ip

  • PublicIp:

    公网ip

  • Region:

    地域

  • RegionKey:

    地域

  • ResourcePath:

    资产路径

  • Server:

    扫描结果

  • SubnetId:

    子网id

  • VPCName:

    vpc名称

  • VpcId:

    vpcid信息



5913
5914
5915
# File 'lib/v20190904/models.rb', line 5913

def InstanceName
  @InstanceName
end

#InsTypeObject

1公网 2内网

Parameters:

  • AppId:

    appid信息

  • InsSource:

    资产来源

  • InsType:

    资产类型3是cvm实例,4是clb实例,5是eni实例,6是mysql,7是redis,8是NAT,9是VPN,10是ES,11是MARIADB,12是KAFKA 13 NATFW

  • InstanceId:

    资产id

  • InstanceName:

    资产名

  • LeakNum:

    漏洞数

  • PortNum:

    端口数

  • PrivateIp:

    内网ip

  • PublicIp:

    公网ip

  • Region:

    地域

  • RegionKey:

    地域

  • ResourcePath:

    资产路径

  • Server:

    扫描结果

  • SubnetId:

    子网id

  • VPCName:

    vpc名称

  • VpcId:

    vpcid信息



5913
5914
5915
# File 'lib/v20190904/models.rb', line 5913

def InsType
  @InsType
end

#LeakNumObject

1公网 2内网

Parameters:

  • AppId:

    appid信息

  • InsSource:

    资产来源

  • InsType:

    资产类型3是cvm实例,4是clb实例,5是eni实例,6是mysql,7是redis,8是NAT,9是VPN,10是ES,11是MARIADB,12是KAFKA 13 NATFW

  • InstanceId:

    资产id

  • InstanceName:

    资产名

  • LeakNum:

    漏洞数

  • PortNum:

    端口数

  • PrivateIp:

    内网ip

  • PublicIp:

    公网ip

  • Region:

    地域

  • RegionKey:

    地域

  • ResourcePath:

    资产路径

  • Server:

    扫描结果

  • SubnetId:

    子网id

  • VPCName:

    vpc名称

  • VpcId:

    vpcid信息



5913
5914
5915
# File 'lib/v20190904/models.rb', line 5913

def LeakNum
  @LeakNum
end

#PortNumObject

1公网 2内网

Parameters:

  • AppId:

    appid信息

  • InsSource:

    资产来源

  • InsType:

    资产类型3是cvm实例,4是clb实例,5是eni实例,6是mysql,7是redis,8是NAT,9是VPN,10是ES,11是MARIADB,12是KAFKA 13 NATFW

  • InstanceId:

    资产id

  • InstanceName:

    资产名

  • LeakNum:

    漏洞数

  • PortNum:

    端口数

  • PrivateIp:

    内网ip

  • PublicIp:

    公网ip

  • Region:

    地域

  • RegionKey:

    地域

  • ResourcePath:

    资产路径

  • Server:

    扫描结果

  • SubnetId:

    子网id

  • VPCName:

    vpc名称

  • VpcId:

    vpcid信息



5913
5914
5915
# File 'lib/v20190904/models.rb', line 5913

def PortNum
  @PortNum
end

#PrivateIpObject

1公网 2内网

Parameters:

  • AppId:

    appid信息

  • InsSource:

    资产来源

  • InsType:

    资产类型3是cvm实例,4是clb实例,5是eni实例,6是mysql,7是redis,8是NAT,9是VPN,10是ES,11是MARIADB,12是KAFKA 13 NATFW

  • InstanceId:

    资产id

  • InstanceName:

    资产名

  • LeakNum:

    漏洞数

  • PortNum:

    端口数

  • PrivateIp:

    内网ip

  • PublicIp:

    公网ip

  • Region:

    地域

  • RegionKey:

    地域

  • ResourcePath:

    资产路径

  • Server:

    扫描结果

  • SubnetId:

    子网id

  • VPCName:

    vpc名称

  • VpcId:

    vpcid信息



5913
5914
5915
# File 'lib/v20190904/models.rb', line 5913

def PrivateIp
  @PrivateIp
end

#PublicIpObject

1公网 2内网

Parameters:

  • AppId:

    appid信息

  • InsSource:

    资产来源

  • InsType:

    资产类型3是cvm实例,4是clb实例,5是eni实例,6是mysql,7是redis,8是NAT,9是VPN,10是ES,11是MARIADB,12是KAFKA 13 NATFW

  • InstanceId:

    资产id

  • InstanceName:

    资产名

  • LeakNum:

    漏洞数

  • PortNum:

    端口数

  • PrivateIp:

    内网ip

  • PublicIp:

    公网ip

  • Region:

    地域

  • RegionKey:

    地域

  • ResourcePath:

    资产路径

  • Server:

    扫描结果

  • SubnetId:

    子网id

  • VPCName:

    vpc名称

  • VpcId:

    vpcid信息



5913
5914
5915
# File 'lib/v20190904/models.rb', line 5913

def PublicIp
  @PublicIp
end

#RegionObject

1公网 2内网

Parameters:

  • AppId:

    appid信息

  • InsSource:

    资产来源

  • InsType:

    资产类型3是cvm实例,4是clb实例,5是eni实例,6是mysql,7是redis,8是NAT,9是VPN,10是ES,11是MARIADB,12是KAFKA 13 NATFW

  • InstanceId:

    资产id

  • InstanceName:

    资产名

  • LeakNum:

    漏洞数

  • PortNum:

    端口数

  • PrivateIp:

    内网ip

  • PublicIp:

    公网ip

  • Region:

    地域

  • RegionKey:

    地域

  • ResourcePath:

    资产路径

  • Server:

    扫描结果

  • SubnetId:

    子网id

  • VPCName:

    vpc名称

  • VpcId:

    vpcid信息



5913
5914
5915
# File 'lib/v20190904/models.rb', line 5913

def Region
  @Region
end

#RegionKeyObject

1公网 2内网

Parameters:

  • AppId:

    appid信息

  • InsSource:

    资产来源

  • InsType:

    资产类型3是cvm实例,4是clb实例,5是eni实例,6是mysql,7是redis,8是NAT,9是VPN,10是ES,11是MARIADB,12是KAFKA 13 NATFW

  • InstanceId:

    资产id

  • InstanceName:

    资产名

  • LeakNum:

    漏洞数

  • PortNum:

    端口数

  • PrivateIp:

    内网ip

  • PublicIp:

    公网ip

  • Region:

    地域

  • RegionKey:

    地域

  • ResourcePath:

    资产路径

  • Server:

    扫描结果

  • SubnetId:

    子网id

  • VPCName:

    vpc名称

  • VpcId:

    vpcid信息



5913
5914
5915
# File 'lib/v20190904/models.rb', line 5913

def RegionKey
  @RegionKey
end

#ResourcePathObject

1公网 2内网

Parameters:

  • AppId:

    appid信息

  • InsSource:

    资产来源

  • InsType:

    资产类型3是cvm实例,4是clb实例,5是eni实例,6是mysql,7是redis,8是NAT,9是VPN,10是ES,11是MARIADB,12是KAFKA 13 NATFW

  • InstanceId:

    资产id

  • InstanceName:

    资产名

  • LeakNum:

    漏洞数

  • PortNum:

    端口数

  • PrivateIp:

    内网ip

  • PublicIp:

    公网ip

  • Region:

    地域

  • RegionKey:

    地域

  • ResourcePath:

    资产路径

  • Server:

    扫描结果

  • SubnetId:

    子网id

  • VPCName:

    vpc名称

  • VpcId:

    vpcid信息



5913
5914
5915
# File 'lib/v20190904/models.rb', line 5913

def ResourcePath
  @ResourcePath
end

#ServerObject

1公网 2内网

Parameters:

  • AppId:

    appid信息

  • InsSource:

    资产来源

  • InsType:

    资产类型3是cvm实例,4是clb实例,5是eni实例,6是mysql,7是redis,8是NAT,9是VPN,10是ES,11是MARIADB,12是KAFKA 13 NATFW

  • InstanceId:

    资产id

  • InstanceName:

    资产名

  • LeakNum:

    漏洞数

  • PortNum:

    端口数

  • PrivateIp:

    内网ip

  • PublicIp:

    公网ip

  • Region:

    地域

  • RegionKey:

    地域

  • ResourcePath:

    资产路径

  • Server:

    扫描结果

  • SubnetId:

    子网id

  • VPCName:

    vpc名称

  • VpcId:

    vpcid信息



5913
5914
5915
# File 'lib/v20190904/models.rb', line 5913

def Server
  @Server
end

#SubnetIdObject

1公网 2内网

Parameters:

  • AppId:

    appid信息

  • InsSource:

    资产来源

  • InsType:

    资产类型3是cvm实例,4是clb实例,5是eni实例,6是mysql,7是redis,8是NAT,9是VPN,10是ES,11是MARIADB,12是KAFKA 13 NATFW

  • InstanceId:

    资产id

  • InstanceName:

    资产名

  • LeakNum:

    漏洞数

  • PortNum:

    端口数

  • PrivateIp:

    内网ip

  • PublicIp:

    公网ip

  • Region:

    地域

  • RegionKey:

    地域

  • ResourcePath:

    资产路径

  • Server:

    扫描结果

  • SubnetId:

    子网id

  • VPCName:

    vpc名称

  • VpcId:

    vpcid信息



5913
5914
5915
# File 'lib/v20190904/models.rb', line 5913

def SubnetId
  @SubnetId
end

#VpcIdObject

1公网 2内网

Parameters:

  • AppId:

    appid信息

  • InsSource:

    资产来源

  • InsType:

    资产类型3是cvm实例,4是clb实例,5是eni实例,6是mysql,7是redis,8是NAT,9是VPN,10是ES,11是MARIADB,12是KAFKA 13 NATFW

  • InstanceId:

    资产id

  • InstanceName:

    资产名

  • LeakNum:

    漏洞数

  • PortNum:

    端口数

  • PrivateIp:

    内网ip

  • PublicIp:

    公网ip

  • Region:

    地域

  • RegionKey:

    地域

  • ResourcePath:

    资产路径

  • Server:

    扫描结果

  • SubnetId:

    子网id

  • VPCName:

    vpc名称

  • VpcId:

    vpcid信息



5913
5914
5915
# File 'lib/v20190904/models.rb', line 5913

def VpcId
  @VpcId
end

#VPCNameObject

1公网 2内网

Parameters:

  • AppId:

    appid信息

  • InsSource:

    资产来源

  • InsType:

    资产类型3是cvm实例,4是clb实例,5是eni实例,6是mysql,7是redis,8是NAT,9是VPN,10是ES,11是MARIADB,12是KAFKA 13 NATFW

  • InstanceId:

    资产id

  • InstanceName:

    资产名

  • LeakNum:

    漏洞数

  • PortNum:

    端口数

  • PrivateIp:

    内网ip

  • PublicIp:

    公网ip

  • Region:

    地域

  • RegionKey:

    地域

  • ResourcePath:

    资产路径

  • Server:

    扫描结果

  • SubnetId:

    子网id

  • VPCName:

    vpc名称

  • VpcId:

    vpcid信息



5913
5914
5915
# File 'lib/v20190904/models.rb', line 5913

def VPCName
  @VPCName
end

Instance Method Details

#deserialize(params) ⇒ Object



5934
5935
5936
5937
5938
5939
5940
5941
5942
5943
5944
5945
5946
5947
5948
5949
5950
5951
# File 'lib/v20190904/models.rb', line 5934

def deserialize(params)
  @AppId = params['AppId']
  @InsSource = params['InsSource']
  @InsType = params['InsType']
  @InstanceId = params['InstanceId']
  @InstanceName = params['InstanceName']
  @LeakNum = params['LeakNum']
  @PortNum = params['PortNum']
  @PrivateIp = params['PrivateIp']
  @PublicIp = params['PublicIp']
  @Region = params['Region']
  @RegionKey = params['RegionKey']
  @ResourcePath = params['ResourcePath']
  @Server = params['Server']
  @SubnetId = params['SubnetId']
  @VPCName = params['VPCName']
  @VpcId = params['VpcId']
end